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

@ -6,3 +6,8 @@ pod install
pod update
cd ..
flutter build ios --release
cd ios
bundle install
bundle update fastlane
bundle exec fastlane beta
cd ..