[
https://issues.apache.org/jira/browse/CB-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Grieve resolved CB-5675.
-------------------------------
Resolution: Duplicate
I believe this problem was recently fixed in a commit that *just* missed out on
being in Cordova 3.3.
For now, you should be able to work around the issue by adding the
"defaults.xml" file found here:
Android:
https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=blob;f=bin/templates/cordova/defaults.xml;hb=146e2968
to your platforms/android/cordova directory
Likewise for iOS:
iOS:
https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=blob;f=bin/templates/scripts/cordova/defaults.xml;hb=b0c71bf6
> Can't get rid of <name>Hello Cordova</name> from config.xml
> -------------------------------------------------------------
>
> Key: CB-5675
> URL: https://issues.apache.org/jira/browse/CB-5675
> Project: Apache Cordova
> Issue Type: Bug
> Components: CLI
> Affects Versions: 3.2.0
> Environment: OSX/IOS
> Reporter: Michael Stanford
> Fix For: Master
>
>
> config_parser.js merges your www/config.xml in on top of cordova/defaults.xml
> to produce your platform/<project>/config.xml.
> I don't like seeing "Hello Cordova" in there as the name of the project in
> addition to the one that I gave it. Same with the description. I am concerned
> that it confuses Xcode as well.
> So I changed the SINGLETONS array in config_parser.merge_with() from:
> ["content", "author"]
> to:
> ["content", "author","description","name"]
> Which seems to have fixed my problem.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)