From 0a1fea4bc76c4a378a06d2e3ad6c301a0064c2c7 Mon Sep 17 00:00:00 2001 From: Markos Theocharis <87304130+Markos-Th09@users.noreply.github.com> Date: Sun, 10 May 2026 19:51:45 +0300 Subject: [PATCH] Add `LSSupportsGameMode` to enable game mode (#859) --- platforms/ios/Info.plist.in | 2 ++ platforms/macos/Info.plist.in | 2 ++ platforms/tvos/Info.plist.in | 2 ++ 3 files changed, 6 insertions(+) diff --git a/platforms/ios/Info.plist.in b/platforms/ios/Info.plist.in index 72174d487d..395b29b7d7 100644 --- a/platforms/ios/Info.plist.in +++ b/platforms/ios/Info.plist.in @@ -83,5 +83,7 @@ LSSupportsOpeningDocumentsInPlace + LSSupportsGameMode + diff --git a/platforms/macos/Info.plist.in b/platforms/macos/Info.plist.in index b7bc7b706c..aee7393ee8 100644 --- a/platforms/macos/Info.plist.in +++ b/platforms/macos/Info.plist.in @@ -28,5 +28,7 @@ ${MACOSX_BUNDLE_SHORT_VERSION_STRING} NSHighResolutionCapable + LSSupportsGameMode + diff --git a/platforms/tvos/Info.plist.in b/platforms/tvos/Info.plist.in index 841d120cc2..49ed85edd7 100644 --- a/platforms/tvos/Info.plist.in +++ b/platforms/tvos/Info.plist.in @@ -45,5 +45,7 @@ LaunchScreen UIUserInterfaceStyle Automatic + LSSupportsGameMode +