mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
build ipa with given profile: https://jtmuller5.medium.com/flutter-build-an-ipa-90520e813a96
This commit is contained in:
parent
a5e948a7d6
commit
7cfcedaa5c
5 changed files with 23 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
cargo build --release --target aarch64-apple-ios
|
||||
cargo build --features flutter --release --target aarch64-apple-ios --lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue