mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 15:02:33 +01:00
Merge branch 'main' of gitlab.com:famedly/fluffychat into main
This commit is contained in:
commit
d775174e97
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh -ve
|
#!/bin/sh -ve
|
||||||
|
git apply ./scripts/enable-android-google-services.patch
|
||||||
flutter clean
|
flutter clean
|
||||||
flutter pub get
|
flutter pub get
|
||||||
cd ios
|
cd ios
|
||||||
|
@ -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
Block a user