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:32:20 UTC

git commit: CB-7647 - [iOS 8] Support new iPhone 6 and 6 Plus Images in the CLI config.xml (closes #103)

Repository: cordova-lib
Updated Branches:
  refs/heads/master 3fc9c198c -> cfcf3b2bb


CB-7647 - [iOS 8] Support new iPhone 6 and 6 Plus Images in the CLI config.xml (closes #103)


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

Branch: refs/heads/master
Commit: cfcf3b2bbfd95a447beff23b282e893e2abdf0c4
Parents: 3fc9c19
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 26 12:26:56 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Oct 7 11:32:23 2014 -0700

----------------------------------------------------------------------
 cordova-lib/src/cordova/metadata/ios_parser.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/cfcf3b2b/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 b853fab..06d6e80 100644
--- a/cordova-lib/src/cordova/metadata/ios_parser.js
+++ b/cordova-lib/src/cordova/metadata/ios_parser.js
@@ -122,7 +122,10 @@ module.exports.prototype = {
             {dest: 'Resources/splash/Default-Portrait@2x~ipad.png', width: 1536, height: 2048},
             {dest: 'Resources/splash/Default-Landscape~ipad.png', width: 1024, height: 768},
             {dest: 'Resources/splash/Default-Landscape@2x~ipad.png', width: 2048, height: 1536},
-            {dest: 'Resources/splash/Default-568h@2x~iphone.png', width: 640, height: 1136}
+            {dest: 'Resources/splash/Default-568h@2x~iphone.png', width: 640, height: 1136},
+            {dest: 'Resources/splash/Default-667h.png', width: 750, height: 1334},
+            {dest: 'Resources/splash/Default-736h.png', width: 1242, height: 2208},
+            {dest: 'Resources/splash/Default-Landscape-736h.png', width: 2208, height: 1242}
         ];
 
         platformSplashScreens.forEach(function(item) {


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