Use different file name

This commit is contained in:
Joshua Granick
2018-01-30 10:15:12 -08:00
parent 8a0ceba91d
commit de88df7dde
2 changed files with 4 additions and 4 deletions

View File

@@ -541,8 +541,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-1125-Portrait-2436h@3x.png", w: 1125, h: 2436 }, // iPhone X, portrait
{ name: "Default-1125-Landscape-2436h@3x.png", w: 2436, h: 1125 } // iPhone X, landscape
{ name: "Default-812h@3x.png", w: 1125, h: 2436 }, // iPhone X, portrait
{ name: "Default-Landscape-812h@3x.png", w: 2436, h: 1125 } // iPhone X, landscape
];
var splashScreenPath = PathHelper.combine (projectDirectory, "Images.xcassets/LaunchImage.launchimage");

View File

@@ -4,7 +4,7 @@
"extent" : "full-screen",
"idiom" : "iphone",
"subtype" : "2436h",
"filename" : "Default-1125-Portrait-2436h@3x.png",
"filename" : "Default-812h@3x.png",
"minimum-system-version" : "11.0",
"orientation" : "portrait",
"scale" : "3x"
@@ -13,7 +13,7 @@
"extent" : "full-screen",
"idiom" : "iphone",
"subtype" : "2436h",
"filename" : "Default-1125-Landscape-2436h@3x.png",
"filename" : "Default-Landscape-812h@3x.png",
"minimum-system-version" : "11.0",
"orientation" : "landscape",
"scale" : "3x"