XcodeGen/scripts/gen-fixtures.sh
2019-11-21 16:38:06 +09:00

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