Re: Another user defaults question
Re: Another user defaults question
- Subject: Re: Another user defaults question
- From: Stephen Deken <email@hidden>
- Date: Thu, 24 Aug 2006 19:48:03 -0500
On Aug 24, 2006, at 7:34 PM, Ivan Kourtev wrote:
I figured I could write the plist file the way I want it using the
NSUSerDefaults system, then dump it in the plist editor and copy/
paste into a resource file. There has to be a better way to do it?
Look at NSDictionary's writeToFile:atomically: method.
The dump contains binary data (non-human readable sequence of
characters) such as:
...
Is this avoidable (and how) or not?
It's not avoidable in the case on NSColor objects -- they aren't
directly serializable.
--sjd;
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden