Skip to content

Commit

Permalink
Merge pull request #19270 from hrydgard/app-category
Browse files Browse the repository at this point in the history
Set GCSupportsGameMode in info.plist files for iOS and Mac
  • Loading branch information
hrydgard authored Jun 13, 2024
2 parents 6aef0c9 + 95a886c commit f0e3fd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ios/PPSSPP-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions macOS/InfoGold.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f0e3fd2

Please sign in to comment.