Re: Programmatically relaunching app
Re: Programmatically relaunching app
- Subject: Re: Programmatically relaunching app
- From: Scott Anguish <email@hidden>
- Date: Tue, 23 Mar 2004 01:09:53 -0500
On Mar 23, 2004, at 12:38 AM, Mark Munz wrote:
I've looked through the archives and can't find any reference to this,
so I'll ask:
Does anyone know the best way to programatically relaunch the
application I'm in (that works with 10.2 or later)?
I know about
launchAppWithBundleIdentifier:options:additionalEventParamDescriptor:
launchIdentifier: (which allows me to specify a new instance), but it
requires 10.3 - so that won't work.
I've thought of launching a helper app that ensures my app quits and
then relaunches it. Seems kind cheesy, though.
I think that's probably the best way actually, it's what I would
suggest.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.