Re: NSDefaults to CFPreference
Re: NSDefaults to CFPreference
- Subject: Re: NSDefaults to CFPreference
- From: Thomas Harrington <email@hidden>
- Date: Mon, 11 Aug 2003 12:33:18 -0600
On Friday, August 8, 2003, at 06:51 PM, Rhon Fitzwater wrote:
I need to change the code below to use CFPreference. I want my app to
use one system wide preference and not create a preference for every
user. I know that, and want, only admin users to be able to edit these
preferences. I am hoping that it will store the preference in
/System/Library/Preferences/.
Can anyone convert the code below or show me how?
CFPreferences is well-documented and easy to use. Check out the docs.
But note that you really want the information in /Library/Preferences,
not under /System at all. CFPreferences will handle this.
--
Tom Harrington
email@hidden
_______________________________________________
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.