Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 453CE1125E for ; Thu, 25 Sep 2014 00:26:34 +0000 (UTC) Received: (qmail 95532 invoked by uid 500); 25 Sep 2014 00:26:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 95512 invoked by uid 500); 25 Sep 2014 00:26:34 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 95108 invoked by uid 99); 25 Sep 2014 00:26:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 00:26:33 +0000 Date: Thu, 25 Sep 2014 00:26:33 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7632) [iOS 8] Add launch image definitions to Info.plist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147160#comment-14147160 ] ASF GitHub Bot commented on CB-7632: ------------------------------------ Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-56758706 https://issues.apache.org/jira/browse/CB-7632 > [iOS 8] Add launch image definitions to Info.plist > -------------------------------------------------- > > Key: CB-7632 > URL: https://issues.apache.org/jira/browse/CB-7632 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Reporter: Shazron Abdullah > > Note, we make this up for iPhone 6 and 6 Plus: > iPhone 6 (Portrait): Default-667h.png (750x1334) @2x > iPhone 6 Plus (Portrait): Default-736h.png (1242x2208) @3x > iPhone 6 Plus (Lanscape): Default-Landscape-736h.png (2208x1242) @3x > The other entries are to support the default naming that iOS used previously. Need to test on all. From here: http://stackoverflow.com/a/25960203 > {code} > UILaunchImages > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default > UILaunchImageOrientation > Portrait > UILaunchImageSize > {320, 480} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default > UILaunchImageOrientation > Landscape > UILaunchImageSize > {320, 480} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default-568h > UILaunchImageOrientation > Portrait > UILaunchImageSize > {320, 568} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default-568h > UILaunchImageOrientation > Landscape > UILaunchImageSize > {320, 568} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default-667h > UILaunchImageOrientation > Portrait > UILaunchImageSize > {375, 667} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default-667h > UILaunchImageOrientation > Landscape > UILaunchImageSize > {375, 667} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default-736h > UILaunchImageOrientation > Portrait > UILaunchImageSize > {414, 736} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default-Landscape-736h > UILaunchImageOrientation > Landscape > UILaunchImageSize > {414, 736} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default-Portrait > UILaunchImageOrientation > Portrait > UILaunchImageSize > {768, 1024} > > > UILaunchImageMinimumOSVersion > 8.0 > UILaunchImageName > Default-Landscape > UILaunchImageOrientation > Landscape > UILaunchImageSize > {768, 1024} > > > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)