summaryrefslogtreecommitdiffhomepage
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/make-app-bundle.sh2
-rw-r--r--macosx/opentrack.app/Contents/Info.plist6
2 files changed, 4 insertions, 4 deletions
diff --git a/macosx/make-app-bundle.sh b/macosx/make-app-bundle.sh
index 1001af4a..68037b67 100644
--- a/macosx/make-app-bundle.sh
+++ b/macosx/make-app-bundle.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-APPNAME=opentrack
+APPNAME=trackhat-opentrack
dir="$1"
test -n "$dir" || exit 1
diff --git a/macosx/opentrack.app/Contents/Info.plist b/macosx/opentrack.app/Contents/Info.plist
index 41ca402a..17e17735 100644
--- a/macosx/opentrack.app/Contents/Info.plist
+++ b/macosx/opentrack.app/Contents/Info.plist
@@ -7,9 +7,9 @@
<key>CFBundleExecutable</key>
<string>opentrack.sh</string>
<key>CFBundleIdentifier</key>
- <string>com.github.opentrack</string>
+ <string>com.github.opentrack.trackhat</string>
<key>CFBundleName</key>
- <string>opentrack</string>
+ <string>trackhat-opentrack</string>
<key>CFBundleIconFile</key>
<string>opentrack.icns</string>
<key>CFBundleVersion</key>
@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleDisplayName</key>
- <string>opentrack</string>
+ <string>trackhat-opentrack</string>
<key>CFBundleSignature</key>
<string>????</string>
</dict>