You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by su...@apache.org on 2017/10/18 21:40:28 UTC

[cordova-ios] branch master updated: CB-13454: (ios) re-add icon-40@2x.png that was accidentally removed

This is an automated email from the ASF dual-hosted git repository.

surajpindoria pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new ac2e1de  CB-13454: (ios) re-add icon-40@2x.png that was accidentally removed
ac2e1de is described below

commit ac2e1de177a81ffb57206328552b96bac5501434
Author: Suraj Pindoria <pi...@gmail.com>
AuthorDate: Wed Oct 18 14:36:10 2017 -0700

    CB-13454: (ios) re-add icon-40@2x.png that was accidentally removed
---
 bin/templates/scripts/cordova/lib/prepare.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/templates/scripts/cordova/lib/prepare.js b/bin/templates/scripts/cordova/lib/prepare.js
index 17bbfeb..33f318b 100644
--- a/bin/templates/scripts/cordova/lib/prepare.js
+++ b/bin/templates/scripts/cordova/lib/prepare.js
@@ -317,6 +317,7 @@ function mapIconResources (icons, iconsDir) {
         {dest: 'icon-20@2x.png', width: 40, height: 40},
         {dest: 'icon-20@3x.png', width: 60, height: 60},
         {dest: 'icon-40.png', width: 40, height: 40},
+        {dest: 'icon-40@2x.png', width: 80, height: 80},
         {dest: 'icon-50.png', width: 50, height: 50},
         {dest: 'icon-50@2x.png', width: 100, height: 100},
         {dest: 'icon-60@2x.png', width: 120, height: 120},

-- 
To stop receiving notification emails like this one, please contact
['"commits@cordova.apache.org" <co...@cordova.apache.org>'].

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org