Skip to content

Commit

Permalink
Merge pull request #19269 from hrydgard/app-category
Browse files Browse the repository at this point in the history
Set the games category in plists for Mac and iOS.
  • Loading branch information
hrydgard authored Jun 11, 2024
2 parents c739599 + d8120f9 commit 6aef0c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/PPSSPP-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
<array>
<string>arm64</string>
</array>
<key>LSApplicationCategory</key>
<string>public.app-category.games</string>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
Expand Down
2 changes: 2 additions & 0 deletions macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>LSApplicationCategory</key>
<string>public.app-category.games</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
Expand Down

0 comments on commit 6aef0c9

Please sign in to comment.