On Wed, Jun 4, 2008 at 11:23 AM, Jim Puls <[EMAIL PROTECTED]> wrote: > Check the very beginning of the docs for NSApplication:
I would note that foregoing NSApplicationMain is not the best idea. Note the "functionally similar" -- no guarantee is made that the code provided exactly duplicates the functionality of NSApplicationMain. For example, where are argument-based user defaults processed? Does NSApplicationMain do anything special when the app is compiled in debug? Without the actual source code to NSApplicationMain, you can't answer these questions. An illustration of highlighted portions of functionality is not sufficient. --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]
