Skip to content

Commit 2763916

Browse files
committed
fix(ci): use any iOS target
1 parent c7d682e commit 2763916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build integrated iOS tester app
103103
run: |
104104
cd apps/tester-integrated/swift
105-
xcodebuild -workspace SwiftExample.xcworkspace -scheme SwiftExample -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator' build CODE_SIGNING_ALLOWED=NO
105+
xcodebuild -workspace SwiftExample.xcworkspace -scheme SwiftExample -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO
106106
107107
packaging-android:
108108
name: Android integration workflow with CLI
@@ -197,4 +197,4 @@ jobs:
197197
- name: Build Brownfield iOS native app
198198
run: |
199199
cd apps/iOSApp
200-
xcodebuild -workspace iOSApp.xcworkspace -scheme iOSApp -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator' build CODE_SIGNING_ALLOWED=NO
200+
xcodebuild -workspace iOSApp.xcworkspace -scheme iOSApp -configuration Release -sdk iphonesimulator build CODE_SIGNING_ALLOWED=NO

0 commit comments

Comments
 (0)