flutter/dev/integration_tests/flutter_gallery/macos
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 Optionally include CocoaPods xcconfig (#73112) 2021-01-06 13:55:23 -08:00
Runner [macOS] Remigrate principal class to NSApplication (#124173) 2023-04-05 09:05:37 -07:00
Runner.xcodeproj Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
Runner.xcworkspace Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
RunnerTests Update macOS gallery display name (#113658) 2022-10-20 03:23:12 +00:00
.gitignore Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
Podfile Increase minimum supported macOS version from 10.13 to 10.14 (#114713) 2022-11-07 11:32:42 +01:00
Podfile.lock Add --local-engine-host, which if specified, is used instead of being inferred (#132180) 2023-08-10 09:38:38 -07:00