From 41754f43ae2f5c50f03d295a6a5ec839e9306584 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 4 Aug 2026 05:10:20 +0800 Subject: [PATCH] Point iOS release issue link to open mirror --- .../shorebird_cli/lib/src/commands/release/ios_releaser.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shorebird_cli/lib/src/commands/release/ios_releaser.dart b/packages/shorebird_cli/lib/src/commands/release/ios_releaser.dart index 183f5f5b..7fa12da0 100644 --- a/packages/shorebird_cli/lib/src/commands/release/ios_releaser.dart +++ b/packages/shorebird_cli/lib/src/commands/release/ios_releaser.dart @@ -134,7 +134,7 @@ If left checked, Xcode will rewrite the build number in the uploaded IPA, so the // optional and exits 0 even when it fails (e.g. no signing certificate), // so we must verify the .ipa was actually produced. Otherwise we would // report a successful release and point the user at an .ipa that does not - // exist. See https://github.com/shorebirdtech/shorebird/issues/3807. + // exist. See https://git.tonycloud.org/flutter/shorebird/issues/3807. if (codesign && artifactManager.getIpa() == null) { logger.err( '''