Merge pull request #19270 from hrydgard/app-category

Set GCSupportsGameMode in info.plist files for iOS and Mac
This commit is contained in:
Henrik Rydgård 2024-06-13 12:00:08 +02:00 committed by GitHub
commit f0e3fd2778
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -50,8 +50,10 @@
<array>
<string>arm64</string>
</array>
<key>LSApplicationCategory</key>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>GCSupportsGameMode</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>

View File

@ -94,8 +94,10 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>LSApplicationCategory</key>
<key>LSApplicationCategoryType</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>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>GCSupportsGameMode</key>
<true/>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>