Skip to content

Commit 6aef0c9

Browse files
authored
Merge pull request #19269 from hrydgard/app-category
Set the games category in plists for Mac and iOS.
2 parents c739599 + d8120f9 commit 6aef0c9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ios/PPSSPP-Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
<array>
5151
<string>arm64</string>
5252
</array>
53+
<key>LSApplicationCategory</key>
54+
<string>public.app-category.games</string>
5355
<key>UIStatusBarHidden</key>
5456
<true/>
5557
<key>UISupportedInterfaceOrientations</key>

macOS/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494
<true/>
9595
<key>NSHumanReadableCopyright</key>
9696
<string></string>
97+
<key>LSApplicationCategory</key>
98+
<string>public.app-category.games</string>
9799
<key>UTExportedTypeDeclarations</key>
98100
<array>
99101
<dict>

0 commit comments

Comments
 (0)