[
https://issues.apache.org/jira/browse/CB-5675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13854593#comment-13854593
]
Andrew Grieve commented on CB-5675:
-----------------------------------
I think [~shepheb] can better answer that, but I don't *think* it would make a
difference since there shouldn't ever be two tags in this case. I'm not 100%
sure though.
> 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)