35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>@MACOS_APP_EXECUTABLE_NAME@</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>@MACOS_APP_ICON_FILE@</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>@MACOS_APP_GUI_IDENTIFIER@</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>@MACOS_APP_BUNDLE_NAME@</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@MACOS_APP_SHORT_VERSION_STRING@</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@MACOS_APP_BUNDLE_VERSION@</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>@MACOS_APP_COPYRIGHT@</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>@MACOS_APP_DEPLOYMENT_TARGET@</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.games</string>
|
|
|
|
@MACOS_APP_PLIST_URL_TYPES@
|
|
</dict>
|
|
</plist>
|