Re: NSApplication and command line args
Re: NSApplication and command line args
- Subject: Re: NSApplication and command line args
- From: Kyle Sluder <email@hidden>
- Date: Fri, 8 May 2009 18:48:56 -0400
On Fri, May 8, 2009 at 6:03 PM, Andrew Farmer <email@hidden> wrote:
> A much simpler solution would be to preprocess the arguments which you pass
> to NSApplicationMain. Run through everything in argv, then create a new
> array of arguments from that with all arguments your application wants to
> handle removed and pass that to AppKit.
Why bother? NSProcessInfo already does this for you.
--Kyle Sluder
_______________________________________________
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