Add Game category type to Info.plist

This should activate game mode when in full screen on macOS
This commit is contained in:
shinra-electric 2023-11-26 12:42:12 +01:00 committed by GitHub
parent eeebfce79b
commit 006b2ea35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,8 @@
<string>2019-2023 Connor McLaughlin &lt;stenzek@gmail.com&gt;</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>