Skip to content

Commit 7f77e19

Browse files
authored
macOS: Add dSYM to binariesWithoutEntitlements (#153977)
In flutter/engine#54696, we started bundling `FlutterMacOS.framework.dSYM` within `FlutterMacOS.xcframework` in the framework artifacts cache. This updates the list of expected codesigned binaries to include this file. Issue: flutter/flutter#153879
1 parent dde2328 commit 7f77e19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/bots/suite_runners/run_verify_binaries_codesigned_tests.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ List<String> binariesWithoutEntitlements(String flutterRoot) {
8787
return <String>[
8888
'artifacts/engine/darwin-x64-profile/FlutterMacOS.xcframework/macos-arm64_x86_64/FlutterMacOS.framework/Versions/A/FlutterMacOS',
8989
'artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64/FlutterMacOS.framework/Versions/A/FlutterMacOS',
90+
'artifacts/engine/darwin-x64-release/FlutterMacOS.xcframework/macos-arm64_x86_64/dSYMs/FlutterMacOS.framework.dSYM/Contents/Resources/DWARF/FlutterMacOS',
9091
'artifacts/engine/darwin-x64/FlutterMacOS.xcframework/macos-arm64_x86_64/FlutterMacOS.framework/Versions/A/FlutterMacOS',
9192
'artifacts/engine/darwin-x64/font-subset',
9293
'artifacts/engine/darwin-x64/impellerc',

0 commit comments

Comments
 (0)