flutter/packages/integration_test/example/ios
Jenn Magder 076cb8a328
Migrate Xcode projects last version checks to Xcode 15.1 (#140256)
Change the following in the `flutter create` templates.  I didn't make any auto-migrations for existing apps because none seem that critical:
1. Turn on `ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS` in iOS and macOS.
1. Turn on `BuildIndependentTargetsInParallel` in macOS template.  https://github.com/flutter/flutter/pull/125827/files#r1181817619 
1. Turn on `DEAD_CODE_STRIPPING` in macOS template. 
1. Set `ENABLE_USER_SCRIPT_SANDBOXING=NO` in iOS and macOS template.  `flutter` scripts don't work with this on.  This might require a migration in the future to explicitly turn this one off. However at least for now if the setting isn't present it defaults to `NO`.

Add migration for `LastUpgradeVersion` so users won't see these validation issues in Xcode.

Run migrator on all the example apps.  A few aren't Flutter apps so I edited them in Xcode.

Fixes https://github.com/flutter/flutter/issues/140253
See also https://github.com/flutter/flutter/issues/125817 and https://github.com/flutter/flutter/pull/90304.
2024-01-03 23:05:46 +00:00
..
Flutter Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
Runner iOS info.plist template: make UIViewControllerBasedStatusBar to be true (#128970) 2023-06-20 18:11:18 +00:00
Runner.xcodeproj Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
Runner.xcworkspace Fix iOS native integration_tests example project (#84595) 2021-06-14 16:09:04 -07:00
RunnerTests Setup channels during IntegrationTest registration on iOS (#123729) 2023-03-30 20:26:43 +00:00
.gitignore Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
Podfile Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00