Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppIcon ¶
type AppIcon struct { Name string `plist:"displayName"` DisplayIdentifier string `plist:"displayIdentifier"` BundleId string `plist:"bundleIdentifier"` BundleVersion string `plist:"bundleVersion"` }
AppIcon represent a native app
func (AppIcon) DisplayName ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a connection to the `com.apple.springboardservices` service on the device
type Custom ¶
type Custom struct {
IconType string `plist:"iconType"`
}
Custom may be a widget or a paginated widget on the homescreen. We don't provide any information for this type of icon on the home screen
func (Custom) DisplayName ¶
type Folder ¶
type Folder struct { Name string `plist:"displayName"` Icons [][]Icon ListType string `plist:"listType"` }
Folder is a collection of items in a folder. Folders can also have multiple pages
func (Folder) DisplayName ¶
Click to show internal directories.
Click to hide internal directories.