Re: CFPreferences and Mountain Lion
Re: CFPreferences and Mountain Lion
- Subject: Re: CFPreferences and Mountain Lion
- From: Kyle Sluder <email@hidden>
- Date: Thu, 21 Jun 2012 11:39:20 -0700
On Jun 21, 2012, at 11:33 AM, Scott Ribe wrote:
> On Jun 21, 2012, at 12:17 PM, Michael Domino wrote:
>
>> My preferences code strictly uses the CFPreferences api and has worked reliably since Tiger. On Mountain Lion Preview 4 (with the recent update), though, preferences writing has been erratic, sometimes my preferences are updated correctly, sometimes not. Are there any known issues with CFPreferences on Mountain Lion?
>
> My problems with prefs started with Lion, FYI…
I guess the question is, why do you care whether the preferences have been written to disk? As long as everyone is using the correct API to access preferences, it doesn't matter whether CFPreferences is caching them in memory before flushing them to disk. (Likewise, you shouldn't be storing user-critical data in preferences.)
--Kyle Sluder
_______________________________________________
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