Skip to content

Commit

Permalink
swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider authored May 14, 2024
1 parent 1926e79 commit 75fd3e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions projects/tuist.io/tuist/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ provides:
build:
dependencies:
github.com/unsignedapps/swift-create-xcframework: "*"
swift.org: 5.9.2
script: |
swift build -c release --product tuist
swift create-xcframework ProjectDescription
swift create-xcframework ProjectAutomation
mkdir -p {{prefix}}/bin
mv $(swift build --configuration release --show-bin-path)/tuist {{prefix}}/bin
mv $(swift build --configuration release --show-bin-path)/ProjectDescription.xcframework {{prefix}}/bin
mv $(swift build --configuration release --show-bin-path)/ProjectAutomation.xcframework {{prefix}}/bin
cp -R Templates {{prefix}}/bin
script:
- swift --version
- swift build -c release --product tuist
- swift create-xcframework ProjectDescription
- swift create-xcframework ProjectAutomation
- mkdir -p {{prefix}}/bin
- mv $(swift build --configuration release --show-bin-path)/tuist {{prefix}}/bin
- mv $(swift build --configuration release --show-bin-path)/ProjectDescription.xcframework {{prefix}}/bin
- mv $(swift build --configuration release --show-bin-path)/ProjectAutomation.xcframework {{prefix}}/bin
- cp -R Templates {{prefix}}/bin

test: tuist version | grep {{version}}

0 comments on commit 75fd3e2

Please sign in to comment.