summaryrefslogtreecommitdiff
path: root/os/macosx/plistgen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os/macosx/plistgen.sh')
-rwxr-xr-xos/macosx/plistgen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/macosx/plistgen.sh b/os/macosx/plistgen.sh
index 51059d331..2fc84dc19 100755
--- a/os/macosx/plistgen.sh
+++ b/os/macosx/plistgen.sh
@@ -23,11 +23,11 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<key>CFBundleExecutable</key>
<string>openttd</string>
<key>CFBundleGetInfoString</key>
- <string>$VERSION, Copyright 2004-$date The Open Transport Tycoon team</string>
+ <string>$VERSION, Copyright 2004-$date The OpenTTD team</string>
<key>CFBundleIconFile</key>
<string>openttd.icns</string>
<key>CFBundleIdentifier</key>
- <string>org.ludde-ottd.ludde-ottd</string>
+ <string>org.openttd.openttd</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -39,7 +39,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<key>CFBundleVersion</key>
<string>$VERSION</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2004-$date The Open Transport Tycoon team</string>
+ <string>Copyright 2004-$date The OpenTTD team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>