Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7CC26200B32 for ; Thu, 23 Jun 2016 13:55:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7B43F160A59; Thu, 23 Jun 2016 11:55:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E8A7A160A58 for ; Thu, 23 Jun 2016 13:55:21 +0200 (CEST) Received: (qmail 50503 invoked by uid 500); 23 Jun 2016 11:55:21 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 50491 invoked by uid 99); 23 Jun 2016 11:55:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 11:55:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8F1F0E38B1; Thu, 23 Jun 2016 11:55:20 +0000 (UTC) From: vladimir-kotikov To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-ios pull request #230: CB-11475 Ignore unsupported 60x60 icon Content-Type: text/plain Date: Thu, 23 Jun 2016 11:55:20 +0000 (UTC) archived-at: Thu, 23 Jun 2016 11:55:22 -0000 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 `` 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 Date: 2016-06-23T11:44:30Z CB-11475 Ignore unsupported 60x60 icon ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org