mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 12:12:50 +01:00
eb9acd9b56
* Merge MacOS jobs * Code signing * rpath hack * Upgrade macOS VM to 13 * Update llvm compiler * Update to macOS Sonoma * Update build-mac.sh * Remove unnecessary version check * Disable Homebrew cache * Use macosx_version_min * Downgrade min version and VM to 13 * Force -D__MAC_OS_X_VERSION_MIN_REQUIRED=130000 * Ignore -Welaborated-enum-base in display_sleep * Move compiler version to env variable * Enable auto-updater on macOS ARM64
43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
<?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>rpcs3</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>Open-source Sony PlayStation 3 emulator</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>rpcs3.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>net.rpcs3.rpcs3</string>
|
|
<key>CFBundleLongVersionString</key>
|
|
<string>${RPCS3_GIT_TAG}</string>
|
|
<key>CFBundleName</key>
|
|
<string>RPCS3</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>${RPCS3_GIT_TAG}</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>${RPCS3_GIT_TAG}</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Licensed under GPLv2</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.games</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>13.0</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>The camera will be used for PlayStation Eye emulation</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>The microphone will be used for Chat/SingStar emulation</string>
|
|
</dict>
|
|
</plist>
|