Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit dd09a2c

Browse files
committed
fix #149 - snowflake image configurations
1 parent 19f54c8 commit dd09a2c

3 files changed

Lines changed: 45 additions & 35 deletions

File tree

fastlane/report.xml

Lines changed: 0 additions & 33 deletions
This file was deleted.
Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,52 @@
11
{
22
"images" : [
3-
3+
{
4+
"extent": "full-screen",
5+
"idiom": "iphone",
6+
"filename": "Default-568h@2x.png",
7+
"minimum-system-version": "7.0",
8+
"orientation": "portrait",
9+
"scale": "2x",
10+
"subtype": "retina4"
11+
},
12+
{
13+
"extent": "full-screen",
14+
"idiom": "iphone",
15+
"filename": "Default-667h@2x.png",
16+
"minimum-system-version": "8.0",
17+
"orientation": "portrait",
18+
"scale": "2x",
19+
"subtype": "667h"
20+
},
21+
{
22+
"extent": "full-screen",
23+
"idiom": "iphone",
24+
"filename": "Default-Landscape-736h@3x.png",
25+
"minimum-system-version": "8.0",
26+
"orientation": "landscape",
27+
"scale": "3x",
28+
"subtype": "736h"
29+
},
30+
{
31+
"extent": "full-screen",
32+
"idiom": "iphone",
33+
"filename": "Default-Portrait-736h@3x.png",
34+
"minimum-system-version": "8.0",
35+
"orientation": "portrait",
36+
"scale": "3x",
37+
"subtype": "736h"
38+
},
39+
{
40+
"extent": "full-screen",
41+
"idiom": "iphone",
42+
"filename": "Default@2x.png",
43+
"minimum-system-version": "7.0",
44+
"orientation": "portrait",
45+
"scale": "2x"
46+
}
447
],
548
"info" : {
649
"version" : 1,
750
"author" : "xcode"
851
}
9-
}
52+
}

src/images/Snowflake-1024.png

206 KB
Loading

0 commit comments

Comments
 (0)