Skip to content

Commit

Permalink
fix: Don't show the icon in the dock (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jun 22, 2024
1 parent 535db8b commit b0ea5fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Reconnect.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Reconnect/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -737,6 +738,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Reconnect/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit b0ea5fc

Please sign in to comment.