From 1a4ee6047bbaf81140b8f7803d5965e42e1219ef Mon Sep 17 00:00:00 2001 From: Dave Jeffery Date: Wed, 10 Jun 2020 13:30:48 +0100 Subject: [PATCH] Readme: Clarify appleIdPassword --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc9940..f14731b 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For notarization, you need the following things: * `ascProvider` String (optional) - Your [Team Short Name](#notes-on-your-team-short-name). * There are two methods available: user name with password: * `appleId` String - The username of your apple developer account - * `appleIdPassword` String - The password for your apple developer account + * `appleIdPassword` String - The [app-specific password](https://support.apple.com/HT204397) (not your Apple ID password). * ... or apiKey with apiIssuer: * `appleApiKey` String - Required for JWT authentication. See Note on JWT authentication below. * `appleApiIssuer` String - Issuer ID. Required if `appleApiKey` is specified.