flutter/packages/flutter_tools/templates/app_shared
Jenn Magder acdbcadb9e
Set template and migrate apps to iOS 12 minimum (#140478)
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-02 19:42:13 +00:00
..
.idea
android-java.tmpl Update Android app project template to apply Kotlin Gradle plugin declaratively (#139006) 2023-11-27 20:50:21 +00:00
android-kotlin.tmpl Update Android app project template to apply Kotlin Gradle plugin declaratively (#139006) 2023-11-27 20:50:21 +00:00
android.tmpl Update Android app project template to apply Kotlin Gradle plugin declaratively (#139006) 2023-11-27 20:50:21 +00:00
ios-objc.tmpl Set template and migrate apps to iOS 12 minimum (#140478) 2024-01-02 19:42:13 +00:00
ios-swift.tmpl Set template and migrate apps to iOS 12 minimum (#140478) 2024-01-02 19:42:13 +00:00
ios.tmpl Set template and migrate apps to iOS 12 minimum (#140478) 2024-01-02 19:42:13 +00:00
linux.tmpl Add missing call to parent method of GApplication::shutdown, implement GApplication::startup (#136836) 2023-10-20 22:19:57 +00:00
macos.tmpl Migrate Xcode projects last version checks to Xcode 14.3 (#125827) 2023-05-02 00:06:33 +00:00
web flutter-tool, web: update HTML template serviceWorkerVersion to be const (#124826) 2023-04-14 02:01:21 +00:00
windows.tmpl Native assets support for Windows (#134203) 2023-09-27 12:22:58 +00:00
.gitignore.tmpl No longer include .packages in created .gitignore files (#133484) 2023-08-30 00:40:01 +00:00
analysis_options.yaml.tmpl Update links to old linter site to dart.dev (#129866) 2023-07-01 18:36:10 +00:00
projectName.iml.tmpl Remove .pub directories from iml templates (#109622) 2022-09-09 22:20:12 +00:00