2020-05-24 06:19:47 +00:00
|
|
|
<?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>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>iso</string>
|
|
|
|
<string>cso</string>
|
2021-03-25 04:43:00 +00:00
|
|
|
<string>chd</string>
|
2020-05-24 06:19:47 +00:00
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>PCSX2.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>PS2 Game</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>PCSX2</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>PCSX2.icns</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>net.pcsx2.pcsx2</string>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2024-01-07 09:36:40 +00:00
|
|
|
<string>${PCSX2_GIT_REV}</string>
|
2020-05-24 06:19:47 +00:00
|
|
|
<key>CFBundleVersion</key>
|
2024-01-07 09:36:40 +00:00
|
|
|
<string>${PCSX2_GIT_REV}</string>
|
2020-05-24 06:19:47 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>Licensed under GPL version 3</string>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2023-10-31 04:08:02 +00:00
|
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
|
|
<string>${PCSX2_MICROPHONE_USAGE_DESCRIPTION}</string>
|
2022-12-24 04:54:23 +00:00
|
|
|
<key>LSApplicationCategoryType</key>
|
2022-10-15 21:27:38 +00:00
|
|
|
<string>public.app-category.games</string>
|
2023-07-15 20:59:23 +00:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleLocalizations</key>
|
|
|
|
<array>${PCSX2_MACOS_LOCALIZATIONS}
|
|
|
|
</array>
|
2020-05-24 06:19:47 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|