2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-03-05 15:10:44 +01:00
2020-12-08 14:46:47 +00:00

11 lines
147 B
Bash
Executable File

#!/bin/sh -ve
flutter channel stable
flutter upgrade
flutter clean
flutter pub get
cd ios
pod install
pod update
cd ..
flutter build ios --release