Re: NSApplicationMain options
Re: NSApplicationMain options
- Subject: Re: NSApplicationMain options
- From: "Ken Ferry" <email@hidden>
- Date: Sun, 15 Jul 2007 23:02:52 -0700
On 7/15/07, Tommy Nordgren <email@hidden> wrote:
There are more to it than that. It's mandatory to ensure that these
"hidden" preferences never gets
stored in the user defaults database.
Defaults in the NSArgumentDomain are not saved out to disk. It's a
'volatile' domain.
http://developer.apple.com/documentation/Cocoa/Conceptual/UserDefaults/Concepts/DefaultsDomains.html
As far as not conflicting with already recognized debugging keys, the
same informal namespace policy exists as does for classes. Cocoa uses
keys that start with 'NS', CoreGraphics uses 'CG', keys recognized by
Cocoa and Carbon use 'Apple'.
-Ken
_______________________________________________
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