From 43fc90df96e7732eb49ee29760d833d06a60c0ba Mon Sep 17 00:00:00 2001 From: Sean Proctor Date: Fri, 24 Nov 2023 11:58:28 -0500 Subject: [PATCH] Remove section suggesting adding app-specific password to keychain --- .../Signing_and_notarization_on_macOS/README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tutorials/Signing_and_notarization_on_macOS/README.md b/tutorials/Signing_and_notarization_on_macOS/README.md index d79be326e5..8b8c9fd1ac 100644 --- a/tutorials/Signing_and_notarization_on_macOS/README.md +++ b/tutorials/Signing_and_notarization_on_macOS/README.md @@ -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 - --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