meyers8686 / plist

Automatically exported from code.google.com/p/plist
0 stars 0 forks source link

Add capability to parse keyed archives #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Property lists created by NSKeyedArchiver cannot be parsed.

Information on this format can be found here:
http://www.opensource.apple.com/source/CF/CF-476.18/CFBinaryPList.c
https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Archivin
g/Archiving.html#//apple_ref/doc/uid/10000047i
http://search.cpan.org/~kyoki/Data-Plist-0.1/lib/Data/Plist.pm#KEYED_ARCHIVES

Original issue reported on code.google.com by daniel.dreibrodt on 6 Aug 2011 at 10:15

GoogleCodeExporter commented 9 years ago
Update to the links provided above:
http://www.opensource.apple.com/source/CF/CF-635/CFBinaryPList.c is the 
location of the latest version of the reference parser.

Original comment by daniel.dreibrodt on 6 Aug 2011 at 10:18

GoogleCodeExporter commented 9 years ago
Another source: 
https://code.google.com/p/cocotron/source/browse/Foundation/NSPropertyList/NSPro
pertyListReader_binary1.m

Original comment by daniel.dreibrodt on 12 Aug 2011 at 12:48

GoogleCodeExporter commented 9 years ago
Please add support for this, this would be very very useful!

Original comment by guidedw...@gmail.com on 26 Nov 2012 at 7:18

GoogleCodeExporter commented 9 years ago
Issue 28 has been merged into this issue.

Original comment by daniel.dreibrodt on 26 Nov 2012 at 7:18

GoogleCodeExporter commented 9 years ago
If anybody still works on this, I have reverse engineered the format with more 
or less good result and can share the description (but not the implementation, 
since I don't implement it).

Original comment by shuricks...@gmail.com on 2 Oct 2014 at 3:46