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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com