From 8f48430bb7aaf9be36bf0e0adebcce54c0e57331 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 17 Dec 2024 11:18:07 -0500 Subject: [PATCH] fix: use correct gen_snapshot path on ios (#2695) --- packages/shorebird_cli/lib/src/shorebird_artifacts.dart | 2 +- packages/shorebird_cli/test/src/shorebird_artifacts_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shorebird_cli/lib/src/shorebird_artifacts.dart b/packages/shorebird_cli/lib/src/shorebird_artifacts.dart index 1b22c02e..3e67fdb3 100644 --- a/packages/shorebird_cli/lib/src/shorebird_artifacts.dart +++ b/packages/shorebird_cli/lib/src/shorebird_artifacts.dart @@ -128,7 +128,7 @@ class ShorebirdCachedArtifacts implements ShorebirdArtifacts { 'artifacts', 'engine', 'ios-release', - 'gen_snapshot', + 'gen_snapshot_arm64', ), ); } diff --git a/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart b/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart index 761c084e..993fd839 100644 --- a/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart +++ b/packages/shorebird_cli/test/src/shorebird_artifacts_test.dart @@ -119,7 +119,7 @@ void main() { 'artifacts', 'engine', 'ios-release', - 'gen_snapshot', + 'gen_snapshot_arm64', ), ), );