Skip to content

Commit 75de7ba

Browse files
authored
App Cateogory : Games (#7767)
#changelog #xcode
1 parent 4d559a2 commit 75de7ba

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

scripts/templates/osx/Project.xcconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ PRODUCT_BUNDLE_IDENTIFIER = cc.openFrameworks.${TARGET_NAME:rfc1034identifier}
1717
DEVELOPMENT_LANGUAGE = English
1818
CODE_SIGN_IDENTITY = -
1919
INFOPLIST_FILE = openFrameworks-Info.plist
20+
GENERATE_INFOPLIST_FILE = YES
21+
22+
// set application category to games, this is required to enable Game mode
23+
// note: this sets the initial value in the Xcode UI
24+
INFOPLIST_KEY_LSApplicationCategoryType = public.app-category.games
2025

2126
// VERSIONING - overridden if changed in Xcode UI
2227

scripts/templates/osx/openFrameworks-Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
<string>$(MARKETING_VERSION)</string>
2323
<key>CFBundleVersion</key>
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
25-
<key>LSApplicationCategoryType</key>
26-
<string>public.app-category.graphics-design</string>
2725
<key>NSCameraUsageDescription</key>
2826
<string>This app needs to access the camera</string>
2927
<key>NSMicrophoneUsageDescription</key>

0 commit comments

Comments
 (0)