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:
UltraHDR 2023-01-10 21:09:52 +00:00 committed by Nadia Holmquist Pedersen
parent 35f4e504f1
commit 00edeb3c3c
1 changed files with 2 additions and 0 deletions

View File

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