Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableDeveloperMode ¶
func EnableDeveloperMode(device ios.DeviceEntry, enablePostRestart bool) error
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func New ¶
func New(device ios.DeviceEntry) (*Connection, error)
func (*Connection) Close ¶
func (devModeConn *Connection) Close() error
func (*Connection) EnableDevMode ¶
func (devModeConn *Connection) EnableDevMode() error
Enable developer mode on a device, e.g. after content reset
func (*Connection) EnableDevModePostRestart ¶
func (devModeConn *Connection) EnableDevModePostRestart() error
When you enable developer mode and device is rebooted, you get a popup on the device to finish enabling developer mode This function "accepts" that popup
Click to show internal directories.
Click to hide internal directories.