[
https://issues.apache.org/jira/browse/CB-5582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840639#comment-13840639
]
Marcel Kinard commented on CB-5582:
-----------------------------------
There is a similar issue with Android. The default Android splashscreens are in
www/res/screens/* but need to be in a platform res directory. When the CLI
copies content from the project to the platform it do so only for the www dir,
not the res dir. So this means app developers need to manually copy the default
Android splashscreens from the project's www/res folder to the platforms res
folder (the platform res folder that is a peer to www).
> Docs lie about CLI having icon & splashscreen support
> -----------------------------------------------------
>
> Key: CB-5582
> URL: https://issues.apache.org/jira/browse/CB-5582
> Project: Apache Cordova
> Issue Type: Bug
> Components: Docs
> Reporter: Andrew Grieve
> Priority: Minor
>
> This page:
> http://cordova.apache.org/docs/en/3.2.0/config_ref_images.md.html
> They say icons go in:
> {code}
> www/res/icons
> {code}
> and splashscreens in
> {code}
> $project/www/res/screens/ios.
> {code}
> But the CLI doens't do anything to help with icons nor splashscreens.
--
This message was sent by Atlassian JIRA
(v6.1#6144)