On 08 May 09, at 15:48, Kyle Sluder wrote:
On Fri, May 8, 2009 at 6:03 PM, Andrew Farmer <andf...@gmail.com> 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.

That doesn't let you hide arguments from AppKit - all it does is let you look at what they were post-launch. As the OP notes, he's got some filename arguments that he doesn't want AppKit to see (because it's treating them as documents to open, which isn't wanted).
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to