mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
319b2aed47
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@562 af15c1b1-3010-417e-b628-4374ebc0bcbd
34 lines
1 KiB
Text
34 lines
1 KiB
Text
<?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>
|
|
<string>QuakeSpasm</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>net.sf.quakespasm.QuakeSpasm</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>${PRODUCT_NAME}</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.85.6</string>
|
|
<key>NSMainNibFile</key>
|
|
<string>Launcher</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>SUEnableAutomaticChecks</key>
|
|
<false/>
|
|
<key>SUFeedURL</key>
|
|
<string>http://quakespasm.sourceforge.net/sparkle/appcast.xml</string>
|
|
<key>SUPublicDSAKeyFile</key>
|
|
<string>dsa_pub.pem</string>
|
|
</dict>
|
|
</plist>
|