Files
app-legacy/refilc/build-ipa.sh
2025-02-25 20:17:47 +01:00

8 lines
191 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) --tree-shake-icons