mirror of https://github.com/snes9xgit/snes9x.git
Merge pull request #808 from UltraHDR/patch-1
macOS: Set LSApplicationCategoryType to games
This commit is contained in:
commit
aa5f80c34e
|
@ -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