Merge pull request #3046 from shinra-electric/mac-game-mode
Add Game category type to Info.plist
This commit is contained in:
commit
51351511b8
|
@ -37,6 +37,8 @@
|
|||
<string>2019-2023 Connor McLaughlin <stenzek@gmail.com></string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.games</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
|
|
Loading…
Reference in New Issue