summaryrefslogtreecommitdiff
path: root/os/macosx
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-03 15:45:48 +0000
committerbjarni <bjarni@openttd.org>2006-09-03 15:45:48 +0000
commita9a962b802bfde55cbfb165d598db65396db0a14 (patch)
treedd0886717077f0c3cad998046f33019c12c20b22 /os/macosx
parent6baf4888392407fdd8f08b948fd6a4087ebd107b (diff)
downloadopenttd-a9a962b802bfde55cbfb165d598db65396db0a14.tar.xz
(svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder)
Diffstat (limited to 'os/macosx')
-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>