[
https://issues.apache.org/jira/browse/CB-11475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346311#comment-15346311
]
ASF GitHub Bot commented on CB-11475:
-------------------------------------
GitHub user vladimir-kotikov opened a pull request:
https://github.com/apache/cordova-ios/pull/230
CB-11475 Ignore unsupported 60x60 icon
The 60x60 icon is not used in `AppIcon` catalog and has been removed in
68af7ea. However if you have `<icon width="60" height="60" ...>` in
`config.xml` it'll be added to catalog as `icon-60.png`. This will result in
Xcode warning `The app icon set "AppIcon" has an unassigned child`
See also [CB-11475](https://issues.apache.org/jira/browse/CB-11475)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vladimir-kotikov/cordova-ios CB-11475
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-ios/pull/230.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #230
----
commit 7d993909d7274d6d22c77645491da6e5e5188eda
Author: Vladimir Kotikov <[email protected]>
Date: 2016-06-23T11:44:30Z
CB-11475 Ignore unsupported 60x60 icon
----
> icon-60.png is reported as unassigned in Images.xcassets
> --------------------------------------------------------
>
> Key: CB-11475
> URL: https://issues.apache.org/jira/browse/CB-11475
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 4.2.0
> Reporter: Vladimir Kotikov
> Assignee: Shazron Abdullah
> Priority: Minor
> Fix For: 4.3.0-dev
>
> Attachments: screenshot.png
>
>
> When icon with size 60x60 is specified in config.xml this results in XCode
> warning:
> {noformat}
> Images.xcassets: The app icon set "AppIcon" has 1 unassigned child
> {noformat}
> This caused by contents of {{AppIcon}} icon resource and known icons sizes in
> [{{prepare}}|https://github.com/apache/cordova-ios/blob/master\bin\templates\scripts\cordova\lib\prepare.js#L312]
> being out of sync. The 60x60@x1 icon has been removed recently in CB-9754
> without corresponding change in {{prepare}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]