mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
@@ -21,7 +21,7 @@ func generate(spec: String, project: String, isQuiet: Bool, justVersion: Bool) {
|
||||
exit(1)
|
||||
}
|
||||
|
||||
let specPath = Path(spec).normalize()
|
||||
let specPath = Path(URL(fileURLWithPath: spec).path).normalize()
|
||||
let projectPath = Path(project).normalize()
|
||||
|
||||
if !specPath.exists {
|
||||
|
||||
Reference in New Issue
Block a user