You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/10/07 20:40:07 UTC

git commit: CB-7649 - [iOS 8][CLI] Support iPhone 6 Plus Icon in CLI config.xml (closes #100)

Repository: cordova-lib
Updated Branches:
  refs/heads/master 1e80c77fc -> 6922bc9b8


CB-7649 - [iOS 8][CLI] Support iPhone 6 Plus Icon in CLI config.xml (closes #100)


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/6922bc9b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/6922bc9b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/6922bc9b

Branch: refs/heads/master
Commit: 6922bc9b873aa6a09ebc720f40e21b640be0b017
Parents: 1e80c77
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 26 13:07:11 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Oct 7 11:39:37 2014 -0700

----------------------------------------------------------------------
 cordova-lib/src/cordova/metadata/ios_parser.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/6922bc9b/cordova-lib/src/cordova/metadata/ios_parser.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/cordova/metadata/ios_parser.js b/cordova-lib/src/cordova/metadata/ios_parser.js
index 06d6e80..49e389e 100644
--- a/cordova-lib/src/cordova/metadata/ios_parser.js
+++ b/cordova-lib/src/cordova/metadata/ios_parser.js
@@ -89,6 +89,7 @@ module.exports.prototype = {
         var platformIcons = [
             {dest: 'icon-60.png', width: 60, height: 60},
             {dest: 'icon-60@2x.png', width: 120, height: 120},
+            {dest: 'icon-60@3x.png', width: 180, height: 180},
             {dest: 'icon-76.png', width: 76, height: 76},
             {dest: 'icon-76@2x.png', width: 152, height: 152},
             {dest: 'icon-small.png', width: 29, height: 29},


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