Skip to content

Commit a504d2e

Browse files
committed
finaly added support for IOS
1 parent 2398158 commit a504d2e

20 files changed

+13
-119
lines changed

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ SPEC CHECKSUMS:
165165
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
166166
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
167167

168-
PODFILE CHECKSUM: f9420bd595da8fbce156b547dcd3368afc5226ff
168+
PODFILE CHECKSUM: 0408ca912856f5c3bf2bbf0787ea424d56bdf0ba
169169

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

0 commit comments

Comments
 (0)