2018-10-18 19:03:10 -07:00
|
|
|
<?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>en</string>
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>*</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>All Files</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>retroarch</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>${PRODUCT_NAME}</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-08-08 00:06:35 +02:00
|
|
|
<string>1.9.0</string>
|
2018-10-18 19:03:10 -07:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2020-08-08 00:06:35 +02:00
|
|
|
<string>1.9.0</string>
|
2018-10-18 19:03:10 -07:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
2020-01-15 17:09:10 +01:00
|
|
|
<string>Copyright © 2020 RetroArch. All rights reserved.</string>
|
2018-10-18 19:03:10 -07:00
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu_Metal</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
</dict>
|
|
|
|
</plist>
|