mirror of
https://github.com/claunia/plist-cil.git
synced 2026-02-04 05:34:41 +00:00
[PR #32] Fix XML serialization of binary values #60
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/32
State: closed
Merged: Yes
When serializing binary data to XML property lists, the base64 representation of the data is split across multiple lines, like this:
This PR makes plist-cil behave the same way.