Skip to content

Commit

Permalink
[Release Tooling] Prefer xml Info.plist (#12448)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Heard <[email protected]>
  • Loading branch information
ncooke3 and andrewheard authored Feb 29, 2024
1 parent 41050f0 commit 12345ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReleaseTooling/Sources/ZipBuilder/FrameworkBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ struct FrameworkBuilder {

let updatedPlistData = try PropertyListSerialization.data(
fromPropertyList: plistDictionary,
format: .binary,
format: .xml,
options: 0
)

Expand Down

0 comments on commit 12345ff

Please sign in to comment.