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

32 lines
1.0 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>AutomaticallyInstallAppUpdates</key>
<false/>
<key>PayloadIdentifier</key>
<string>com.example.mysoftwareupdatepayload</string>
<key>PayloadType</key>
<string>com.apple.SoftwareUpdate</string>
<key>PayloadUUID</key>
<string>af3c6efa-0dd3-4021-814b-6f2dba91428b</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Software Update</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>8b6061ab-31c6-4eee-ba5b-8a09ea8f5fa7</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>