Skip to content

Commit

Permalink
Set the app category type to Utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Timac committed Apr 13, 2024
1 parent 6b3abce commit 3f37bdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VPN.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@
DEVELOPMENT_TEAM = QFL3YR6JR6;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = VPNStatus/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand Down Expand Up @@ -818,6 +819,7 @@
DEVELOPMENT_TEAM = QFL3YR6JR6;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = VPNStatus/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand Down Expand Up @@ -992,6 +994,7 @@
DEVELOPMENT_TEAM = QFL3YR6JR6;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = VPNApp/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand All @@ -1016,6 +1019,7 @@
DEVELOPMENT_TEAM = QFL3YR6JR6;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = VPNApp/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand Down

0 comments on commit 3f37bdc

Please sign in to comment.