Files
localsend/scripts/compile_ios.sh
2023-01-31 19:06:05 +01:00

11 lines
244 B
Bash

# UNCOMMENT THESE LINES TO BUILD FROM LATEST COMMIT
# git reset --hard origin/main
# git pull
fvm flutter clean
fvm flutter pub get
fvm flutter pub run build_runner build -d
fvm flutter precache --ios
(cd ios;pod update)
fvm flutter build ipa