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

Commit 069fc80

Browse files
authored
Add icons into Assets.xcassets
1 parent cc76c52 commit 069fc80

19 files changed

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

0 commit comments

Comments
 (0)