From 1773c1e271bdba5498df4598f279dd1103b02c58 Mon Sep 17 00:00:00 2001 From: Tyler-Larkin Date: Mon, 13 Jan 2025 19:27:23 -0800 Subject: [PATCH] chose(): Updated Xcode build destination --- .github/workflows/flutter_ios.yaml | 2 +- tool/test_all_plugins.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter_ios.yaml b/.github/workflows/flutter_ios.yaml index bb6169ab2f..ca0af8e1c9 100644 --- a/.github/workflows/flutter_ios.yaml +++ b/.github/workflows/flutter_ios.yaml @@ -60,7 +60,7 @@ jobs: if: inputs.has-native-tests run: | set -o pipefail - XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro Max,OS=latest" + XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest" xcodebuild test \ -workspace Runner.xcworkspace \ -scheme Runner \ diff --git a/tool/test_all_plugins.sh b/tool/test_all_plugins.sh index 6ff3297668..9ba8880fa1 100755 --- a/tool/test_all_plugins.sh +++ b/tool/test_all_plugins.sh @@ -55,7 +55,7 @@ case $KIND in fi cd ios - XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 14 Pro Max,OS=latest" + XCODEBUILD_DESTINATION="platform=iOS Simulator,name=iPhone 16 Pro Max,OS=latest" if xcodebuild test \ -workspace Runner.xcworkspace \ -scheme Runner \