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 2014/11/06 08:21:34 UTC

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

    [ https://issues.apache.org/jira/browse/CB-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199939#comment-14199939 ] 

Piotr Zalewa commented on CB-7823:
----------------------------------

Does work if icons are not inside <platform>.
config.xml in platform is still wrong, but the webapp.manifest has the right icons

> 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
>
> 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