flutter/packages/flutter_tools/test/general.shard/macos
Daco Harkes 2e229be2ff
Native assets: package in framework on iOS and MacOS (#140907)
Packages the native assets for iOS and MacOS in frameworks.

Issue:

* https://github.com/flutter/flutter/issues/140544
* https://github.com/flutter/flutter/issues/129757

## Details

* [x] This packages dylibs from the native assets feature in frameworks. It packages every dylib in a separate framework.
* [x] The dylib name is updated to use `@rpath` instead of `@executable_path`.
* [x] The dylibs for flutter-tester are no longer modified to change the install name. (Previously it was wrongly updating the install name to the location the dylib would have once deployed in an app.)
* [x] Use symlinking on MacOS.
2024-01-19 20:29:13 +00:00
..
application_package_test.dart Fix inconsistently suffixed macOS flavored bundle directory (#127997) 2023-06-14 23:43:17 +00:00
cocoapods_test.dart [macOS,iOS] CocoaPods recommended version: 1.13.0 (#135447) 2023-12-15 11:16:52 -08:00
cocoapods_validator_test.dart [macOS,iOS] CocoaPods recommended version: 1.13.0 (#135447) 2023-12-15 11:16:52 -08:00
macos_device_test.dart tool: use switch expressions (#125930) 2023-05-03 21:00:08 +00:00
macos_ipad_device_test.dart Update device filtering and introduce isConnected and connectionInterface (#121359) 2023-03-03 18:06:16 +00:00
macos_project_migration_test.dart Add commandHasTerminal parameter + apple usage event + sendException events for package:unified_analytics (#138806) 2023-11-22 12:25:10 +00:00
macos_workflow_test.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
native_assets_host_test.dart Native assets: package in framework on iOS and MacOS (#140907) 2024-01-19 20:29:13 +00:00
native_assets_test.dart Native assets: package in framework on iOS and MacOS (#140907) 2024-01-19 20:29:13 +00:00
xcode_test.dart Add commandHasTerminal parameter + apple usage event + sendException events for package:unified_analytics (#138806) 2023-11-22 12:25:10 +00:00
xcode_validator_test.dart Check for simulator runtime in flutter doctor (#131795) 2023-08-04 17:14:06 +00:00