You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Benjamin Hill (JIRA)" <ji...@apache.org> on 2013/08/06 00:00:48 UTC

[jira] [Created] (CB-4503) Unclear how to get icons working

Benjamin Hill created CB-4503:
---------------------------------

             Summary: Unclear how to get icons working
                 Key: CB-4503
                 URL: https://issues.apache.org/jira/browse/CB-4503
             Project: Apache Cordova
          Issue Type: Improvement
          Components: iOS
    Affects Versions: 3.0.0
            Reporter: Benjamin Hill
            Assignee: Shazron Abdullah
            Priority: Minor


https://build.phonegap.com/docs/config-xml

Have some descriptions of what you need to put to generate icons, but don't explain enough to be usable.

Questions I had after reading it:
* Should the files really be named "icon_at_2x.png" and the script renames the files, or did you mean "icon@2x.png" 
* Where do the files go?  In the www folder (relative to the config file root), or in the platforms/ios folder, or in the project root folder?
* Will it attempt to create missing icons by rescaling (given that the icon.png is required), or should icon.png be a specific size?  It would be great if it scaled!
* What pushes icon updates out to the platforms?  I changed the icon, removed the icon files under platform/ios/icons, and ran a "cordova prepare" - and nothing happened, the folders stayed empty.
* Will this be at all compatible with Xcode 5 "xcassets" folders?  Will using xcassets (like xcode 5 prompts you to covert to) break it?

I tried a lot of different combinations, but eventually gave up and did it by hand, but now I'm worried that "cordova prepare" might clobber my icons if I leave in the config lines.

Help!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira