1
1
{
2
2
"images" : [
3
3
{
4
+ "size" : " 20x20" ,
5
+ "idiom" : " iphone" ,
6
+
7
+ "scale" : " 2x"
8
+ },
9
+ {
10
+ "size" : " 20x20" ,
11
+ "idiom" : " iphone" ,
12
+
13
+ "scale" : " 3x"
14
+ },
15
+ {
16
+ "size" : " 29x29" ,
17
+ "idiom" : " iphone" ,
18
+ "filename" : " icon-29.png" ,
19
+ "scale" : " 1x"
20
+ },
21
+ {
22
+ "size" : " 29x29" ,
23
+ "idiom" : " iphone" ,
24
+
25
+ "scale" : " 2x"
26
+ },
27
+ {
28
+ "size" : " 29x29" ,
29
+ "idiom" : " iphone" ,
30
+
31
+ "scale" : " 3x"
32
+ },
33
+ {
34
+ "size" : " 40x40" ,
35
+ "idiom" : " iphone" ,
36
+
37
+ "scale" : " 2x"
38
+ },
39
+ {
40
+ "size" : " 40x40" ,
41
+ "idiom" : " iphone" ,
42
+
43
+ "scale" : " 3x"
44
+ },
45
+ {
46
+ "size" : " 60x60" ,
47
+ "idiom" : " iphone" ,
48
+
49
+ "scale" : " 2x"
50
+ },
51
+ {
52
+ "size" : " 60x60" ,
53
+ "idiom" : " iphone" ,
54
+
55
+ "scale" : " 3x"
56
+ },
57
+ {
58
+ "size" : " 20x20" ,
59
+ "idiom" : " ipad" ,
60
+ "filename" : " icon-20.png" ,
61
+ "scale" : " 1x"
62
+ },
63
+ {
64
+ "size" : " 20x20" ,
65
+ "idiom" : " ipad" ,
66
+
67
+ "scale" : " 2x"
68
+ },
69
+ {
70
+ "size" : " 29x29" ,
71
+ "idiom" : " ipad" ,
72
+ "filename" : " icon-29.png" ,
73
+ "scale" : " 1x"
74
+ },
75
+ {
76
+ "size" : " 29x29" ,
77
+ "idiom" : " ipad" ,
78
+
79
+ "scale" : " 2x"
80
+ },
81
+ {
82
+ "size" : " 40x40" ,
83
+ "idiom" : " ipad" ,
84
+ "filename" : " icon-40.png" ,
85
+ "scale" : " 1x"
86
+ },
87
+ {
88
+ "size" : " 40x40" ,
89
+ "idiom" : " ipad" ,
90
+
91
+ "scale" : " 2x"
92
+ },
93
+ {
94
+ "size" : " 76x76" ,
95
+ "idiom" : " ipad" ,
96
+ "filename" : " icon-76.png" ,
97
+ "scale" : " 1x"
98
+ },
99
+ {
100
+ "size" : " 76x76" ,
101
+ "idiom" : " ipad" ,
102
+
103
+ "scale" : " 2x"
104
+ },
105
+ {
106
+ "size" : " 83.5x83.5" ,
107
+ "idiom" : " ipad" ,
108
+
109
+ "scale" : " 2x"
110
+ },
111
+ {
112
+ "size" : " 1024x1024" ,
113
+ "idiom" : " ios-marketing" ,
4
114
"filename" : " icon-1024.png" ,
5
- "idiom" : " universal" ,
6
- "platform" : " ios" ,
7
- "size" : " 1024x1024"
115
+ "scale" : " 1x"
8
116
}
9
117
],
10
118
"info" : {
11
- "author " : " xcode " ,
12
- "version " : 1
119
+ "version " : 1 ,
120
+ "author " : " xcode "
13
121
}
14
- }
122
+ }
0 commit comments