From 43ebbb70002bcba2b0f68fbe52da300e350ec903 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Thu, 26 Jun 2025 10:21:00 -0700 Subject: [PATCH] [ci] Increase deprecation check minimum to iOS 15 --- .ci/targets/ios_platform_tests.yaml | 2 +- script/configs/exclude_xcode_deprecation.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci/targets/ios_platform_tests.yaml b/.ci/targets/ios_platform_tests.yaml index a2b01241e73..a0b09d87039 100644 --- a/.ci/targets/ios_platform_tests.yaml +++ b/.ci/targets/ios_platform_tests.yaml @@ -18,7 +18,7 @@ tasks: - name: xcode analyze deprecation # Ensure we don't accidentally introduce deprecated code. script: .ci/scripts/tool_runner.sh - args: ["xcode-analyze", "--ios", "--ios-min-version=14.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml,script/configs/xcode_warnings_exceptions.yaml"] + args: ["xcode-analyze", "--ios", "--ios-min-version=15.0", "--exclude=script/configs/exclude_xcode_deprecation.yaml,script/configs/xcode_warnings_exceptions.yaml"] - name: native test script: .ci/scripts/tool_runner.sh # Simulator name and version must match name and version in create_simulator.sh diff --git a/script/configs/exclude_xcode_deprecation.yaml b/script/configs/exclude_xcode_deprecation.yaml index e69de29bb2d..53fc37161d5 100644 --- a/script/configs/exclude_xcode_deprecation.yaml +++ b/script/configs/exclude_xcode_deprecation.yaml @@ -0,0 +1,2 @@ +# TODO(jmagman): Remove deprecation exclusion when UIWindowScene.windows is adopted. https://github.com/flutter/flutter/issues/154365 +- integration_test