Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/shorebird_cli/lib/src/platform/apple/apple.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class Apple {
// DD table files for cascade limiter (produced by 2-pass release build).
'App.dd.link',
'App.dd_callers.link',
// Per-slot DD resolution outcome diagnostic (TSV).
'App.dd_resolution.tsv',
];

// This uses maybeCopy because not all versions of gen_snapshot/aot_tools
Expand Down
Loading