Skip to content

Commit 3696994

Browse files
authored
Merge pull request #23 from charlie-dev-ios/bugfix/fix-unable-to-build-xcode-cloud
[fix] Fixed an issue where the plugin could not be built on Xcode Cloud.
2 parents 6430e46 + 1fc6eaf commit 3696994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourcePackagesParser/SourcePackagesParser.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ final class SourcePackagesParser {
100100
let data = try PropertyListSerialization.data(fromPropertyList: dict,
101101
format: .xml,
102102
options: .zero)
103-
try data.write(to: saveURL, options: .atomic)
103+
try data.write(to: saveURL)
104104
} catch {
105105
throw SPPError.couldNotExportLicenseList
106106
}

0 commit comments

Comments
 (0)