build: Make ios debug job run without secrets

This commit is contained in:
krille-chan 2025-07-19 11:25:59 +02:00
commit f094a05277
No known key found for this signature in database
3 changed files with 38 additions and 3 deletions

View file

@ -1,7 +1,6 @@
#!/bin/sh -ve
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
cd ios