dxx-rebirth/common/arch/cocoa/Info.plist
2021-04-30 14:43:15 -06:00

35 lines
1 KiB
Plaintext

<?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>%BUNDLE_EXECUTABLE%</string>
<key>CFBundleIconFile</key>
<string>%ICONFILE%</string>
<key>CFBundleIdentifier</key>
<string>com.dxx-rebirth.%BUNDLE_EXECUTABLE%</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>%LONGVERSION%</string>
<key>CFBundleShortVersionString</key>
<string>%SHORTVERSION%</string>
<key>CSResourcesFileMapped</key>
<false/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.action-games</string>
<key>LSPrefersCarbon</key>
<true/>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>