Skip to content

Commit 4e46b5d

Browse files
authored
Merge pull request #4275 from NativeScript/kddimitrov/fix-splashscreen-generation
fix: splashscreen generation
2 parents 9834826 + f3d1bee commit 4e46b5d

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

resources/assets/image-definitions.json

+56
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@
166166
"filename": "[email protected]",
167167
"resizeOperation": "blank",
168168
"scale": "3x"
169+
},
170+
{
171+
"width": 768,
172+
"height": 1024,
173+
"directory": "Assets.xcassets/LaunchScreen.AspectFill.imageset",
174+
"filename": "[email protected]",
175+
"resizeOperation": "blank",
176+
"scale": "3x"
169177
}
170178
],
171179
"splashCenterImages": [
@@ -184,6 +192,22 @@
184192
"filename": "[email protected]",
185193
"resizeOperation": "overlayWith",
186194
"scale": "2x"
195+
},
196+
{
197+
"width": 384,
198+
"height": 512,
199+
"directory": "Assets.xcassets/LaunchScreen.Center.imageset",
200+
"filename": "[email protected]",
201+
"resizeOperation": "overlayWith",
202+
"scale": "3x"
203+
},
204+
{
205+
"width": 384,
206+
"height": 512,
207+
"directory": "Assets.xcassets/LaunchScreen.Center.imageset",
208+
"filename": "[email protected]",
209+
"resizeOperation": "overlayWith",
210+
"scale": "3x"
187211
}
188212
],
189213
"splashImages": [
@@ -290,6 +314,38 @@
290314
"filename": "Default-Landscape-X.png",
291315
"resizeOperation": "overlayWith",
292316
"scale": "1x"
317+
},
318+
{
319+
"width": 896,
320+
"height": 414,
321+
"directory": "Assets.xcassets/LaunchImage.launchimage",
322+
"filename": "iPhone XR - Landscape iOS 12.png",
323+
"resizeOperation": "overlayWith",
324+
"scale": "2x"
325+
},
326+
{
327+
"width": 414,
328+
"height": 896,
329+
"directory": "Assets.xcassets/LaunchImage.launchimage",
330+
"filename": "iPhone XR - Portarit iOS 12.png",
331+
"resizeOperation": "overlayWith",
332+
"scale": "2x"
333+
},
334+
{
335+
"width": 896,
336+
"height": 414,
337+
"directory": "Assets.xcassets/LaunchImage.launchimage",
338+
"filename": "iPhone XS Max – Landscape iOS 12.png",
339+
"resizeOperation": "overlayWith",
340+
"scale": "3x"
341+
},
342+
{
343+
"width": 414,
344+
"height": 896,
345+
"directory": "Assets.xcassets/LaunchImage.launchimage",
346+
"filename": "Phone XS Max - Portarit iOS 12.png",
347+
"resizeOperation": "overlayWith",
348+
"scale": "3x"
293349
}
294350
]
295351
},

0 commit comments

Comments
 (0)