mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() 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. |
||
---|---|---|
.. | ||
application_package_test.dart | ||
cocoapods_test.dart | ||
cocoapods_validator_test.dart | ||
macos_device_test.dart | ||
macos_ipad_device_test.dart | ||
macos_project_migration_test.dart | ||
macos_workflow_test.dart | ||
native_assets_host_test.dart | ||
native_assets_test.dart | ||
xcode_test.dart | ||
xcode_validator_test.dart |