Fix Xcode warnings anand update launch images
This commit is contained in:
@@ -538,13 +538,11 @@ class IOSPlatform extends PlatformTarget {
|
||||
{ name: "Default-736h@3x.png", w: 1242, h: 2208 }, // iPhone 6 Plus, portrait
|
||||
{ name: "Default-Landscape.png", w: 1024, h: 768 }, // iPad, landscape
|
||||
{ name: "Default-Landscape@2x.png", w: 2048, h: 1536 }, // iPad Retina, landscape
|
||||
{ name: "Default-Landscape-568h@2x.png", w: 1136, h: 640 }, // iPhone 5, landscape
|
||||
{ name: "Default-Landscape-667h@2x.png", w: 1334, h: 750 }, // iPhone 6, landscape
|
||||
{ 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: 1125, h: 2436 }, // iPhone X, portrait
|
||||
{ name: "Default-1100-Landscape-2436h@3x.png", w: 2436, h: 1125 } // iPhone X, landscape
|
||||
{ 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
|
||||
];
|
||||
|
||||
var splashScreenPath = PathHelper.combine (projectDirectory, "Images.xcassets/LaunchImage.launchimage");
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0910;
|
||||
LastUpgradeCheck = 0920;
|
||||
TargetAttributes = {
|
||||
1D6058900D05DD3D006BFB54 = {
|
||||
::if DEVELOPMENT_TEAM_ID::DevelopmentTeam = ::DEVELOPMENT_TEAM_ID::;::end::
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"orientation" : "portrait",
|
||||
"idiom" : "iphone",
|
||||
"extent" : "full-screen",
|
||||
"minimum-system-version" : "11.0",
|
||||
"filename" : "Default-1125-Portrait-2436h@3x.png",
|
||||
"idiom" : "iphone",
|
||||
"subtype" : "2436h",
|
||||
"filename" : "Default-1125-Portrait-2436h@3x.png",
|
||||
"minimum-system-version" : "11.0",
|
||||
"orientation" : "portrait",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"orientation" : "landscape",
|
||||
"idiom" : "iphone",
|
||||
"extent" : "full-screen",
|
||||
"idiom" : "iphone",
|
||||
"subtype" : "2436h",
|
||||
"filename" : "Default-1125-Landscape-2436h@3x.png",
|
||||
"minimum-system-version" : "11.0",
|
||||
"subtype" : "2436h",
|
||||
"orientation" : "landscape",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
@@ -116,12 +116,6 @@
|
||||
"subtype" : "retina4",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"orientation" : "portrait",
|
||||
"idiom" : "ipad",
|
||||
"extent" : "to-status-bar",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"orientation" : "portrait",
|
||||
"idiom" : "ipad",
|
||||
@@ -129,12 +123,6 @@
|
||||
"filename" : "Default-Portrait.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"orientation" : "landscape",
|
||||
"idiom" : "ipad",
|
||||
"extent" : "to-status-bar",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"orientation" : "landscape",
|
||||
"idiom" : "ipad",
|
||||
@@ -142,12 +130,6 @@
|
||||
"filename" : "Default-Landscape.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"orientation" : "portrait",
|
||||
"idiom" : "ipad",
|
||||
"extent" : "to-status-bar",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"orientation" : "portrait",
|
||||
"idiom" : "ipad",
|
||||
@@ -155,12 +137,6 @@
|
||||
"filename" : "Default-Portrait@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"orientation" : "landscape",
|
||||
"idiom" : "ipad",
|
||||
"extent" : "to-status-bar",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"orientation" : "landscape",
|
||||
"idiom" : "ipad",
|
||||
|
||||
Reference in New Issue
Block a user