student-legacy/filcnaplo/build-ipa.sh
2023-05-27 15:46:18 +02:00

4 lines
148 B
Bash

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