Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-5675

Can't get rid of <name>Hello Cordova</name> from config.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.2.0
    • Master
    • cordova-cli
    • 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

          Activity

            People

              Unassigned Unassigned
              michaelstanford Michael Stanford
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: