Skip to content

Commit c882b92

Browse files
fix: add missing image resources for generation
Add missing image resources for generation of splashscreens and icons. The last released templates have different names of the images, which breaks the generation. A permanent fix for this case will be applied later.
1 parent f748f50 commit c882b92

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

resources/assets/image-definitions.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,14 @@
174174
"filename": "[email protected]",
175175
"resizeOperation": "blank",
176176
"scale": "3x"
177+
},
178+
{
179+
"width": 768,
180+
"height": 1024,
181+
"directory": "Assets.xcassets/LaunchScreen.AspectFill.imageset",
182+
"filename": "[email protected]",
183+
"resizeOperation": "blank",
184+
"scale": "3x"
177185
}
178186
],
179187
"splashCenterImages": [
@@ -323,6 +331,14 @@
323331
"resizeOperation": "overlayWith",
324332
"scale": "2x"
325333
},
334+
{
335+
"width": 896,
336+
"height": 414,
337+
"directory": "Assets.xcassets/LaunchImage.launchimage",
338+
"filename": "Default-Landscape-XR.png",
339+
"resizeOperation": "overlayWith",
340+
"scale": "2x"
341+
},
326342
{
327343
"width": 414,
328344
"height": 896,
@@ -331,6 +347,14 @@
331347
"resizeOperation": "overlayWith",
332348
"scale": "2x"
333349
},
350+
{
351+
"width": 414,
352+
"height": 896,
353+
"directory": "Assets.xcassets/LaunchImage.launchimage",
354+
"filename": "Default-Portrait-XR.png",
355+
"resizeOperation": "overlayWith",
356+
"scale": "2x"
357+
},
334358
{
335359
"width": 896,
336360
"height": 414,
@@ -339,13 +363,29 @@
339363
"resizeOperation": "overlayWith",
340364
"scale": "3x"
341365
},
366+
{
367+
"width": 896,
368+
"height": 414,
369+
"directory": "Assets.xcassets/LaunchImage.launchimage",
370+
"filename": "Default-Landscape-XS-Max.png",
371+
"resizeOperation": "overlayWith",
372+
"scale": "3x"
373+
},
342374
{
343375
"width": 414,
344376
"height": 896,
345377
"directory": "Assets.xcassets/LaunchImage.launchimage",
346378
"filename": "Phone XS Max - Portarit iOS 12.png",
347379
"resizeOperation": "overlayWith",
348380
"scale": "3x"
381+
},
382+
{
383+
"width": 414,
384+
"height": 896,
385+
"directory": "Assets.xcassets/LaunchImage.launchimage",
386+
"filename": "Default-Portrait-XS-Max.png",
387+
"resizeOperation": "overlayWith",
388+
"scale": "3x"
349389
}
350390
]
351391
},

0 commit comments

Comments
 (0)