fluffychat/scripts/build-ios.sh

9 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