installationproxy

package
v1.0.121 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2023 License: MIT Imports: 5 Imported by: 2

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
	UIFileSharingEnabled         bool
}

type BrowseResponse

type BrowseResponse struct {
	CurrentIndex  uint64
	CurrentAmount uint64
	Status        string
	CurrentList   []AppInfo
}

type Connection

type Connection struct {
	// contains filtered or unexported fields
}

func New

func New(device ios.DeviceEntry) (*Connection, error)

func (*Connection) BrowseAllApps added in v1.0.72

func (conn *Connection) BrowseAllApps() ([]AppInfo, error)

func (*Connection) BrowseFileSharingApps added in v1.0.118

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 added in v1.0.34

func (c *Connection) Uninstall(bundleId string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL