Merge branch 'main' of gitlab.com:famedly/fluffychat into main
commit
9ceb811c76
@ -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 ..
|
Loading…
Reference in New Issue