mirror of
https://github.com/claunia/plist-cil.git
synced 2026-02-04 05:34:41 +00:00
[PR #32] [MERGED] Fix XML serialization of binary values #56
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?
📋 Pull Request Information
Original PR: https://github.com/claunia/plist-cil/pull/32
Author: @qmfrederik
Created: 5/22/2018
Status: ✅ Merged
Merged: 5/23/2018
Merged by: @claunia
Base:
master← Head:fixes/xml-binary📝 Commits (4)
274ab51Correctly roundtrip long binary values5bb8322Update csproj file835656bFix path5cc5100Fix indentation, add unit test📊 Changes
5 files changed (+67 additions, -3 deletions)
View changed files
📝
plist-cil.test/IssueTest.cs(+28 -0)📝
plist-cil.test/plist-cil.test.csproj(+9 -0)➕
plist-cil.test/test-files/RoundtripBinary.plist(+9 -0)➕
plist-cil.test/test-files/RoundtripBinaryIndentation.plist(+12 -0)📝
plist-cil/NSData.cs(+9 -3)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.