feat: Add fastlane for iOS
This commit is contained in:
parent
2e3765ad1e
commit
e3c9e595ed
11 changed files with 317 additions and 14 deletions
13
scripts/release-ios-testflight.sh
Executable file
13
scripts/release-ios-testflight.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/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 beta
|
||||
cd ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue