Skip to content

Commit

Permalink
Enable LSUIElement to run app as an agent
Browse files Browse the repository at this point in the history
  • Loading branch information
johnste committed Sep 4, 2020
1 parent 6309208 commit 2b30a3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Finicky/Finicky.xcodeproj/project.pbxproj
Expand Up @@ -485,7 +485,7 @@
INFOPLIST_FILE = Finicky/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = v3.1.0;
MARKETING_VERSION = v3.1.1;
PRODUCT_BUNDLE_IDENTIFIER = net.kassett.finicky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -507,7 +507,7 @@
INFOPLIST_FILE = Finicky/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = v3.1.0;
MARKETING_VERSION = v3.1.1;
PRODUCT_BUNDLE_IDENTIFIER = net.kassett.finicky;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 2 additions & 0 deletions Finicky/Finicky/Info.plist
Expand Up @@ -72,6 +72,8 @@
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 John Sterling</string>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit 2b30a3f

Please sign in to comment.