Skip to content

Commit ae74749

Browse files
AshCrippsAshCripps
authored andcommitted
doc: fix typo in macos release steps
1 parent 050fb97 commit ae74749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/MANUAL_STEPS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ As root:
7878

7979
* 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)
8080
* Download onto release machine using the copied curl command (may need `-o xcode.xip` appended to curl command) to `/tmp`
81-
* Extract: `xip --extract xcode.xip`
81+
* Extract: `xip --expand xcode.xip`
8282
* Move `Xcode.app` directory to `/Applications`
8383
* `xcode-select --switch /Applications/Xcode.app`
84-
* `xcode-select -r` - accept license
84+
* `xcodebuild -license` - accept license
8585

8686
#### Signing certificates
8787

0 commit comments

Comments
 (0)