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> <string>1.0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1</string> <string>1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<false/> <false/>
<key>NSPhotoLibraryAddUsageDescription</key> <key>NSPhotoLibraryAddUsageDescription</key>

View File

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