Update _index.ru.md

This commit is contained in:
Viktor 2022-05-25 13:45:30 +03:00 committed by GitHub
parent 825f3892a5
commit ea8df20550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,21 @@
---
title: iOS
title: iOS
weight: 23
---
[English](/docs/en/dev/build/ios)
```
cd
# Для экономии вашего и нашего времени мы подготовили для вас файлы зависимостей.
https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/ios_dep.tar.gz
tar xzf ios_dep.tar.gz
git clone https://github.com/rustdesk/rustdesk
cd rustdesk
# Для симулятора: VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_x64.sh
VCPKG_ROOT=$HOME/vcpkg ./flutter/ios_arm64.sh
cd flutter
dart pub global activate ffigen
# Удачи!
# Для симулятора: sed 's/aarch64/x86_64/g' ios/Runner.xcodeproj/project.pbxproj
# Забыть, если надо: cd ios; pod install; cd -;
flutter run
```