fix: Update ios fastlane scripts

This commit is contained in:
Krille Fear 2021-10-14 17:14:09 +02:00
parent ddefc5dca0
commit 755645df2c
2 changed files with 1 additions and 13 deletions

View file

@ -1,4 +1,5 @@
#!/bin/sh -ve
git apply ./scripts/enable-android-google-services.patch
flutter clean
flutter pub get
cd ios

View file

@ -1,13 +0,0 @@
#!/bin/sh -ve
flutter clean
flutter pub get
cd ios
pod install
pod update
cd ..
flutter build ios --release
cd ios
bundle install
bundle update fastlane
bundle exec fastlane release
cd ..