1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Fix arm64 RPCS3 being reported by macOS as an iOS app

macOS/Mac OS X reports arm64-only app bundles (so not Intel only or Universal) as being iOS apps in various places like Settings and System Information unless the bundle's Info.plist explicitly specifies it is only supported on Mac OS X.
This commit is contained in:
schm1dtxbox 2024-09-07 14:04:10 +01:00 committed by Ani
parent 9385f0673b
commit 58f3841383

View File

@ -22,6 +22,10 @@
<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>