flutter/packages/flutter_tools/test/host_cross_arch.shard
Chris Bracken 11ab37ee81
macOS: Copy macOS framwork dSYM into build outputs (#153975)
As of Xcode 16, App Store validation now requires that apps uploaded to the App store bundle dSYM debug information bundles for each Framework they embed.

dSYM bundles are packaged in the FlutterMacOS.xcframework shipped in the `darwin-x64-release` tools archive as of engine patches:
* https://github.com/flutter/engine/pull/54696

This copies the FlutterMacOS.framework.dSYM bundle from the tools cache to the build outputs produced by `flutter build macOS`.

Fixes: https://github.com/flutter/flutter/issues/153879
2024-08-24 00:14:15 +00:00
..
cache_test.dart [flutter_tools] Use process matcher for multidex test (#127996) 2023-06-01 22:24:08 +00:00
ios_content_validation_test.dart Fix some tests that fail with Swift Package Manager enabled (#152267) 2024-07-26 21:08:32 +00:00
macos_content_validation_test.dart macOS: Copy macOS framwork dSYM into build outputs (#153975) 2024-08-24 00:14:15 +00:00