File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 runs-on : macos-latest
11-
1211 steps :
12+ - uses : maxim-lobanov/setup-xcode@v1
13+ with :
14+ xcode-version : ' 16.1.0'
15+
1316 - name : Checkout repository
1417 uses : actions/checkout@v4
1518
1619 - name : Install Tuist
1720 run : |
18- mise install tuist
21+ brew tap tuist/tuist
22+ brew install --formula tuist@4.16.1
23+
24+ - name : Verify Tuist installation
25+ run : |
26+ tuist --help
1927
2028 - name : Generate Project with Tuist
2129 run : |
3139 -workspace ModernCleanArchtecture.xcworkspace \
3240 -scheme Example \
3341 -configuration Debug \
34- -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=latest'
42+ -destination 'platform=iOS Simulator,name=iPhone 15 ,OS=latest'
Original file line number Diff line number Diff line change 1- // swift-tools-version: 5.9
1+ // swift-tools-version: 6.0
22import PackageDescription
33
44#if TUIST
You can’t perform that action at this time.
0 commit comments