mirror of
https://github.com/apple/device-management.git
synced 2026-08-27 10:33:03 +02:00
Seed1
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user