Skip to content

Commit

Permalink
Note which notarize sub-properties are required
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Nov 5, 2018
1 parent 5aa3d78 commit 8b9c16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Expand Up @@ -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`

Expand Down

0 comments on commit 8b9c16f

Please sign in to comment.