diff --git a/lime/tools/platforms/IOSPlatform.hx b/lime/tools/platforms/IOSPlatform.hx index 2d3706a84..a4e491dcb 100644 --- a/lime/tools/platforms/IOSPlatform.hx +++ b/lime/tools/platforms/IOSPlatform.hx @@ -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"); diff --git a/templates/ios/template/{{app.file}}/Images.xcassets/LaunchImage.launchimage/Contents.json b/templates/ios/template/{{app.file}}/Images.xcassets/LaunchImage.launchimage/Contents.json index 4b639f883..6ac24f94d 100644 --- a/templates/ios/template/{{app.file}}/Images.xcassets/LaunchImage.launchimage/Contents.json +++ b/templates/ios/template/{{app.file}}/Images.xcassets/LaunchImage.launchimage/Contents.json @@ -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"