Created
March 3, 2015 00:09
-
-
Save gregneagle/d9f6ac666a5359ee3354 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>AllowPreReleaseInstallation</key> | |
<false/> | |
<key>PayloadDisplayName</key> | |
<string>Software Update</string> | |
<key>PayloadEnabled</key> | |
<true/> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.mdm.91fc9500-a366-0132-eece-000c294ab81b.alacarte.softwareupdate.a0cbdfe0-a366-0132-eed0-000c294ab81b</string> | |
<key>PayloadType</key> | |
<string>com.apple.SoftwareUpdate</string> | |
<key>PayloadUUID</key> | |
<string>a0cbdfe0-a366-0132-eed0-000c294ab81b</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>Settings for Foo</string> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.mdm.91fc9500-a366-0132-eece-000c294ab81b.alacarte</string> | |
<key>PayloadOrganization</key> | |
<string>Foo</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadScope</key> | |
<string>System</string> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>91fc9500-a366-0132-eece-000c294ab81b</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment