feat: Add fastlane for iOS

This commit is contained in:
Christian Pauly 2021-06-19 17:22:00 +02:00
commit e3c9e595ed
11 changed files with 317 additions and 14 deletions

View file

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