student-legacy/refilc/build-ipa.sh
2024-05-03 22:40:12 +02:00

8 lines
194 B
Bash
Executable File

#!/bin/sh
flutter clean
dart pub get
flutter doctor -v
flutter build ipa --release --dart-define=APPVER=$(cat pubspec.yaml | grep version: | cut -d' ' -f2 | cut -d+ -f1) --no-tree-shake-icons