On 22 Mar '08, at 12:40 PM, Marco Cassinerio wrote:
Using NSPropertyListSerialization means that the .plist file is a binary representation and not an XML representation, is it true?
No. You can choose either format when writing a plist, and when reading a plist it automatically detects the type and reads either one.
Provided you use plist APIs to read the property lists, you shouldn't have to care what format they're in. You'll get a collection of objects and can work with them directly.
—Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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 [EMAIL PROTECTED]