Skip to content

Commit c19227d

Browse files
authored
cron test fix for Xcode 11 (#3964)
1 parent 365dfda commit c19227d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CocoapodsIntegrationTest/scripts/build_with_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function runXcodebuild() {
2626
-workspace 'CocoapodsIntegrationTest.xcworkspace'
2727
-scheme 'CocoapodsIntegrationTest'
2828
-sdk 'iphonesimulator'
29-
-destination 'platform=iOS Simulator,name=iPhone 7'
29+
-destination 'platform=iOS Simulator,name=iPhone 11'
3030
CODE_SIGNING_REQUIRED=NO
3131
clean
3232
build

0 commit comments

Comments
 (0)