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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user