From e4081a716d672dd035e3a330729b20218ef258bb Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Wed, 13 May 2026 17:09:34 -0700 Subject: [PATCH] feat(cli): add App.dd_resolution.tsv to supplement file handling (#3764) --- packages/shorebird_cli/lib/src/platform/apple/apple.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/shorebird_cli/lib/src/platform/apple/apple.dart b/packages/shorebird_cli/lib/src/platform/apple/apple.dart index 04dee960..0f3c6b79 100644 --- a/packages/shorebird_cli/lib/src/platform/apple/apple.dart +++ b/packages/shorebird_cli/lib/src/platform/apple/apple.dart @@ -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