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

Building FirefoxOS project creates invalid config.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Abandoned
    • 4.0.0
    • None
    • None
    • Ubuntu x64 14.04

    Description

      This is a snippet of my config.xml in the project directory:

      <platform name="firefoxos">
      <icon height="128" src="res/firefoxos/icon128.png" width="128" />
      <icon height="60" src="res/firefoxos/icon60.png" width="60" />
      </platform>

      cordova build firefoxos command perpares the config.xml in platforms/firefoxos direcory with icon reltated settings like this:

      <platform name="firefoxos">
      <icon height="128" src="icon/icon-128.png" width="128" />
      <icon height="60" src="icon/icon-60.png" width="60" />
      </platform>
      <icon height="128" src="res/firefoxos/icon128.png" width="128" />
      <icon height="60" src="res/firefoxos/icon60.png" width="60" />

      When I upload the app to my phone I see the icon is the default cordova icon.

      Attachments

        Activity

          People

            purplecabbage Jesse MacFadyen
            afonagy Adam Fónagy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: