dd-plist icon indicating copy to clipboard operation
dd-plist copied to clipboard

A java library providing support for ASCII, XML and binary property lists.

Results 3 dd-plist issues
Sort by recently updated
recently updated
newest added

NSKeyedArchiver

feature request

Modern GNUstep plists have a more efficient data encoding, and it is the `` format: GNUstep source that emits the format: https://github.com/gnustep/libs-base/blob/753c907938c2a8c4d00cf0fbe01b7e0d020f0064/Source/NSPropertyList.m#L1951-L1956 (gnustep/libs-base@9aa5d4cd0403c2d990262c15884181da5d1e32ae) GNUstep source that parses the format: https://github.com/gnustep/libs-base/blob/753c907938c2a8c4d00cf0fbe01b7e0d020f0064/Source/NSPropertyList.m#L1202-L1277...

enhancement

As per https://github.com/claunia/plist-cil/issues/3 I checked and that's what Apple's code does. tl;dr: it takes a 64-bit number and stores it in 1, 2, 4 or 8 big-endian bytes depending on...

enhancement