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