Skip to content

Commit

Permalink
[Infra] Switch to iPhone 15 simulator in build_with_environment.sh (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Nov 14, 2024
1 parent f8758eb commit e4bc445
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function runXcodebuild() {
-workspace 'CocoapodsIntegrationTest.xcworkspace'
-scheme 'CocoapodsIntegrationTest'
-sdk 'iphonesimulator'
-destination 'platform=iOS Simulator,name=iPhone 14'
-destination 'platform=iOS Simulator,name=iPhone 15'
CODE_SIGNING_REQUIRED=NO
clean
build
Expand All @@ -36,7 +36,7 @@ function runXcodebuild() {
parameters=("${buildcache_xcb_flags[@]}" "${parameters[@]}")

echo xcodebuild "${parameters[@]}"
xcodebuild "${parameters[@]}" | xcpretty; result=$?
xcodebuild "${parameters[@]}" | xcbeautify --renderer github-actions; result=$?
}

# Configures bundler environment using Gemfile at the specified path.
Expand Down

0 comments on commit e4bc445

Please sign in to comment.