Skip to content

Commit 12345ff

Browse files
ncooke3andrewheard
andauthored
[Release Tooling] Prefer xml Info.plist (#12448)
Co-authored-by: Andrew Heard <[email protected]>
1 parent 41050f0 commit 12345ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseTooling/Sources/ZipBuilder/FrameworkBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ struct FrameworkBuilder {
692692

693693
let updatedPlistData = try PropertyListSerialization.data(
694694
fromPropertyList: plistDictionary,
695-
format: .binary,
695+
format: .xml,
696696
options: 0
697697
)
698698

0 commit comments

Comments
 (0)