File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1616 - name : Set Xcode version
1717 run : sudo xcode-select -s /Applications/Xcode_16.4.app
1818
19- - name : Install Mise and Tuist
20- run : |
21- curl -fsSL https://mise.jdx.dev/install.sh | sh
22- export PATH="$HOME/.local/bin:$PATH"
23- mise install tuist
24- mise use -g tuist
19+ - name : Install Tuist
20+ run : brew install tuist
2521
2622 - name : Generate xcconfig
2723 run : |
3228
3329 - name : Generate Xcode project with Tuist
3430 run : |
35- export PATH="$HOME/.local/bin:$PATH"
36- mise exec -- tuist install
37- mise exec -- tuist generate --no-open
31+ tuist install
32+ tuist generate --no-open
3833
3934 - name : Build with xcodebuild
4035 run : |
4338 -workspace Bitnagil.xcworkspace \
4439 -scheme App \
4540 -sdk iphonesimulator \
46- -destination 'platform=iOS Simulator,name=iPhone 15 Pro ,OS=18.4' \
41+ -destination 'platform=iOS Simulator,name=iPhone 16 ,OS=18.4' \
4742 clean build | xcpretty
48-
You can’t perform that action at this time.
0 commit comments