Skip to content

Commit 28a50e6

Browse files
committed
v3.1.1057
1 parent 58a8a1e commit 28a50e6

30 files changed

Lines changed: 271 additions & 360 deletions

.gitignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

iOS/WebDavContainer/Assets.xcassets/AppIcon.appiconset/Contents.json

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

iOS/WebDavContainer/Assets.xcassets/AppIcon.appiconset/wheel_1024x1024.png renamed to iOS/WebDavContainer/Assets.xcassets/AppIcons.appiconset/wheel_1024x1024.png

File renamed without changes.

iOS/WebDavContainer/Assets.xcassets/AppIcon.appiconset/wheel_120x120.png renamed to iOS/WebDavContainer/Assets.xcassets/AppIcons.appiconset/wheel_120x120.png

File renamed without changes.

iOS/WebDavContainer/Assets.xcassets/AppIcon.appiconset/wheel_152x152.png renamed to iOS/WebDavContainer/Assets.xcassets/AppIcons.appiconset/wheel_152x152.png

File renamed without changes.
34.1 KB
Loading

iOS/WebDavContainer/Assets.xcassets/AppIcon.appiconset/wheel_180x180.png renamed to iOS/WebDavContainer/Assets.xcassets/AppIcons.appiconset/wheel_180x180.png

File renamed without changes.
1.49 KB
Loading

iOS/WebDavContainer/Assets.xcassets/AppIcon.appiconset/wheel_29x29.png renamed to iOS/WebDavContainer/Assets.xcassets/AppIcons.appiconset/wheel_29x29.png

File renamed without changes.

0 commit comments

Comments
 (0)