[
https://issues.apache.org/jira/browse/CB-5582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13841558#comment-13841558
]
Cesidio DiBenedetto commented on CB-5582:
-----------------------------------------
I have a somewhat similar approach but instead use cordova-cli hooks to move
the icons/splashscreens in their respective places. One difference is that I
move all assets under www/res into a directory under the project root named
assets. My thinking is that the icons/splashscreens are not part of the
application code, but part of the application package.
Take a look: https://github.com/cdibened/cordova-hooks
Some of the scripts should be updated to support iOS 7 naming conventions (will
get around to it).
> 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)