fluffychat/scripts/build-ios.sh
2021-03-04 12:45:15 +01:00

8 lines
108 B
Bash
Executable file

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