Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov committed Sep 19, 2023
1 parent fea55d5 commit 356161c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tutorials/Signing_and_notarization_on_macOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,14 @@ To notarize your app, you can use `notarize<PACKAGING_FORMAT>` task:
where:
* `<APPLE_ID>` — your Apple ID;
* `<PASSWORD>` — the app-specific password created previously;
* `<TEAM_ID>`**optional** Team ID, if your account is associated with multiple teams. To get a table of team IDs associated with a given username and password, run:
* `<TEAM_ID>` — your Team. To get a table of team IDs associated with a given username and password, run:
```
xcrun altool --list-providers -u <Apple ID> -p <Notarization password>"
```

<img alt="Team ID" src="notarization-team-id.png" />


The following tasks can be used for notarization:
* `notarizeDmg` — build, sign and notarize `.dmg` installer;
* `notarizeReleaseDmg` — same as `notarizeDmg`, but with [ProGuard](tutorials/Native_distributions_and_local_execution/README.md).
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 356161c

Please sign in to comment.