Gabriel Montes created CB-8008:
----------------------------------
Summary: [wp8] Icons & splash assets not copied into platform
folder
Key: CB-8008
URL: https://issues.apache.org/jira/browse/CB-8008
Project: Apache Cordova
Issue Type: Bug
Components: WP8
Affects Versions: 4.0.0
Environment: Windows Pro 8
Reporter: Gabriel Montes
Assignee: Jesse MacFadyen
Priority: Minor
The documentation at
http://cordova.apache.org/docs/en/4.0.0/config_ref_images.md.html specifies how
to set icons and splash for wp8 platform. In addition,
http://msdn.microsoft.com/en-us/library/dn757053.aspx adds information on the
res folder.
Following that information, created a res folder in the root of the project, at
the same level as platforms folder, with icons/wp8 and screens/wp8 folders
inside containing the images. The main config.xml was updated with the
following code:
<platform name="wp8">
<icon src="res/icons/wp8/ApplicationIcon.png" width="62"
height="62" />
<icon src="res/icons/wp8/Background.png" width="173"
height="173" />
<splash src="res/screens/wp8/SplashScreenImage.jpg" width="480"
height="800"/>
</platform>
After cordova prepare wp8 or cordova build wp8, the config.xml in the
platform/wp8 folder is updated but neither the icons not the splash images are
copied. The default ones are still being used.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]