What is the status of NSPropertyListBinaryFormat_v1_0?

2006-01-03 Thread Derek Zhou
Hi all, I want to ask about the status of NSPropertyListBinaryFormat_v1_0 in the class of NSPropertyListSerialization. Is it reversed engineered from the apple's file or made froma a spec? How good is the compatibility with apple? This is important to the gnustep developers because this looks like

Re: What is the status of NSPropertyListBinaryFormat_v1_0?

2006-01-04 Thread Fred Kiefer
Hi Derek, Derek Zhou wrote: > I want to ask about the status of NSPropertyListBinaryFormat_v1_0 in > the class of NSPropertyListSerialization. Is it reversed engineered > from the apple's file or made froma a spec? I did reverse engineer the format from a few binary files somebody did send me an

Re: What is the status of NSPropertyListBinaryFormat_v1_0?

2006-01-04 Thread Derek Zhou
Here is a simple patch, which should be obvious by itself. Diff'ed against base-1.11.1. Please apply. Derek Index: gnustep-base-1.11.1/Source/NSPropertyList.m === --- gnustep-base-1.11.1.orig/Source/NSPropertyList.m2006-01-04 14

Re: What is the status of NSPropertyListBinaryFormat_v1_0?

2006-01-04 Thread Derek Zhou
Sorry, there is a typo in previous patch. Should have tested it before sending. Resend here. Derek Index: gnustep-base-1.11.1/Source/NSPropertyList.m === --- gnustep-base-1.11.1.orig/Source/NSPropertyList.m2006-01-04 14:05:46.0