Home Screen Layout
com.apple.homescreenlayout
The payload that configures the Home Screen layout.
Requires supervision on iOS, tvOS · Only one instance per profile
Configuration Keys (2)
| Key | Type | Title |
|---|---|---|
DockAn array of dictionaries, each of which must conform to the icon dictionary format. If this key isn't present, the user's Dock is empty. | array | — |
PagesrequiredAn array of arrays of dictionaries, each of which must conform to the icon dictionary format. | array | — |
IconItemAn array of dictionaries that conform to the icon dictionary format. | dict | — |
TyperequiredThe type of the Dock item. Range: Application, Folder, WebClip | string | — |
DisplayNameThe human-readable string shown to the user. This setting is valid only if the type is `Folder`. | string | — |
BundleIDThe bundle identifier of the app. The device requires this setting if the type is `Application`. | string | — |
PagesAn array of arrays of dictionaries, each conforming to the icon dictionary format. This setting is valid only if the type is `Folder`. | array | — |
URLiOS 11.3+ The URL of the existing web clip for this item. The device requires this setting 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. | string | — |
PagesItem | array | — |
IconItemAn array of dictionaries that conform to the icon dictionary format. | dict | — |
PagesItem | array | — |
IconItemAn array of dictionaries that conform to the icon dictionary format. | dict | — |
TyperequiredThe type of the Dock item. Range: Application, Folder, WebClip | string | — |
DisplayNameThe human-readable string shown to the user. This setting is valid only if the type is `Folder`. | string | — |
BundleIDThe bundle identifier of the app. The device requires this setting if the type is `Application`. | string | — |
PagesAn array of arrays of dictionaries, each conforming to the icon dictionary format. This setting is valid only if the type is `Folder`. | array | — |
URLiOS 11.3+ The URL of the existing web clip for this item. The device requires this setting 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. | string | — |
PagesItem | array | — |