Re: Scheduling an application
Re: Scheduling an application
- Subject: Re: Scheduling an application
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 3 Jun 2009 09:48:07 -0600
On Jun 3, 2009, at 3:52 AM, rethish wrote:
I want the plist to be loaded automatically on the specified time
and launch
my application.
How can be it done?
Automatic plist loading only happens on reboot (if it's in the system
library) or login (if it's in the user's library). You'll have to load
it manually if you don't want to inconvenience the user.
Is LaunchDaemons the correct folder to place the plist?
That depends on what your application does. See <http://developer.apple.com/technotes/tn2005/tn2083.html
> and read about the difference between agents and daemons.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden