mirror of https://github.com/PCSX2/pcsx2.git
46 lines
1.3 KiB
XML
46 lines
1.3 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>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>iso</string>
|
|
<string>cso</string>
|
|
<string>chd</string>
|
|
</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>
|
|
<string>${PCSX2_VERSION_SHORT}</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${PCSX2_VERSION_LONG}</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Licensed under GPL version 3</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.games</string>
|
|
</dict>
|
|
</plist>
|