Re: NSUserDefauts - Am I Missing the Obvious?
Re: NSUserDefauts - Am I Missing the Obvious?
- Subject: Re: NSUserDefauts - Am I Missing the Obvious?
- From: Andrew <email@hidden>
- Date: Thu, 19 Dec 2002 17:42:19 +1100 (EST)
On Wed, 18 Dec 2002, Eric Kolotyluk wrote:
>
in the Application domain, or am I missing something more basic? Where
>
is the User Defaults dictionary stored? Is there some way to inspect it?
The dictionary is stored in ~/Library/Preferences/<blah> where blah is
meant to be you domain name reversed (but is whatever you set in the app
settings of your project). That might change with different domains though
- I haven't tested.
You can just look at it with a text editor as its XML or you can use the
defaults command or Apple give you a GUI editor but I forget what its
called.
HTH,
Andrew
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.