Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Kågedal Reimer 50858eaa50 Add missing call to add object in xcodeproject 2019-03-03 10:39:53 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ struct XcodeprojModify {
}
let phase = PBXShellScriptBuildPhase(shellScript: contents)
xcodeproj.pbxproj.add(object: phase)
for target in targets {
target.buildPhases = target.buildPhases + [phase]
}