Enable "Game Mode" on macOS >= 14.

This commit is contained in:
Paul Chote
2024-08-03 22:54:41 +01:00
committed by Gustas
parent bc3c97398b
commit 9a46f3053a

View File

@@ -28,6 +28,8 @@
<string>{MINIMUM_SYSTEM_VERSION}</string> <string>{MINIMUM_SYSTEM_VERSION}</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>