mirror of
https://github.com/claunia/plist-cil.git
synced 2026-07-08 17:57:11 +00:00
[PR #56] NSNumber: support some exotic formats #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/claunia/plist-cil/pull/56
State: closed
Merged: Yes
According to the Apple implementation (see
__CFBinaryPlistCreateObjectFilteredand_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)