Re: NSUserDefaults and mutability
Re: NSUserDefaults and mutability
- Subject: Re: NSUserDefaults and mutability
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 8 Mar 2008 21:29:41 -0700
On Mar 8, 2008, at 6:16 PM, Jens Alfke wrote:
Don't rely on this; it's entirely possible this behavior could
change in the future, causing your app to throw an exception.
Something much like that happened in 10.4 (I think) — maybe it was
the mutability of collections read from property lists — and broke a
bunch of apps.
You're close. Values returned by NSUserDefaults were mutable in
Panther and earlier; they were made immutable in Tiger, and this
caused a lot of apps to break.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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