diff --git a/tutorials/Signing_and_notarization_on_macOS/README.md b/tutorials/Signing_and_notarization_on_macOS/README.md index 2a5a64591a4..d79be326e58 100644 --- a/tutorials/Signing_and_notarization_on_macOS/README.md +++ b/tutorials/Signing_and_notarization_on_macOS/README.md @@ -239,11 +239,14 @@ To notarize your app, you can use `notarize` task: where: * `` — your Apple ID; * `` — the app-specific password created previously; -* `` — **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: +* `` — your Team. To get a table of team IDs associated with a given username and password, run: ``` xcrun altool --list-providers -u -p " ``` +Team ID + + 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). diff --git a/tutorials/Signing_and_notarization_on_macOS/notarization-team-id.png b/tutorials/Signing_and_notarization_on_macOS/notarization-team-id.png new file mode 100644 index 00000000000..98c81b2e243 Binary files /dev/null and b/tutorials/Signing_and_notarization_on_macOS/notarization-team-id.png differ