On 21/11/2012, at 12:55 AM, William Squires <[email protected]> wrote:
> I was just wondering if there was some way to make an app that could > create/edit these saved objects directly at the binary level so I could make > sure of the intermediate results from option #1! The Property List Editor utility that comes with Developer Tools can do this (or it used to - not sure if it's still part of the distribution). You can also set up the archiver to write the file in XML format which makes it easier to edit by hand afterwards (though for a given object graph, the XML version will be much larger than the binary version). --Graham _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
