Files
apple_device-management/examples/mdm/profiles/com.apple.homescreenlayout/example1.plist
T
2026-06-12 16:19:29 -04:00

133 lines
5.1 KiB
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>Dock</key>
<array>
<dict>
<key>Type</key>
<string>Application</string>
<key>BundleID</key>
<string>com.apple.mobilesafari</string>
</dict>
<dict>
<key>Type</key>
<string>Application</string>
<key>BundleID</key>
<string>com.apple.Preferences</string>
</dict>
<dict>
<key>Type</key>
<string>Folder</string>
<key>DisplayName</key>
<string>Example</string>
<key>Pages</key>
<array>
<array>
<dict>
<key>Type</key>
<string>WebClip</string>
<key>DisplayName</key>
<string>Example</string>
<key>URL</key>
<string>companyname.com</string>
</dict>
</array>
<array>
<dict>
<key>Type</key>
<string>Application</string>
<key>BundleID</key>
<string>com.apple.News</string>
</dict>
</array>
</array>
</dict>
</array>
<key>Pages</key>
<array>
<array>
<dict>
<key>Type</key>
<string>Application</string>
<key>BundleID</key>
<string>com.apple.MobileSMS</string>
</dict>
<dict>
<key>Type</key>
<string>Application</string>
<key>BundleID</key>
<string>com.apple.camera</string>
</dict>
<dict>
<key>Type</key>
<string>Folder</string>
<key>DisplayName</key>
<string>Display Name exampler</string>
<key>Pages</key>
<array>
<array>
<dict>
<key>Type</key>
<string>Application</string>
<key>BundleID</key>
<string>com.apple.podcasts</string>
</dict>
</array>
</array>
</dict>
<dict>
<key>Type</key>
<string>WebClip</string>
<key>URL</key>
<string>https://www.example.com</string>
<key>DisplayName</key>
<string>Custom Home Screen Layout</string>
</dict>
<dict>
<key>Type</key>
<string>Application</string>
<key>BundleID</key>
<string>com.apple.AppStore</string>
</dict>
</array>
<array>
<dict>
<key>Type</key>
<string>Folder</string>
<key>DisplayName</key>
<string>Important Folder</string>
</dict>
<dict>
<key>Type</key>
<string>Application</string>
<key>BundleID</key>
<string>com.apple.Bridge</string>
</dict>
</array>
</array>
<key>PayloadIdentifier</key>
<string>com.example.myhomescreenlayoutpayload</string>
<key>PayloadType</key>
<string>com.apple.homescreenlayout</string>
<key>PayloadUUID</key>
<string>f0b2d13e-a985-4264-9901-707feabddfcd</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Home Screen Layout</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>24c41ae0-f8a9-4d9f-a007-d67b0dc15af4</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>