From 9467407dcdb4110a069983774b284d1f552358b2 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Tue, 2 Mar 2021 09:34:52 +0300 Subject: [PATCH] Document dockName property --- tutorials/Native_distributions_and_local_execution/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/Native_distributions_and_local_execution/README.md b/tutorials/Native_distributions_and_local_execution/README.md index f30908a2f9..28ba4db5f5 100755 --- a/tutorials/Native_distributions_and_local_execution/README.md +++ b/tutorials/Native_distributions_and_local_execution/README.md @@ -320,7 +320,9 @@ The following platform-specific options are available * `bundleID` — a unique application identifier; * May only contain alphanumeric characters (`A-Z`,`a-z`,`0-9`), hyphen (`-`) and period (`.`) characters; * Use of a reverse DNS notation (e.g. `com.mycompany.myapp`) is recommended; - * `packageName` — a name of the application in the menu bar; + * `packageName` — a name of the application; + * `dockName` — a name of the application displayed in the menu bar, the "About " menu item, in the dock, etc. + Equals to `packageName` by default. * `signing` and `notarization` — see [the corresponding tutorial](/tutorials/Signing_and_notarization_on_macOS/README.md) for details;