CI: Update iOS fastlane

This commit is contained in:
Krille Fear 2021-11-27 10:50:04 +01:00
commit 875441b27f
2 changed files with 12 additions and 3 deletions

View file

@ -3,6 +3,8 @@ git apply ./scripts/enable-android-google-services.patch
flutter clean
flutter pub get
cd ios
rm -rf Pods
rm Podfile.lock
pod install
pod update
cd ..