Documentation
¶
Index ¶
- type AppInfo
- type BrowseResponse
- type Connection
- func (conn *Connection) BrowseAllApps() ([]AppInfo, error)
- func (conn *Connection) BrowseFileSharingApps() ([]AppInfo, error)
- func (conn *Connection) BrowseSystemApps() ([]AppInfo, error)
- func (conn *Connection) BrowseUserApps() ([]AppInfo, error)
- func (c *Connection) Close()
- func (c *Connection) Uninstall(bundleId string) error
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
UIFileSharingEnabled bool
}
type BrowseResponse ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func New ¶
func New(device ios.DeviceEntry) (*Connection, error)
func (*Connection) BrowseAllApps ¶
func (conn *Connection) BrowseAllApps() ([]AppInfo, error)
func (*Connection) BrowseFileSharingApps ¶
func (conn *Connection) BrowseFileSharingApps() ([]AppInfo, 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()
func (*Connection) Uninstall ¶
func (c *Connection) Uninstall(bundleId string) error
Click to show internal directories.
Click to hide internal directories.