Skip to content

Instantly share code, notes, and snippets.

@groob
Created April 15, 2020 16:52
Show Gist options
  • Save groob/f9fec4a9d87872c34d6c1ed6b48c6b03 to your computer and use it in GitHub Desktop.
Save groob/f9fec4a9d87872c34d6c1ed6b48c6b03 to your computer and use it in GitHub Desktop.

Revisions

  1. groob created this gist Apr 15, 2020.
    43 changes: 43 additions & 0 deletions update_restrictions.mobileconfig
    Original 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 &amp; 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>