2010-02-15 23:26:55 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!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>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
2010-04-24 12:45:12 +00:00
|
|
|
<string>QuakeSpasm</string>
|
2010-02-15 23:26:55 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
2010-04-24 12:45:12 +00:00
|
|
|
<string>net.sf.quakespasm.QuakeSpasm</string>
|
2010-02-15 23:26:55 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2012-01-01 16:50:33 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2013-04-12 20:25:45 +00:00
|
|
|
<string>0.85.10</string>
|
2010-02-15 23:26:55 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2012-01-01 16:50:33 +00:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.action-games</string>
|
2012-09-08 12:50:58 +00:00
|
|
|
<key>LSMinimumSystemVersionByArchitecture</key>
|
|
|
|
<dict>
|
|
|
|
<key>i386</key>
|
|
|
|
<string>10.4.0</string>
|
|
|
|
<key>ppc</key>
|
|
|
|
<string>10.4.0</string>
|
|
|
|
<key>x86_64</key>
|
|
|
|
<string>10.6.0</string>
|
|
|
|
</dict>
|
2010-02-15 23:26:55 +00:00
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>Launcher</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
2011-12-30 08:56:14 +00:00
|
|
|
<string>SDLApplication</string>
|
2010-02-15 23:26:55 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|