File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
runs-on : macos-latest
11
+ steps :
12
+ - uses : maxim-lobanov/setup-xcode@v1
13
+ with :
14
+ xcode-version : ' 16.1.0'
11
15
12
16
steps :
13
17
- name : Checkout repository
14
18
uses : actions/checkout@v4
15
19
16
20
- name : Install Tuist
17
21
run : |
18
- mise install tuist
22
+ brew tap tuist/tuist
23
+ brew install --formula tuist@4.16.1
24
+
25
+ - name : Verify Tuist installation
26
+ run : |
27
+ tuist --help
19
28
20
29
- name : Generate Project with Tuist
21
30
run : |
31
40
-workspace ModernCleanArchtecture.xcworkspace \
32
41
-scheme Example \
33
42
-configuration Debug \
34
- -destination 'platform=iOS Simulator,name=iPhone 14 ,OS=latest'
43
+ -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
2
2
import PackageDescription
3
3
4
4
#if TUIST
You can’t perform that action at this time.
0 commit comments