Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove section suggesting adding app-specific password to keychain
  • Loading branch information
sproctor committed Nov 24, 2023
commit 43fc90df96e7732eb49ee29760d833d06a60c0ba
15 changes: 0 additions & 15 deletions tutorials/Signing_and_notarization_on_macOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,21 +113,6 @@ Follow these steps to generate a new password:
See [this Apple support page](https://support.apple.com/en-us/HT204397) for more information
on the app-specific passwords.

## Adding an app-specific password to a keychain

To avoid remembering your one-time password, or writing it in scripts,
you can add it to the keychain by running:
```
# Any name can be used instead of NOTARIZATION_PASSWORD

xcrun altool --store-password-in-keychain-item "NOTARIZATION_PASSWORD"
--username <apple_id>
--password <password>
```

Then you'll be able to refer to the password like `@keychain:NOTARIZATION_PASSWORD`
without the need to write the password itself.

## Configuring Gradle

### Gradle DSL
Expand Down