Files
localsend/scripts/compile_ios.sh
Justin Bailey 8837033742 syntax fix
2023-02-16 11:04:11 -05:00

14 lines
248 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