8 lines
344 B
Bash
Raw Permalink Normal View History

2021-08-17 15:07:01 +08:00
#!/usr/bin/env bash
2023-08-30 18:25:50 +08:00
# https://docs.flutter.dev/deployment/ios
# flutter build ipa --release --obfuscate --split-debug-info=./split-debug-info
# no obfuscate, because no easy to check errors
2024-12-09 18:49:02 +08:00
cd $(dirname $(dirname $(which flutter)))
git apply ~/rustdesk/.github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff
2023-08-30 18:25:50 +08:00
flutter build ipa --release