build: Update release ios script

This commit is contained in:
Christian Kußowski 2025-07-12 10:44:52 +02:00
parent f2cf771d59
commit 4a9efddf15
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -1,5 +1,6 @@
#!/bin/sh -ve
./scripts/add-firebase-messaging.sh
flutter pub add fcm_shared_isolate:0.1.0
sed -i '' 's,//<GOOGLE_SERVICES>,,g' lib/utils/background_push.dart
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