(svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder)
authorbjarni
Sun, 03 Sep 2006 15:45:48 +0000
changeset 4530 1cb4289dda98
parent 4529 18bd5e7e35aa
child 4531 031644b598ca
(svn r6357) -Cleanup: [OSX] corrected some info for the bundle (info window in finder)
os/macosx/plistgen.sh
--- a/os/macosx/plistgen.sh	Sun Sep 03 11:49:38 2006 +0000
+++ b/os/macosx/plistgen.sh	Sun Sep 03 15:45:48 2006 +0000
@@ -23,11 +23,11 @@
         <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 @@
         <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>