Skip to content

Commit c9d3529

Browse files
committed
remove build destination platform
1 parent 619aff2 commit c9d3529

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ jobs:
2424
- name: build project (compile only)
2525
run: |
2626
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
27+
-sdk iphonesimulator \
28+
-configuration Debug \
29+
clean build
3130
3231
3332
## Disable export and upload for now ##

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
xcodebuild -scheme "CloudMaster" \
2+
-sdk iphonesimulator \
3+
-configuration Debug \
4+
clean build

0 commit comments

Comments
 (0)