Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadImageFor ¶
func DownloadImageFor(device ios.DeviceEntry, baseDir string) (string, error)
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
Connection to mobile image mounter
func New ¶
func New(device ios.DeviceEntry) (*Connection, error)
New returns a new mobile image mounter Connection for the given DeviceID and Udid
func (*Connection) Close ¶
func (conn *Connection) Close()
Close closes the underlying UsbMuxConnection
func (*Connection) ListImages ¶
func (conn *Connection) ListImages() ([][]byte, error)
ListImages returns a list with signatures of installed developer images
func (*Connection) MountImage ¶
func (conn *Connection) MountImage(imagePath string) error
Click to show internal directories.
Click to hide internal directories.