Created
April 15, 2020 16:52
-
-
Save groob/f9fec4a9d87872c34d6c1ed6b48c6b03 to your computer and use it in GitHub Desktop.
Revisions
-
groob created this gist
Apr 15, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,43 @@ <?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>PayloadType</key> <string>com.apple.applicationaccess</string> <key>PayloadVersion</key> <integer>1</integer> <key>PayloadIdentifier</key> <string>co.acme.corp.applicationaccess</string> <key>PayloadEnabled</key> <true/> <key>PayloadUUID</key> <string>9b28e19a-0c80-5c16-a73b-dfc84ca1139c</string> <key>PayloadDisplayName</key> <string>Security & Privacy</string> <key>forceDelayedSoftwareUpdates</key> <true/> <key>forceDelayedSoftwareUpdates</key> <true/> <key>enforcedSoftwareUpdateDelay</key> <integer>30</integer> </dict> </array> <key>PayloadDisplayName</key> <string>OS Update Policy</string> <key>PayloadIdentifier</key> <string>co.acme.osupdate</string> <key>PayloadOrganization</key> <string>Acme LLC</string> <key>PayloadScope</key> <string>System</string> <key>PayloadType</key> <string>Configuration</string> <key>PayloadUUID</key> <string>70FC139D-ECA7-4E3F-ADE5-8F594BBABBD7</string> <key>PayloadVersion</key> <integer>1</integer> </dict> </plist>