Add LSSupportsGameMode to enable game mode (#859)

This commit is contained in:
Markos Theocharis
2026-05-10 19:51:45 +03:00
committed by GitHub
parent 4ec7b01213
commit 0a1fea4bc7
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -83,5 +83,7 @@
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>LSSupportsGameMode</key>
<true/>
</dict>
</plist>
+2
View File
@@ -28,5 +28,7 @@
<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSSupportsGameMode</key>
<true/>
</dict>
</plist>
+2
View File
@@ -45,5 +45,7 @@
<string>LaunchScreen</string>
<key>UIUserInterfaceStyle</key>
<string>Automatic</string>
<key>LSSupportsGameMode</key>
<true />
</dict>
</plist>