Skip to content

Commit 2131108

Browse files
committed
Build for device
1 parent d6dc05a commit 2131108

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
-workspace externaldisplayexample.xcworkspace \
9191
-scheme externaldisplayexample \
9292
-configuration Release \
93-
-sdk iphonesimulator \
93+
-sdk iphoneos \
94+
-destination generic/platform=iOS \
9495
-derivedDataPath build | xcpretty
9596
9697
build-ios-new-arch:
@@ -147,7 +148,8 @@ jobs:
147148
-workspace externaldisplayexample.xcworkspace \
148149
-scheme externaldisplayexample \
149150
-configuration Release \
150-
-sdk iphonesimulator \
151+
-sdk iphoneos \
152+
-destination generic/platform=iOS \
151153
-derivedDataPath build | xcpretty
152154
153155
build-android-old-arch:

0 commit comments

Comments
 (0)