Live Activity version update, build-ipa.sh

This commit is contained in:
Tihanyi Marcell
2023-06-12 20:11:15 +02:00
parent f78a542be2
commit c474512088
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
#!/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