Re: CFPreferences and Mountain Lion

2012-06-23 Thread Alex Zavatone
preferences are updated correctly, sometimes not. Are there any known issues with CFPreferences on Mountain Lion? I found this similar problem another developer is having: https://groups.google.com/forum/?fromgroups#!topic/munki-dev/fzp3SubBTJ0 There is a statement there, In 10.8

Re: CFPreferences and Mountain Lion

2012-06-22 Thread Stephane Sudre
On Thu, Jun 21, 2012 at 10:27 PM, Scott Ribe scott_r...@elevated-dev.com wrote: I'm not sandboxed, and the preferences I'm sharing are between my own apps. Also it variously works then doesn't work for a while on the same machine, same OS release, same app build. Can you post a small sample

CFPreferences and Mountain Lion

2012-06-21 Thread Michael Domino
issues with CFPreferences on Mountain Lion? I found this similar problem another developer is having: https://groups.google.com/forum/?fromgroups#!topic/munki-dev/fzp3SubBTJ0 There is a statement there, In 10.8 preferences are all cached by a preference daemon, and the point at which it reads from

Re: CFPreferences and Mountain Lion

2012-06-21 Thread Kyle Sluder
are updated correctly, sometimes not. Are there any known issues with CFPreferences on Mountain Lion? Mountain Lion is under NDA. You cannot talk about it here. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: CFPreferences and Mountain Lion

2012-06-21 Thread Scott Ribe
, sometimes not. Are there any known issues with CFPreferences on Mountain Lion? My problems with prefs started with Lion, FYI... -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice ___ Cocoa-dev mailing

Re: CFPreferences and Mountain Lion

2012-06-21 Thread Kyle Sluder
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

Re: CFPreferences and Mountain Lion

2012-06-21 Thread Scott Ribe
On Jun 21, 2012, at 12:39 PM, Kyle Sluder wrote: 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

Re: CFPreferences and Mountain Lion

2012-06-21 Thread michael . domino
, June 21, 2012 2:44pm To: Kyle Sluder k...@ksluder.com Cc: Michael Domino michael.dom...@identityfinder.com, cocoa-dev@lists.apple.com Subject: Re: CFPreferences and Mountain Lion On Jun 21, 2012, at 12:39 PM, Kyle Sluder wrote: I guess the question is, why do you care whether the preferences

Re: CFPreferences and Mountain Lion

2012-06-21 Thread Chad Hulbert
Sharing preferences between applications is not something you can rely on in a sandboxed environment. On 10.7, Preview and TextEdit are sandboxed so if you're seeing this behavior with them, that's why. You can reasonably expect more applications to be sandboxed in the future. On 6/21/12 2:44

Re: CFPreferences and Mountain Lion

2012-06-21 Thread Preston Sumner
On Jun 21, 2012, at 1:20 PM, michael.dom...@identityfinder.com wrote: Ditto for me, my prefs are sometimes not getting to disk ever, so I can't rely on seeing preferences set the way I left them. This only happens for me on 10.8, Lion does not exhibit this problem in my app. This topic

Re: CFPreferences and Mountain Lion

2012-06-21 Thread Scott Ribe
I'm not sandboxed, and the preferences I'm sharing are between my own apps. Also it variously works then doesn't work for a while on the same machine, same OS release, same app build. On Jun 21, 2012, at 2:13 PM, Chad Hulbert wrote: Sharing preferences between applications is not something