mirror of
https://github.com/apple/device-management.git
synced 2026-08-13 20:10:19 +02:00
41 lines
1.3 KiB
Plaintext
41 lines
1.3 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>FullScreen</key>
|
|
<true/>
|
|
<key>IgnoreManifestScope</key>
|
|
<false/>
|
|
<key>IsRemovable</key>
|
|
<true/>
|
|
<key>Label</key>
|
|
<string>Example</string>
|
|
<key>Precomposed</key>
|
|
<false/>
|
|
<key>URL</key>
|
|
<string>example.com</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.mywebclippayload</string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.webClip.managed</string>
|
|
<key>PayloadUUID</key>
|
|
<string>1d6d6912-708e-441a-9272-526ef05bbe3c</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</array>
|
|
<key>PayloadDisplayName</key>
|
|
<string>Web Clip</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.example.myprofile</string>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>289fc7fc-2870-479d-b30f-8d0592b7ef04</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist> |