Skip to content

Instantly share code, notes, and snippets.

<?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>PayloadDisplayName</key>
<string>Dock</string>
<key>PayloadIdentifier</key>
<string>com.apple.dock</string>
<key>PayloadType</key>
<string>com.apple.dock</string>
#!/bin/sh
###
#
# Original author : Steve Wood
# Created : 2010-01-19
# Last Modified : 2022-09-11
# Version : 1.0
#
###
#!/bin/bash
###
#
# Created : 2022-09-09
# Last Modified : 2022-10-19
# Version : 2.0
# Tested with : macOS 12.6 / macOS 13.0
#
###
#!/bin/bash
###
#
# Created : 2022-09-09
# Last Modified : 2022-10-24
# Version : 2.0
# Tested with : macOS 12.6 / macOS 13.0
#
###
#!/bin/sh
###
#
# Created : 2022-09-13
# Last Modified : 2022-09-21
# Version : 1.01
# Tested with : macOS 12.6
#
###
#!/bin/sh
###
#
# Created : 2022-09-19
# Last Modified : 2022-11-12
# Version : 1.2
# Tested with : macOS 13.0.1
#
###
#!/bin/bash
###
#
# Original author : Palantir Technologies - https://palantir.com
# Permalink : https://github.com/palantir/jamf-pro-scripts/blob/95fd9591b02c4b1d6c0edd747a3c05ba155197fe/scripts/Set%20Default%20Browser%20and%20Email%20Client.sh
# Modified by : Jérémy Bessard - https://clementine.la
# Created : 2017-09-06
# Last Modified : 2020-07-08
# Version : 1.4.3
<?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>enforcedSoftwareUpdateMajorOSDeferredInstallDelay</key>
<integer>90</integer>
<key>forceDelayedMajorSoftwareUpdates</key>
<true/>
</dict>
</plist>
#!/bin/sh
###
#
# Created : 2020-03-10
# Last Modified : 2022-10-09
# Version : 1.01
# Tested with : macOS 12.6
#
###
#!/bin/bash
###
#
# Created : 2022-04-05
# Last Modified : 2022-10-16
# Version : 1.01
# Tested with : macOS 12.6
#
###