mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-29 14:49:54 -06:00
Set LSApplicationCategoryType to games
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype This makes it show up in the macOS Launchpad Games folder
This commit is contained in:
parent
16bf215d8a
commit
9ee7d04560
@ -26,6 +26,8 @@
|
||||
<string>Licensed under GPLv2</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>11.6</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user