rustdesk/flutter/build_ios.sh

9 lines
349 B
Bash
Raw Permalink Normal View History

2021-08-17 07:07:01 +00:00
#!/usr/bin/env bash
2023-08-30 10:25:50 +00: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 10:49:02 +00:00
cd $(dirname $(dirname $(which flutter)))
git apply ~/rustdesk/.github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff
2025-05-10 17:15:29 +00:00
cd -
2023-08-30 10:25:50 +00:00
flutter build ipa --release