student-legacy/filcnaplo/build-ipa.sh
2023-06-12 20:11:15 +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