From 8b9c16f7b7919f500d0195ea7eb5030a68f8ab62 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sun, 4 Nov 2018 23:00:57 -0800 Subject: [PATCH] Note which notarize sub-properties are required --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 7d4b727d..1ba2b88b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -419,8 +419,8 @@ The bundle identifier to use in the application helper's plist. **Requires [`osxSign`](#osxsign) to be set.** If present, notarizes OS X target apps when the host platform is OS X and XCode is installed. The configuration values listed below can be customized. See [electron-notarize](https://github.com/electron-userland/electron-notarize#method-notarizeopts-promisevoid) for more detailed option descriptions and how to use `appleIdPassword` safely. -- `appleId` (*String*): Your apple ID username / email -- `appleIdPassword` (*String*): The password for your apple ID, can be a keychain reference +- `appleId` (*String*, **required**): Your apple ID username / email +- `appleIdPassword` (*String*, **required**): The password for your apple ID, can be a keychain reference ##### `osxSign`