Merge pull request #3046 from shinra-electric/mac-game-mode

Add Game category type to Info.plist
This commit is contained in:
Connor McLaughlin 2023-11-27 00:16:34 +10:00 committed by GitHub
commit 51351511b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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>