Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.2.0
-
None
-
OSX/IOS
Description
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.
Attachments
Issue Links
- duplicates
-
CB-5047 Create defaults.xml that contains platform config.xml defaults for Android
- Closed