Because Apple

This commit is contained in:
Joshua Granick
2017-12-08 21:56:15 -08:00
committed by GitHub
parent 000518c41e
commit 82783cbc54

View File

@@ -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,
}
}