Set LSApplicationCategoryType to games
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype Adds it to the games folder in the macOS Launchpad
This commit is contained in:
parent
35f4e504f1
commit
00edeb3c3c
|
@ -16,6 +16,8 @@
|
|||
<string>${melonDS_VERSION}</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>${melonDS_VERSION}</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Licensed under GPLv3</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
|
Loading…
Reference in New Issue