Files
apple_device-management/examples/mdm/profiles/com.apple.shareddeviceconfiguration/example1.plist
T
Cyrus Daboo 9468f879c3 Seed1
2026-06-12 16:19:29 -04:00

33 lines
1.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>AssetTagInformation</key>
<string>1234</string>
<key>IfLostReturnToMessage</key>
<string>Example message</string>
<key>PayloadIdentifier</key>
<string>com.example.mylockscreenpayload</string>
<key>PayloadType</key>
<string>com.apple.shareddeviceconfiguration</string>
<key>PayloadUUID</key>
<string>b10c0436-a51b-4119-b604-bd580f396723</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Lock Screen Message</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>588f1406-47be-47fc-9907-4e7955fb6d4a</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>