From 1c6b1672d91b3b55695b653b3c83fc1c3852bdde Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Sat, 17 Apr 2021 22:22:57 +0200 Subject: [PATCH 1/3] docs(create): correct 'name' default value `Hello Cordova` is the project_name default value already used or like so in cordova-android and cordova-ios (config.xml, templates, specs, etc.) --- doc/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/readme.md b/doc/readme.md index 34a52dc9c..65ea0170d 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -111,7 +111,7 @@ cordova create path [id [name]] [options] |-------|---------------| | path | Directory which should not already exist. Cordova will create this directory. For more details on the directory structure, see below. | | id | _Default_: `io.cordova.hellocordova`
Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | -| name | _Default_: `HelloCordova`
Application's display title that maps `name` element in `config.xml` file. This can be changed but there may be code generated using this value, such as Java class names. The default value is `HelloCordova`, but it is recommended that you select an appropriate value. | +| name | _Default_: `Hello Cordova`
Application's display title that maps `name` element in `config.xml` file. This can be changed but there may be code generated using this value, such as Java class names. The default value is `Hello Cordova`, but it is recommended that you select an appropriate value. | ### Options From 049daaa7cdafae9e0eeabf423fa638f7b8ccf95b Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Sat, 17 Apr 2021 22:27:03 +0200 Subject: [PATCH 2/3] docs(create): correct 'id' default value `io.cordova.helloCordova` is the package_name default value already used or like so in cordova-android and cordova-ios (config.xml, templates, specs, etc.) --- doc/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/readme.md b/doc/readme.md index 65ea0170d..56c53c4a1 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -110,7 +110,7 @@ cordova create path [id [name]] [options] | Value | Description | |-------|---------------| | path | Directory which should not already exist. Cordova will create this directory. For more details on the directory structure, see below. | -| id | _Default_: `io.cordova.hellocordova`
Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | +| id | _Default_: `io.cordova.helloCordova`
Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | | name | _Default_: `Hello Cordova`
Application's display title that maps `name` element in `config.xml` file. This can be changed but there may be code generated using this value, such as Java class names. The default value is `Hello Cordova`, but it is recommended that you select an appropriate value. | ### Options From 7476db7085f93017a513201b63eabf608aaa85be Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 19 Nov 2025 15:03:37 +0900 Subject: [PATCH 3/3] doc: updated id's default value --- doc/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/readme.md b/doc/readme.md index 56c53c4a1..8256029b3 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -110,7 +110,7 @@ cordova create path [id [name]] [options] | Value | Description | |-------|---------------| | path | Directory which should not already exist. Cordova will create this directory. For more details on the directory structure, see below. | -| id | _Default_: `io.cordova.helloCordova`
Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | +| id | _Default_: `org.apache.cordova.hellocordova`
Reverse domain-style identifier that maps to `id` attribute of `widget` element in `config.xml`. This can be changed but there may be code generated using this value, such as Java package names. It is recommended that you select an appropriate value. | | name | _Default_: `Hello Cordova`
Application's display title that maps `name` element in `config.xml` file. This can be changed but there may be code generated using this value, such as Java class names. The default value is `Hello Cordova`, but it is recommended that you select an appropriate value. | ### Options