ExMobileDevice

An OTP application to talk to iPhones via usbmuxd on OSX and Linux.

Current functionality is minimal but includes:

Planned for future releases:

Contributions are welcome.

Installation

If available in Hex, the package can be installed by adding exmobiledevice to your list of dependencies in mix.exs:

def deps do
  [
    {:exmobiledevice, "~> 0.2.17"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exmobiledevice.

Acknowledgements