Installation
CLI Tools
Install the idevice-tools command-line binary from source.
The idevice-tools CLI is in the tools crate. Install it from source:
git clone https://github.com/jkcoxson/idevice.git
cd idevice
cargo install --path toolsThis installs the idevice-tools binary along with several companion binaries:
idevice-tools— the main CLIpair_host— pair a host with a devicepair_apple_tv— pair an Apple TVidevice_id— list connected device UDIDsiproxy— proxy local TCP connections to device services
Building from source
To build the entire workspace without installing:
git clone https://github.com/jkcoxson/idevice.git
cd idevice
cargo build --releaseTo build with all features enabled:
cargo build --release --all-features