Re: Forcing plist preferences file to be saved as text?
Re: Forcing plist preferences file to be saved as text?
- Subject: Re: Forcing plist preferences file to be saved as text?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 22 Apr 2010 23:42:38 +0200
Le 22 avr. 2010 à 23:36, Laurent Daudelin a écrit :
> Is there any way to force the NSUserDefaults instances to save preferences of an application as a text-only plist file in 10.5 as it does on 10.6? For some reason, that seems to be happening only on 10.5.
>
I don't think so. NSUserDefault storage format is an implementation details you shouldn't have to care about. And AFAIK, all preferences are saved as binary property list on both 10.5 and 10.6.
Out of curiosity, why would you use the less efficient and larger XML format ?
-- Jean-Daniel
_______________________________________________
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