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:
UltraHDR 2023-01-10 11:50:43 +00:00 committed by Ivan
parent 16bf215d8a
commit 9ee7d04560

View file

@ -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>