Skip to content

Commit f1a7e5a

Browse files
fix: modify only pbxproj file (#17)
1 parent 22a6d9d commit f1a7e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodeProject/Core/Project.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public final class Project {
3636

3737
public func save() throws {
3838
if let path = project.path {
39-
try project.write(path: path, override: true)
39+
try project.writePBXProj(path: path, override: true, outputSettings: .init())
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)