From 82783cbc54c4c24401b3ebb40bd7772ab3ce7de1 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 8 Dec 2017 21:56:15 -0800 Subject: [PATCH] Because Apple --- lime/tools/platforms/IOSPlatform.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lime/tools/platforms/IOSPlatform.hx b/lime/tools/platforms/IOSPlatform.hx index 5a8879de3..2c57824cd 100644 --- a/lime/tools/platforms/IOSPlatform.hx +++ b/lime/tools/platforms/IOSPlatform.hx @@ -536,8 +536,8 @@ class IOSPlatform extends PlatformTarget { { name: "Default-736h-Landscape@3x.png", w: 2208, h: 1242 }, // iPhone 6 Plus, landscape { name: "Default-Portrait.png", w: 768, h: 1024 }, // iPad, portrait { name: "Default-Portrait@2x.png", w: 1536, h: 2048 }, // iPad Retina, portrait - { name: "Default-1100-Portrait-2436h@3x.png", w: 1100, h: 2436 }, // iPhone X, portrait - { name: "Default-1100-Landscape-2436h@3x.png", w: 2435, h: 1100 } // iPhone X, landscape + { name: "Default-1100-Portrait-2436h@3x.png", w: 1125, h: 2436 }, // iPhone X, portrait + { name: "Default-1100-Landscape-2436h@3x.png", w: 2435, h: 1125 } // iPhone X, landscape ]; var splashScreenPath = PathHelper.combine (projectDirectory, "Images.xcassets/LaunchImage.launchimage"); @@ -755,4 +755,4 @@ private typedef SplashSize = { w:Int, h:Int, -} \ No newline at end of file +}