Skip to content

Commit

Permalink
Fixed missing category for guest helper
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Jul 30, 2024
1 parent 04ff330 commit 1811cb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions VirtualBuddy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2388,6 +2388,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSBackgroundOnly = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
Expand Down Expand Up @@ -2684,6 +2685,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSBackgroundOnly = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
Expand Down Expand Up @@ -2856,6 +2858,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSBackgroundOnly = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
Expand Down Expand Up @@ -2887,6 +2890,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSBackgroundOnly = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
Expand Down Expand Up @@ -2918,6 +2922,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSBackgroundOnly = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
Expand Down Expand Up @@ -2948,6 +2953,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSBackgroundOnly = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
Expand Down Expand Up @@ -3312,6 +3318,7 @@
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSBackgroundOnly = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
Expand Down

0 comments on commit 1811cb7

Please sign in to comment.