View Source ExMobileDevice

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

Current functionality is minimal but includes:

Planned for future releases:

  • Application management (install, run)
  • Device pairing

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.0"}
  ]
end

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

Acknowledgements

  • Most of the heavy lifting has been done by pymobiledevice3. Give it a star.