From 44a3c0d71d7eb060cc0566a3efba1e9dea0ae0a2 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Wed, 28 Feb 2024 14:17:38 +0100 Subject: [PATCH] ios doc fixes --- docs/ios.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/ios.md b/docs/ios.md index 8937bf4e..820baa70 100644 --- a/docs/ios.md +++ b/docs/ios.md @@ -1,21 +1,20 @@ ## Getting started - iOS phone - ### Dinghy setup Assuming [rustup](http://rustup.rs) is already installed... ``` cargo install cargo-dinghy - -# If it's already installed, add '--force' -cargo install cargo-dinghy --force ``` -### Additional Requirements +### Additional iOS Requirements + +You will need: -In order to deploy to iOS devices one needs to install [ios-deploy](https://github.com/ios-control/ios-deploy). For example with: -`brew install ios-deploy` + * XCode (the full thing, not restricted to the command line) + * `pymobiledevice3` for deploying and running code on the devices. `pip install pymobiledevice3` should do the trick. + * optionnaly, for iOS devices running iOS version lower than 17, you need [ios-deploy](https://github.com/ios-control/ios-deploy): `brew install ios-deploy` ### iOS phone