From da40cd612a8696dcf86ce94550732493ced03cc2 Mon Sep 17 00:00:00 2001 From: nazila76a Date: Sat, 31 May 2025 02:04:08 +0330 Subject: [PATCH] Update _index.en.md cd # For saving your time and our time, we prepared dependent files for you. https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/ios_dep.tar.gz tar xzf ios_dep.tar.gz git clone --recurse-submodules https://github.com/rustdesk/rustdesk cd rustdesk # For simulator: VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_x64.sh VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_arm64.sh cd flutter dart pub global activate ffigen # Good Luck! # For simulator: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj # Forget if need: cd ios; pod install; cd -; flutter run --- content/dev/build/ios/_index.en.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/content/dev/build/ios/_index.en.md b/content/dev/build/ios/_index.en.md index 2c6a4e3b..ff049a72 100644 --- a/content/dev/build/ios/_index.en.md +++ b/content/dev/build/ios/_index.en.md @@ -1,7 +1,21 @@ --- title: iOS weight: 23 ---- +---cd +# For saving your time and our time, we prepared dependent files for you. +https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/ios_dep.tar.gz +tar xzf ios_dep.tar.gz +git clone --recurse-submodules https://github.com/rustdesk/rustdesk +cd rustdesk +# For simulator: VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_x64.sh +VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_arm64.sh +cd flutter +dart pub global activate ffigen +# Good Luck! +# For simulator: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj +# Forget if need: cd ios; pod install; cd -; +flutter run + ``` cd