You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTORS.md
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
### Humbled & Amazed
17
17
18
18
The response to Setup Your Mac has been both humbling and amazing; my personal thanks to MacAdmins worldwide and the ever-growing number of contributors:
19
+
- jcmbowman for suggesting a fix to arnoldtaw's [Issue No. 149](https://github.com/setup-your-mac/Setup-Your-Mac/issues/149)
19
20
- robjschroeder for [Pull Request No. 137](https://github.com/setup-your-mac/Setup-Your-Mac/pull/137)
20
21
- Mazi for helping to identify a logging typo in "Log Out Attended" completionActionOption
21
22
- drtaru for [Pull Request No. 140](https://github.com/setup-your-mac/Setup-Your-Mac/pull/140)
completionActionOption="${7:-"Restart Attended"}"# Parameter 7: Completion Action [ wait | sleep (with seconds) | Shut Down | Shut Down Attended | Shut Down Confirm | Restart | Restart Attended (default) | Restart Confirm | Log Out | Log Out Attended | Log Out Confirm ]
38
-
requiredMinimumBuild="${8:-"disabled"}"# Parameter 8: Required Minimum Build [ disabled (default) | 22E ] (i.e., Your organization's required minimum build of macOS to allow users to proceed; use "22E" for macOS 13.3)
41
+
requiredMinimumBuild="${8:-"disabled"}"# Parameter 8: Required Minimum Build [ disabled (default) | 23F ] (i.e., Your organization's required minimum build of macOS to allow users to proceed; use "23F" for macOS 14.5)
39
42
outdatedOsAction="${9:-"/System/Library/CoreServices/Software Update.app"}"# Parameter 9: Outdated OS Action [ /System/Library/CoreServices/Software Update.app (default) | jamfselfservice://content?entity=policy&id=117&action=view ] (i.e., Jamf Pro Self Service policy ID for operating system ugprades)
40
43
webhookURL="${10:-""}"# Parameter 10: Microsoft Teams or Slack Webhook URL [ Leave blank to disable (default) | https://microsoftTeams.webhook.com/URL | https://hooks.slack.com/services/URL ] Can be used to send a success or failure message to Microsoft Teams or Slack via Webhook. (Function will automatically detect if Webhook URL is for Slack or Teams; can be modified to include other communication tools that support functionality.)
41
44
presetConfiguration="${11:-""}"# Parameter 11: Specify a Configuration (i.e., `policyJSON`; NOTE: If set, `promptForConfiguration` will be automatically suppressed and the preselected configuration will be used instead)
42
-
swiftDialogMinimumRequiredVersion="2.4.2.4755"# This will be set and updated as dependancies on newer features change.
45
+
swiftDialogMinimumRequiredVersion="2.5.0.4760"# This will be set and updated as dependancies on newer features change.
43
46
44
47
45
48
@@ -156,6 +159,8 @@ configurationThreeDescription="Recommended apps, Adobe Acrobat Reader and Google
156
159
configurationThreeSize="106"# Configuration Three in Gibibits (i.e., Total File Size in Gigabytes * 7.451)
157
160
configurationThreeInstallBuffer="0"# Buffer time added to estimates to include installation time of packages, in seconds. Set to 0 to disable.
0 commit comments