flutter/dev
Jenn Magder b08fc60024
Set template and migrate apps to iOS 12 minimum (#140823)
Reland https://github.com/flutter/flutter/pull/140478 with `ios_content_validation_test` test fix.
```
[ios_content_validation_test] Process terminated with exit code 0.
Task result:
{
  "success": true,
  "data": null,
  "detailFiles": [],
  "benchmarkScoreKeys": [],
  "reason": "success"
}

```

__________

1. Change templates to `IPHONEOS_DEPLOYMENT_TARGET`, `MinimumOSVersion`, and Podfile `platform :ios` to 12.0.
2. Add migrator for Podfile part to migrate `platform :ios, '11.0'` -> `platform :ios, '12.0'`
3. Compile with `-miphoneos-version-min=12.0`
4. Run the migrator on all example apps and integration tests.

See also https://github.com/flutter/flutter/pull/62902 and https://github.com/flutter/flutter/pull/85174 and https://github.com/flutter/flutter/pull/101963

Fixes https://github.com/flutter/flutter/issues/136060
2024-01-03 00:47:40 +00:00
..
a11y_assessments Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
automated_tests Upgrade leak_tracker. (#140758) 2024-01-02 20:58:16 +00:00
benchmarks Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
bots More helpful test.dart output (#140175) 2023-12-28 23:16:12 +00:00
conductor Upgrade to version of leak tracker that does not depend on test_widgets. (#140247) 2023-12-19 04:28:09 +00:00
customer_testing Upgrade to version of leak tracker that does not depend on test_widgets. (#140247) 2023-12-19 04:28:09 +00:00
devicelab Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
docs Update links and surrounding text for new main-api docs (#138602) 2023-11-17 22:27:53 +00:00
forbidden_from_release_tests Roll dependencies (#139606) 2023-12-06 19:22:06 +00:00
integration_tests Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
manual_tests Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
missing_dependency_tests Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
snippets/config Remove null-safety argument from DartPad doc samples (#127345) 2023-05-23 00:10:11 +00:00
tools Upgrade leak_tracker. (#140758) 2024-01-02 20:58:16 +00:00
tracing_tests Upgrade leak_tracker. (#140758) 2024-01-02 20:58:16 +00:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
README.md Migrate to .ci.yaml (#82960) 2021-05-19 20:09:46 -07:00

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.