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.
This commit is contained in:
Henrik Rydgård 2024-06-11 18:12:54 +02:00
parent 6aef0c90c1
commit 87f066ef14
3 changed files with 8 additions and 0 deletions

View File

@ -52,6 +52,8 @@
</array>
<key>LSApplicationCategory</key>
<string>public.app-category.games</string>
<key>GCSupportsGameMode</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>

View File

@ -96,6 +96,8 @@
<string></string>
<key>LSApplicationCategory</key>
<string>public.app-category.games</string>
<key>GCSupportsGameMode</key>
<true/>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>

View File

@ -94,6 +94,10 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>LSApplicationCategory</key>
<string>public.app-category.games</string>
<key>GCSupportsGameMode</key>
<true/>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>