Contents

HomeScreenLayout.IconItem

An array of dictionaries that conform to the icon dictionary format.

Declaration

object HomeScreenLayout.IconItem

Properties

NameTypeDescription
BundleIDstring

The bundle identifier of the app. This setting is required if the type is Application.

DisplayNamestring

The human-readable string shown to the user. This setting is valid only if the type is Folder.

Pages[[HomeScreenLayout.IconItem]]

An array of arrays of dictionaries, each conforming to the icon dictionary format. This setting is valid only if the type is Folder.

Type Requiredstring

The type of the Dock item.

URLstring

The URL of the existing web clip for this item. This setting is required if type is WebClip. If more than one web clip exists with the same URL, the behavior is undefined.

Specifying a web clip in this payload doesn’t create the web clip. Use the WebClip payload to create a web clip.