Fixed case issue in OSX Info.plist

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7497 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-01-22 16:22:04 +00:00
parent 36782958a2
commit 004d877365

View File

@ -2,16 +2,27 @@
<!DOCTYPE plist PUBLIC "-//Apple//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"> <plist version="1.0">
<dict> <dict>
<key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDevelopmentRegion</key>
<key>CFBundleExecutable</key> <string>supertuxkart</string> <string>English</string>
<key>CFBundleIconFile</key> <string>stk.icns</string> <key>CFBundleExecutable</key>
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <string>SuperTuxKart</string>
<key>CFBundleName</key> <string>SuperTuxKart</string> <key>CFBundleIconFile</key>
<key>CFBundlePackageType</key> <string>APPL</string> <string>stk.icns</string>
<key>CFBundleShortVersionString</key> <string>0.7</string> <key>CFBundleInfoDictionaryVersion</key>
<key>CFBundleVersion</key> <string>0.7</string> <string>6.0</string>
<key>CSResourcesFileMapped</key> <true/> <key>CFBundleName</key>
<key>CFBundleIdentifier</key> <string>net.sourceforge.supertuxkart</string> <string>SuperTuxKart</string>
<key>CFBundleSignature</key> <string>SPTK</string> <key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7</string>
<key>CFBundleVersion</key>
<string>0.7</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>CFBundleIdentifier</key>
<string>net.sourceforge.supertuxkart</string>
<key>CFBundleSignature</key>
<string>SPTK</string>
</dict> </dict>
</plist> </plist>