Skip to content

Commit

Permalink
docs: add debug information (#160)
Browse files Browse the repository at this point in the history
* docs: add debug information

* Update README.md

---------

Co-authored-by: Erick Zhao <erick@hotmail.ca>
  • Loading branch information
panther7 and erickzhao committed Nov 7, 2023
1 parent c7b2eaf commit 1c9790f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ Alternatively, with older versions of Xcode, run:

If you use the new Notary Tool method with `appleId`/`appleIdPassword` you will need to set the `teamId` option. To get this ID, go to your [Apple Developer Account](https://developer.apple.com/account), then click on "Membership details", and there you will find your Team ID. This link should get you there directly: https://developer.apple.com/account#MembershipDetailsCard

## Debug

[`debug`](https://www.npmjs.com/package/debug) is used to display logs and messages. You can use `export DEBUG=electron-notarize*` to log additional debug information from this module.

## Example Usage

```javascript
Expand Down

0 comments on commit 1c9790f

Please sign in to comment.