Merge pull request #1418 from iblowmymind/iblowmymind-patch-2

Support Game Mode for macOS
This commit is contained in:
UnknownShadow200 2025-08-20 18:33:17 +10:00 committed by GitHub
commit 4b01fa8556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,8 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSRequiresIPhoneOS</key>
<false/>
<key>NSPhotoLibraryAddUsageDescription</key>
@ -138,4 +140,4 @@
</dict>
</array>
</dict>
</plist>
</plist>

View File

@ -16,5 +16,7 @@
<string>APPL</string>
<key>CFBundleDisplayName</key>
<string>ClassiCube</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
</dict>
</plist>