fluffychat/scripts/build-ios.sh
Christian Pauly 8ca6b63e2d refactor: CI
2020-11-21 12:40:36 +01:00

10 lines
No EOL
152 B
Bash
Executable file

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