Kerri Shotts created CB-12739:
---------------------------------
Summary: Icon docs are wrong with respect to iOS
Key: CB-12739
URL: https://issues.apache.org/jira/browse/CB-12739
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Reporter: Kerri Shotts
Priority: Minor
Our documentation at
https://cordova.apache.org/docs/en/latest/config_ref/images.html#configuring-icons-in-the-cli
states:
{quote}
The following configuration can be used to define a single default icon which
will be used for all platforms.
{code}
<icon src="res/icon.png" />
{code}
For each platform, you can also define a pixel-perfect icon set to fit
different screen resolutions.
{quote}
For iOS, this is only partially true. You _can_ compile an app by specifying a
single icon if _and only if_ that icon matches one of Apple's required sizes,
but a single icon won't meet Apple's guidelines, and generates warnings when
compiling the asset catalog.
We should either respect the docs which would mean generating any missing Apple
icons from the <icon> tag, OR fix up the docs to state that iOS requires
correctly-sized icons.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]