File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ provides:
1414build :
1515 dependencies :
1616 github.com/unsignedapps/swift-create-xcframework : " *"
17- swift.org : 5.9.2
18- script : |
19- swift build -c release --product tuist
20- swift create-xcframework ProjectDescription
21- swift create-xcframework ProjectAutomation
22- mkdir -p {{prefix}}/bin
23- mv $(swift build --configuration release --show-bin-path)/tuist {{prefix}}/bin
24- mv $(swift build --configuration release --show-bin-path)/ProjectDescription.xcframework {{prefix}}/bin
25- mv $(swift build --configuration release --show-bin-path)/ProjectAutomation.xcframework {{prefix}}/bin
26- cp -R Templates {{prefix}}/bin
17+ script :
18+ - swift --version
19+ - swift build -c release --product tuist
20+ - swift create-xcframework ProjectDescription
21+ - swift create-xcframework ProjectAutomation
22+ - mkdir -p {{prefix}}/bin
23+ - mv $(swift build --configuration release --show-bin-path)/tuist {{prefix}}/bin
24+ - mv $(swift build --configuration release --show-bin-path)/ProjectDescription.xcframework {{prefix}}/bin
25+ - mv $(swift build --configuration release --show-bin-path)/ProjectAutomation.xcframework {{prefix}}/bin
26+ - cp -R Templates {{prefix}}/bin
2727
2828test : tuist version | grep {{version}}
You can’t perform that action at this time.
0 commit comments