mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
8 lines
291 B
Bash
Executable File
8 lines
291 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
swift run xcodegen --spec Tests/Fixtures/TestProject/AnotherProject/project.yml
|
|
swift run xcodegen --spec Tests/Fixtures/TestProject/project.yml
|
|
swift run xcodegen --spec Tests/Fixtures/CarthageProject/project.yml
|
|
swift run xcodegen --spec Tests/Fixtures/SPM/project.yml
|