Update OS X Info.plist to newer identifier and 0.3.4-GIT
authorSuperMAT <supermat@supermat.local>
Sat, 23 Nov 2013 14:49:56 +0000 (15:49 +0100)
committerTobias Markus <tobbi@mozilla-uk.org>
Sat, 23 Nov 2013 14:50:22 +0000 (15:50 +0100)
tools/darwin/info.plist

index 23fee43..983264a 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
        <key>CFBundleDevelopmentRegion</key>
@@ -9,7 +9,7 @@
        <key>CFBundleIconFile</key>
        <string>supertux</string>
        <key>CFBundleIdentifier</key>
-       <string>de.berlios.supertux</string>
+       <string>com.googlecode.supertux2</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
@@ -19,7 +19,7 @@
        <key>CFBundleSignature</key>
        <string>STUX</string>
        <key>CFBundleVersion</key>
-       <string>0.3.2-SVN</string>
+       <string>0.3.4-GIT</string>
        <key>NSMainNibFile</key>
        <string>SDLMain</string>
        <key>NSPrincipalClass</key>