mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 22:35:39 +00:00
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>
|
<string>2019-2023 Connor McLaughlin <stenzek@gmail.com></string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
|
||||||
|
<key>LSApplicationCategoryType</key>
|
||||||
|
<string>public.app-category.games</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CSResourcesFileMapped</key>
|
<key>CSResourcesFileMapped</key>
|
||||||
|
|
Loading…
Reference in a new issue