diff options
author | bjarni <bjarni@openttd.org> | 2006-09-03 15:45:48 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-09-03 15:45:48 +0000 |
commit | a9a962b802bfde55cbfb165d598db65396db0a14 (patch) | |
tree | dd0886717077f0c3cad998046f33019c12c20b22 /os/macosx | |
parent | 6baf4888392407fdd8f08b948fd6a4087ebd107b (diff) | |
download | openttd-a9a962b802bfde55cbfb165d598db65396db0a14.tar.xz |
(svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder)
Diffstat (limited to 'os/macosx')
-rwxr-xr-x | os/macosx/plistgen.sh | 6 |
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> |