Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppInfo ¶
type AppInfo struct {
ApplicationDSID int
ApplicationType string
CFBundleDisplayName string
CFBundleExecutable string
CFBundleIdentifier string
CFBundleName string
CFBundleShortVersionString string
CFBundleVersion string
Container string
Entitlements map[string]interface{}
EnvironmentVariables map[string]interface{}
MinimumOSVersion string
Path string
ProfileValidated bool
SBAppTags []string
SignerIdentity string
UIDeviceFamily []int
UIRequiredDeviceCapabilities []string
}
type BrowseResponse ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func New ¶
func New(device ios.DeviceEntry) (*Connection, error)
func (*Connection) BrowseSystemApps ¶
func (conn *Connection) BrowseSystemApps() ([]AppInfo, error)
func (*Connection) BrowseUserApps ¶
func (conn *Connection) BrowseUserApps() ([]AppInfo, error)
func (*Connection) Close ¶
func (c *Connection) Close()
Click to show internal directories.
Click to hide internal directories.