student-legacy/filcnaplo/build-ipa.sh
2023-05-29 12:03:30 +02:00

4 lines
148 B
Bash
Executable File

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