Skip to content

Commit

Permalink
Disable use of auxiliary file to prevent permission error on XcodeClo…
Browse files Browse the repository at this point in the history
…ud (#36)
  • Loading branch information
hiragram authored Jan 7, 2024
1 parent ef4b152 commit 1fe6f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/xcstrings-tool/Generate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct Generate: ParsableCommand {
try createDirectoryIfNeeded(for: output)

// Write the source to disk
try source.write(to: output, atomically: true, encoding: .utf8)
try source.write(to: output, atomically: false, encoding: .utf8)
note("Output written to ‘\(output.path(percentEncoded: false))")
}
}
Expand Down

0 comments on commit 1fe6f1a

Please sign in to comment.