Skip to content

Commit

Permalink
ios doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos authored and kali committed Feb 29, 2024
1 parent 6ee2fd3 commit 44a3c0d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/ios.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 44a3c0d

Please sign in to comment.