claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

NSNumber: support some exotic formats #56

Closed qmfrederik closed 5 years ago

qmfrederik commented 5 years ago

According to the Apple implementation (see __CFBinaryPlistCreateObjectFiltered and _getSizedInt):

I've managed to encounter a property list which contains a 128-bit NSNumber value, so this PR adds support for them (and a bunch of unit tests, too)