Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
![]() |
50858eaa50 |
|
@ -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]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue