On Thu, Aug 26, 2010 at 6:05 AM, Nathan Day wrote:
> What about binary property lists, they should be interchangeable between
> iOS and Mac OS X?
>
Yes, a property list, binary or not, is definitely interchangeable.
The keyed archive container format is interchangeable, however whether a
partic
What about binary property lists, they should be interchangeable between iOS
and Mac OS X?
On 26/08/2010, at 1:29 AM, Ricky Sharp wrote:
> A similar question came up recently.
>
> While some objects (e.g. NSNumber) things should be binary compatible. But
> you may run into issues.
>
> Also d
A similar question came up recently.
While some objects (e.g. NSNumber) things should be binary compatible. But you
may run into issues.
Also depends upon what objects you are coding. Mac OS X uses NSColor whereas
iOS uses UIColor.
I would recommend using an intermediate normalized format in