Skip to content
Prev Previous commit
Update docs
  • Loading branch information
AlexeyTsvetkov committed Sep 19, 2023
commit 356161c6b318ba2dc27b096c7c1c79cae5f2e2eb
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.