build: Use 0.1.0 fcm_shared_isolate on ios

Signed-off-by: Krille <c.kussowski@famedly.com>
pull/1787/head v1.26.0
Krille 3 months ago
parent 2b046b916e
commit 9069c61b97
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -1,5 +1,6 @@
#!/bin/sh -ve #!/bin/sh -ve
git apply ./scripts/enable-android-google-services.patch 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 clean
flutter pub get flutter pub get
cd ios cd ios

Loading…
Cancel
Save