Skip to content

Commit

Permalink
Update macOS profiles section (#7004)
Browse files Browse the repository at this point in the history
* Update macOS profiles section
  • Loading branch information
rcurranmoz committed May 3, 2024
1 parent e69139b commit 6f9d7b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changelog/P1MnLQKIQ6-bt19hxxSGPg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
audience: general
level: silent
---
14 changes: 8 additions & 6 deletions ui/docs/reference/workers/generic-worker/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,15 @@ __These instructions require macOS Mojave version 10.14.x__

Disable wizards/warning pop ups on first-login to user accounts:

* `git clone git@github.com:rtrouton/profiles.git`
* `git clone https://github.com/rtrouton/profiles.git`
* `git -C profiles checkout f23bc6146ca570108dbaa9e3cb8da954ce325002` (just because this is the version I tested, later versions may also be fine)
* `profiles install -path=profiles/SkipSiriSetup/SkipSiriSetup.mobileconfig`
* `profiles install -path=profiles/SkipDarkorLightAppearance/SkipDarkorLightAppearance.mobileconfig`
* `profiles install -path=profiles/Disable32BitApplicationWarning/10.14/Disable32BitApplicationWarning.mobileconfig`
* `profiles install -path=profiles/SkipDataAndPrivacy/SkipDataAndPrivacy.mobileconfig`
* `profiles install -path=profiles/SkipiCloudSetup/SkipiCloudSetup.mobileconfig`
* For versions of macOS prior to macOS11:
* `profiles install -path=profiles/SkipSiriSetup/SkipSiriSetup.mobileconfig`
* `profiles install -path=profiles/SkipDarkorLightAppearance/SkipDarkorLightAppearance.mobileconfig`
* `profiles install -path=profiles/Disable32BitApplicationWarning/10.14/Disable32BitApplicationWarning.mobileconfig`
* `profiles install -path=profiles/SkipDataAndPrivacy/SkipDataAndPrivacy.mobileconfig`
* `profiles install -path=profiles/SkipiCloudSetup/SkipiCloudSetup.mobileconfig`
* For macOS11 and higher, Apple requires installing each profile in the GUI.

3. Download `generic-worker` from
https://github.com/taskcluster/taskcluster/releases/ and place it in
Expand Down

0 comments on commit 6f9d7b3

Please sign in to comment.