From 2bb57c93176e90b9b3879122975622f633173049 Mon Sep 17 00:00:00 2001
From: blue <28228415+iblowmymind@users.noreply.github.com>
Date: Wed, 20 Aug 2025 10:52:05 +0300
Subject: [PATCH 1/2] macOS: Add application category type to Info.plist
Allows Game Mode to be enabled when playing ClassiCube
---
misc/macOS/info.plist | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/macOS/info.plist b/misc/macOS/info.plist
index 21fe5b85d..09f752537 100644
--- a/misc/macOS/info.plist
+++ b/misc/macOS/info.plist
@@ -16,5 +16,7 @@
APPL
CFBundleDisplayName
ClassiCube
+ LSApplicationCategoryType
+ public.app-category.games
From 05c44ceb9161c3bf437b15748d66457fdc976577 Mon Sep 17 00:00:00 2001
From: blue <28228415+iblowmymind@users.noreply.github.com>
Date: Wed, 20 Aug 2025 11:27:00 +0300
Subject: [PATCH 2/2] Add application category for iOS Info.plist
---
misc/ios/Info.plist | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/misc/ios/Info.plist b/misc/ios/Info.plist
index a4b063668..dbc77cf4c 100644
--- a/misc/ios/Info.plist
+++ b/misc/ios/Info.plist
@@ -18,6 +18,8 @@
1.0
CFBundleVersion
1
+ LSApplicationCategoryType
+ public.app-category.games
LSRequiresIPhoneOS
NSPhotoLibraryAddUsageDescription
@@ -138,4 +140,4 @@
-
\ No newline at end of file
+