Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Redux of #85059, but rebased on #85174 and the test path introduced in that PR updated to
ios-arm64_x86_64-simulator: a1cc193The iOS engine Flutter.framework artifacts now contains both ARM and x86_64 architecture slices.
VALID_ARCHSthe plugins template had before Change iOS plugin simulator archs from allow list to deny list #64504 (and which our 1p plugins still use)EXCLUDED_ARCHSworkarounds like Exclude arm64 from valid iOS simulators #73828 and Exclude arm64 from supported iOS simulator architectures #73458.More integration test support will be added when M1 Macs are available for testing #79430.
Reverts #85051
Fixes #64502
Fixes #69334
Fixes #74970
Fixes #79641