Igor Mandrigin 14398e33cb
[#4662] Enable iPad support for the Status app.
Use a screen-size independent launch image (a storyboard).

See more at: https://oleb.net/blog/2014/08/replacing-launch-images-with-storyboards/

Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-07-10 11:47:24 +03:00

24 lines
394 B
JSON

{
"images" : [
{
"idiom" : "universal",
"filename" : "launch_image.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "launch_image@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "launch_image@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}