Changed our plist to be more useful and dynamic.

Updated the xcode project file to support these changes.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8914 4a71c877-e1ca-e34f-864e-861f7616d084
master
dak180 2010-01-02 06:37:13 +00:00 committed by Git SVN Gateway
parent 8102cce397
commit d2f4eea3f1
2 changed files with 56 additions and 16 deletions

View File

@ -12,11 +12,43 @@
<string>net.wz2100.Warzone</string> <string>net.wz2100.Warzone</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key>
<string>Warzone</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.0</string> <string>SVN_REV</string>
<key>CFBundleShortVersionString</key>
<string>SVN_URI (SVN_REV)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2004 Eidos Interactive, Copyright © 2005-2010 Warzone Resurrection Project</string>
<key>CFBundleGetInfoString</key>
<string>SVN_URI (SVN_REV), Copyright © 1999-2004 Eidos Interactive, Copyright © 2005-2010 Warzone Resurrection Project</string>
<key>LSMinimumSystemVersion</key>
<string>10.4.0</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>net.wz2100.wz</string>
<key>UTTypeReferenceURL</key>
<string>http://developer.wz2100.net/wiki/.wz</string>
<key>UTTypeDescription</key>
<string>Warzone 2100 Map / Mod File</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.zip</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
<array>
<string>wz</string>
</array>
</dict>
</dict>
</array>
</dict> </dict>
</plist> </plist>

File diff suppressed because one or more lines are too long