From 87f066ef14f92edabfdb2ebb686d4687be8f3e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 11 Jun 2024 18:12:54 +0200 Subject: [PATCH] Set GCSupportsGameMode in info.plist files for iOS and Mac See https://youtu.be/SgshkDg1QN8?t=519 This seems to be the way to do it. --- ios/PPSSPP-Info.plist | 2 ++ macOS/Info.plist | 2 ++ macOS/InfoGold.plist | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/ios/PPSSPP-Info.plist b/ios/PPSSPP-Info.plist index 743091b66e..e9da0c601b 100644 --- a/ios/PPSSPP-Info.plist +++ b/ios/PPSSPP-Info.plist @@ -52,6 +52,8 @@ LSApplicationCategory public.app-category.games + GCSupportsGameMode + UIStatusBarHidden UISupportedInterfaceOrientations diff --git a/macOS/Info.plist b/macOS/Info.plist index 67858c952b..4f47f5b182 100644 --- a/macOS/Info.plist +++ b/macOS/Info.plist @@ -96,6 +96,8 @@ LSApplicationCategory public.app-category.games + GCSupportsGameMode + UTExportedTypeDeclarations diff --git a/macOS/InfoGold.plist b/macOS/InfoGold.plist index 2bec2d6606..8a8b30938d 100644 --- a/macOS/InfoGold.plist +++ b/macOS/InfoGold.plist @@ -94,6 +94,10 @@ NSHumanReadableCopyright + LSApplicationCategory + public.app-category.games + GCSupportsGameMode + UTExportedTypeDeclarations