On Tue, Aug 11, 2009 at 9:47 AM, Alastair Houghton<[email protected]> wrote: > If you want to process the command line arguments, you can either do so from > your main() function, before calling NSApplicationMain(), or you can use > NSProcessInfo to examine them once your app is running.
I believe I suggested that at one point, but it was pointed out to me that NSApplicationMain irreversibly munges argv before NSProcessInfo accesses it. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
