Re: Dumb question about unit testing
Re: Dumb question about unit testing
- Subject: Re: Dumb question about unit testing
- From: Graham Cox <email@hidden>
- Date: Wed, 21 Nov 2012 08:51:46 +1100
On 21/11/2012, at 12:55 AM, William Squires <email@hidden> 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@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