This file contains 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>PayloadDisplayName</key> | |
<string>Dock</string> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.dock</string> | |
<key>PayloadType</key> | |
<string>com.apple.dock</string> |
This file contains 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
#!/bin/sh | |
### | |
# | |
# Original author : Steve Wood | |
# Created : 2010-01-19 | |
# Last Modified : 2022-09-11 | |
# Version : 1.0 | |
# | |
### |
This file contains 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
#!/bin/bash | |
### | |
# | |
# Created : 2022-09-09 | |
# Last Modified : 2022-10-19 | |
# Version : 2.0 | |
# Tested with : macOS 12.6 / macOS 13.0 | |
# | |
### |
This file contains 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
#!/bin/bash | |
### | |
# | |
# Created : 2022-09-09 | |
# Last Modified : 2022-10-24 | |
# Version : 2.0 | |
# Tested with : macOS 12.6 / macOS 13.0 | |
# | |
### |
This file contains 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
#!/bin/sh | |
### | |
# | |
# Created : 2022-09-13 | |
# Last Modified : 2022-09-21 | |
# Version : 1.01 | |
# Tested with : macOS 12.6 | |
# | |
### |
This file contains 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
#!/bin/sh | |
### | |
# | |
# Created : 2022-09-19 | |
# Last Modified : 2022-11-12 | |
# Version : 1.2 | |
# Tested with : macOS 13.0.1 | |
# | |
### |
This file contains 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
#!/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 |
This file contains 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>enforcedSoftwareUpdateMajorOSDeferredInstallDelay</key> | |
<integer>90</integer> | |
<key>forceDelayedMajorSoftwareUpdates</key> | |
<true/> | |
</dict> | |
</plist> |
This file contains 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
#!/bin/sh | |
### | |
# | |
# Created : 2020-03-10 | |
# Last Modified : 2022-10-09 | |
# Version : 1.01 | |
# Tested with : macOS 12.6 | |
# | |
### |
This file contains 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
#!/bin/bash | |
### | |
# | |
# Created : 2022-04-05 | |
# Last Modified : 2022-10-16 | |
# Version : 1.01 | |
# Tested with : macOS 12.6 | |
# | |
### |
OlderNewer