From 9069c61b97b488e81199442b236f7d189ea22d88 Mon Sep 17 00:00:00 2001 From: Krille Date: Wed, 23 Apr 2025 08:25:40 +0200 Subject: [PATCH] build: Use 0.1.0 fcm_shared_isolate on ios Signed-off-by: Krille --- scripts/release-ios-testflight.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release-ios-testflight.sh b/scripts/release-ios-testflight.sh index a30d3e5a4..b175266e0 100755 --- a/scripts/release-ios-testflight.sh +++ b/scripts/release-ios-testflight.sh @@ -1,5 +1,6 @@ #!/bin/sh -ve git apply ./scripts/enable-android-google-services.patch +yq eval '.dependencies.fcm_shared_isolate = "0.1.0"' -i pubspec.yaml # Workaround: 0.2.0 does not work on iOS flutter clean flutter pub get cd ios