mirror of https://github.com/snes9xgit/snes9x.git
macOS: Set LSApplicationCategoryType to games
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype macOS will auto-add it to the agmes folder in macOS Launchpad
This commit is contained in:
parent
c23ba00aec
commit
406383a02e
|
@ -177,6 +177,8 @@
|
|||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
Loading…
Reference in New Issue