We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44c025 commit 930012aCopy full SHA for 930012a
1 file changed
.github/workflows/build_test.yml
@@ -17,9 +17,7 @@ jobs:
17
run: sudo xcode-select -s /Applications/Xcode_16.4.app
18
19
- name: Install Tuist
20
- run: |
21
- curl -Ls https://install.tuist.io | bash
22
- echo "$HOME/.tuist/bin" >> $GITHUB_PATH
+ run: brew install tuist
23
24
- name: Generate xcconfig
25
run: |
@@ -40,5 +38,5 @@ jobs:
40
38
-workspace Bitnagil.xcworkspace \
41
39
-scheme App \
42
-sdk iphonesimulator \
43
- -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.4' \
44
- clean build | xcpretty
+ -destination 'generic/platform=iOS Simulator' \
+ clean build
0 commit comments