Skip to content

Commit 0ed025c

Browse files
committed
Fix iphone sim version
1 parent e949a2f commit 0ed025c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh

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

0 commit comments

Comments
 (0)