mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
Add Game category type to Info.plist
This should activate game mode when in full screen on macOS
This commit is contained in:
parent
eeebfce79b
commit
006b2ea35b
|
@ -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