Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@timsutton
Created May 26, 2013 16:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timsutton/5653299 to your computer and use it in GitHub Desktop.
Save timsutton/5653299 to your computer and use it in GitHub Desktop.
Sample com.apple.SoftwareUpdate .mobileconfig
<key>PayloadContent</key>
<array>
<dict>
<key>CatalogURL</key>
<string>http://sus.my.org/index.sucatalog</string>
<key>PayloadDisplayName</key>
<string>Software Update</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadIdentifier</key>
<string>com.apple.mdm.test-vm-ml.cdaad.concordia.ca.097b27c0-a47e-0130-fd68-000c29505c8e.alacarte.softwareupdate.30238650-a489-0130-fddb-000c29505c8e</string>
<key>PayloadType</key>
<string>com.apple.SoftwareUpdate</string>
<key>PayloadUUID</key>
<string>30238650-a489-0130-fddb-000c29505c8e</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment