Skip to content

Commit 9bc33fb

Browse files
committed
feat: Add LSApplicationCategoryType for developer tools in Info.plist
1 parent 81e1b56 commit 9bc33fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

IOBrowser.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@
668668
DEVELOPMENT_TEAM = 326Y53CJMD;
669669
ENABLE_HARDENED_RUNTIME = YES;
670670
INFOPLIST_FILE = IOBrowser/Info.plist;
671+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
671672
LD_RUNPATH_SEARCH_PATHS = (
672673
"$(inherited)",
673674
"@executable_path/../Frameworks",
@@ -689,6 +690,7 @@
689690
DEVELOPMENT_TEAM = 326Y53CJMD;
690691
ENABLE_HARDENED_RUNTIME = YES;
691692
INFOPLIST_FILE = IOBrowser/Info.plist;
693+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
692694
LD_RUNPATH_SEARCH_PATHS = (
693695
"$(inherited)",
694696
"@executable_path/../Frameworks",

0 commit comments

Comments
 (0)