Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 534E018412 for ; Fri, 26 Feb 2016 22:52:08 +0000 (UTC) Received: (qmail 71379 invoked by uid 500); 26 Feb 2016 22:52:08 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 71241 invoked by uid 500); 26 Feb 2016 22:52:08 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 71085 invoked by uid 99); 26 Feb 2016 22:52:08 -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; Fri, 26 Feb 2016 22:52:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E8C22E03C0; Fri, 26 Feb 2016 22:52:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Fri, 26 Feb 2016 22:52:11 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [05/13] ios commit: Fix formatting issues from PR 191. Close #192 Fix formatting issues from PR 191. Close #192 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/f2d811ac Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/f2d811ac Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/f2d811ac Branch: refs/heads/4.1.x Commit: f2d811ac9f79c02ba2fbaf093ccc798196a06efb Parents: 6b95680 Author: Steve Gill Authored: Thu Feb 25 14:40:53 2016 -0800 Committer: Steve Gill Committed: Thu Feb 25 14:40:53 2016 -0800 ---------------------------------------------------------------------- .../Images.xcassets/AppIcon.appiconset/Contents.json | 2 +- bin/templates/scripts/cordova/lib/prepare.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/f2d811ac/bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/Contents.json ---------------------------------------------------------------------- diff --git a/bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/Contents.json b/bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/Contents.json index 469eac1..d19e65f 100644 --- a/bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/Contents.json @@ -114,7 +114,7 @@ "filename" : "icon-76@2x.png", "scale" : "2x" }, - { + { "idiom" : "ipad", "size" : "83.5x83.5", "filename" : "icon-83.5@2x.png", http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/f2d811ac/bin/templates/scripts/cordova/lib/prepare.js ---------------------------------------------------------------------- diff --git a/bin/templates/scripts/cordova/lib/prepare.js b/bin/templates/scripts/cordova/lib/prepare.js index a800566..1e90f8e 100644 --- a/bin/templates/scripts/cordova/lib/prepare.js +++ b/bin/templates/scripts/cordova/lib/prepare.js @@ -281,7 +281,7 @@ function handleIcons(projectConfig, platformRoot) { {dest: 'icon-72@2x.png', width: 144, height: 144}, {dest: 'icon-50.png', width: 50, height: 50}, {dest: 'icon-50@2x.png', width: 100, height: 100}, - {dest: 'icon-83.5@2x.png', width: 167, height: 167} + {dest: 'icon-83.5@2x.png', width: 167, height: 167} ]; var destIconsFolder; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org