Merge pull request #46 from davej/patch-2

docs: Clarify appleIdPassword option
This commit is contained in:
Kilian Valkhof 2020-06-26 08:31:10 +02:00 коммит произвёл GitHub
Родитель fb55d371fa 1a4ee6047b
Коммит 14d82b0f29
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.