Re: Any Way to Make an Applet Run as a Background Application?
Re: Any Way to Make an Applet Run as a Background Application?
- Subject: Re: Any Way to Make an Applet Run as a Background Application?
- From: Steve Mills <email@hidden>
- Date: Wed, 21 Oct 2015 20:08:34 +0000 (GMT)
On Oct 21, 2015, at 02:31 PM, "S. J. Cunningham" <email@hidden> wrote:
I have an applet that I am running periodically using launchd . Is there any way to keep it from popping in and out of the Dock every time it runs? I can't find anything in the launchd documentation that addresses this nor can I find any option to save an applet as a background process.
Add the LSBackgroundOnly flag to the Info.plist with a value of true:
<key>LSBackgroundOnly</key>
<true/>
Sent from iCloud's ridiculous UI, so, sorry about the formatting
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden