Skip to content

Commit

Permalink
fixup! doc: add macos release builder setup notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 3, 2020
1 parent d300656 commit dce4027
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/non-ansible-configuration-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ As root:
* `xcode-select --switch /Applications/Xcode.app`
* `xcode-select -r` - accept license

### Notarization credentials

As iojs:

* `xcrun altool --store-password-in-keychain-item "AC_PASSWORD" -u build@iojs.org -p XXXX`
(where XXXX is found in secrets/build/release/apple.md)

### Signing certificates

* Extract from secrets/build/release: `dotgpg cat Apple\ Developer\ ID\ Node.js\ Foundation.p12.base64 | base64 -d > /tmp/Apple\ Developer\ ID\ Node.js\ Foundation.p12`
Expand Down

0 comments on commit dce4027

Please sign in to comment.