You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Piotr Zalewa (JIRA)" <ji...@apache.org> on 2015/03/05 09:21:40 UTC

[jira] [Assigned] (CB-7823) Building FirefoxOS project creates invalid config.xml

     [ https://issues.apache.org/jira/browse/CB-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Zalewa reassigned CB-7823:
--------------------------------

    Assignee: Piotr Zalewa

> Building FirefoxOS project creates invalid config.xml
> -----------------------------------------------------
>
>                 Key: CB-7823
>                 URL: https://issues.apache.org/jira/browse/CB-7823
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, FirefoxOS
>    Affects Versions: 4.0.0
>         Environment: Ubuntu x64 14.04
>            Reporter: Adam Fónagy
>            Assignee: Piotr Zalewa
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org