Skip to content

Commit

Permalink
doc: fix typo in macos release steps (#2270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Cripps committed Apr 13, 2020
1 parent 2d86165 commit 5c89d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/MANUAL_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ As root:

* Download Xcode: https://developer.apple.com/download/more/ - find non-beta version, open Developer Tools in browser, Networking tab, start download (then cancel), in Networking tab "Copy as cURL" (available in Chrome & FF)
* Download onto release machine using the copied curl command (may need `-o xcode.xip` appended to curl command) to `/tmp`
* Extract: `xip --extract xcode.xip`
* Extract: `xip --expand xcode.xip`
* Move `Xcode.app` directory to `/Applications`
* `xcode-select --switch /Applications/Xcode.app`
* `xcode-select -r` - accept license
* `xcodebuild -license` - accept license

#### Signing certificates

Expand Down

0 comments on commit 5c89d5d

Please sign in to comment.