On Nov 15, 2008, at 13:01:09, Chris Forsythe wrote:
> CFPreferences isn't that much more different with regards to LoC and  
> difficulty to read, can we switch to it at some point to get around  
> this issue?

We don't need to. If we use NSUserDefaults differently, it will work:

        NSUserDefaults *defaults; //ivar

        //init
        defaults = [[NSUserDefaults alloc] init];
        [defaults addSuiteNamed:@"com.growl.growlhelperapp"]; //Or other  
application bundle ID

        //dealloc
        [defaults release];


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to