feat: Add fastlane for iOS
This commit is contained in:
parent
2e3765ad1e
commit
e3c9e595ed
11 changed files with 317 additions and 14 deletions
|
|
@ -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 ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue