Drop availability checks for ios 14 and 15 in the embedder#188189
Conversation
de792eb to
41e2494
Compare
41e2494 to
f050928
Compare
|
CI had a failure that stopped further tests from running. We need to investigate to determine the root cause. SHA at time of execution: f050928. Possible causes:
A blank commit, or merging to head, will be required to resume running CI for this PR. Error Details: Stack trace: |
|
An existing Git SHA, To re-trigger presubmits after closing or re-opeing a PR, or pushing a HEAD commit (i.e. with |
There was a problem hiding this comment.
Code Review
This pull request removes obsolete @available version checks for iOS 13.0, 14.0, 14.5, and 15.0 across multiple iOS platform files, including FlutterDartVMServicePublisher.mm, FlutterMetalLayer.mm, FlutterPlatformPlugin.mm, FlutterPlatformViews.mm, FlutterPlatformViewsController.mm, FlutterPluginAppLifeCycleDelegate.mm, and FlutterViewController.mm. There are no review comments to evaluate, and no further feedback is provided.
…88189) Part of flutter#187741 Land this after flutter#188187 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [AI contribution guidelines] and understand my responsibilities, or I am not using AI tools. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing.
Part of #187741
Land this after #188187
Pre-launch Checklist
///).