We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619aff2 commit c9d3529Copy full SHA for c9d3529
.github/workflows/swift.yml
@@ -24,10 +24,9 @@ jobs:
24
- name: build project (compile only)
25
run: |
26
xcodebuild -scheme "CloudMaster" \
27
- -sdk iphonesimulator \
28
- -configuration Debug \
29
- -destination 'platform=iOS Simulator,name=iPhone 15' \
30
- clean build # Changed from 'archive' to 'build
+ -sdk iphonesimulator \
+ -configuration Debug \
+ clean build
31
32
33
## Disable export and upload for now ##
build.sh
@@ -0,0 +1,4 @@
1
+xcodebuild -scheme "CloudMaster" \
2
3
4
0 commit comments