Skip to content

Commit 9aeb302

Browse files
committed
swift version
1 parent 3515497 commit 9aeb302

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

projects/tuist.io/tuist/package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ provides:
1414
build:
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

2828
test: tuist version | grep {{version}}

0 commit comments

Comments
 (0)