From 58f3841383fb0a48e7ee7a4b2d4844acb90f36b1 Mon Sep 17 00:00:00 2001
From: schm1dtxbox <36817325+schm1dtxbox@users.noreply.github.com>
Date: Sat, 7 Sep 2024 14:04:10 +0100
Subject: [PATCH] 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.
---
rpcs3/rpcs3.plist.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rpcs3/rpcs3.plist.in b/rpcs3/rpcs3.plist.in
index 2f91a5e285..1d97a4b834 100644
--- a/rpcs3/rpcs3.plist.in
+++ b/rpcs3/rpcs3.plist.in
@@ -22,6 +22,10 @@
${RPCS3_GIT_TAG}
CFBundleVersion
${RPCS3_GIT_TAG}
+ CFBundleSupportedPlatforms
+
+ MacOSX
+
NSHumanReadableCopyright
Licensed under GPLv2
NSHighResolutionCapable