Skip to content

Commit a965732

Browse files
author
Mithun
committed
Assests: Import image resources
1 parent 51b24b7 commit a965732

File tree

60 files changed

+777
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+777
-10
lines changed

DesignCode/Assets.xcassets/AppIcon.appiconset/Contents.json

+27-10
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,57 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "iphone",
54
"size" : "20x20",
5+
"idiom" : "iphone",
6+
"filename" : "icon_20pt@2x.png",
67
"scale" : "2x"
78
},
89
{
9-
"idiom" : "iphone",
1010
"size" : "20x20",
11+
"idiom" : "iphone",
12+
"filename" : "icon_20pt@3x.png",
1113
"scale" : "3x"
1214
},
1315
{
16+
"size" : "29x29",
1417
"idiom" : "iphone",
18+
"filename" : "icon_29pt.png",
19+
"scale" : "1x"
20+
},
21+
{
1522
"size" : "29x29",
23+
"idiom" : "iphone",
24+
"filename" : "icon_29pt@2x.png",
1625
"scale" : "2x"
1726
},
1827
{
19-
"idiom" : "iphone",
2028
"size" : "29x29",
29+
"idiom" : "iphone",
30+
"filename" : "icon_29pt@3x.png",
2131
"scale" : "3x"
2232
},
2333
{
24-
"idiom" : "iphone",
2534
"size" : "40x40",
35+
"idiom" : "iphone",
36+
"filename" : "icon_40pt@2x.png",
2637
"scale" : "2x"
2738
},
2839
{
29-
"idiom" : "iphone",
3040
"size" : "40x40",
41+
"idiom" : "iphone",
42+
"filename" : "icon_40pt@3x.png",
3143
"scale" : "3x"
3244
},
3345
{
34-
"idiom" : "iphone",
3546
"size" : "60x60",
47+
"idiom" : "iphone",
48+
"filename" : "icon_60pt@2x.png",
3649
"scale" : "2x"
3750
},
3851
{
39-
"idiom" : "iphone",
4052
"size" : "60x60",
53+
"idiom" : "iphone",
54+
"filename" : "icon_60pt@3x.png",
4155
"scale" : "3x"
4256
},
4357
{
@@ -76,18 +90,21 @@
7690
"scale" : "1x"
7791
},
7892
{
79-
"idiom" : "ipad",
8093
"size" : "76x76",
94+
"idiom" : "ipad",
95+
"filename" : "icon_76pt@2x.png",
8196
"scale" : "2x"
8297
},
8398
{
84-
"idiom" : "ipad",
8599
"size" : "83.5x83.5",
100+
"idiom" : "ipad",
101+
"filename" : "icon_83.5@2x.png",
86102
"scale" : "2x"
87103
},
88104
{
89-
"idiom" : "ios-marketing",
90105
"size" : "1024x1024",
106+
"idiom" : "ios-marketing",
107+
"filename" : "Icon.png",
91108
"scale" : "1x"
92109
}
93110
],
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "Certificate1.pdf",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "Certificate2.pdf",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "Certificate3.pdf",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "Certificate4.pdf",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
},
6+
"colors" : [
7+
{
8+
"idiom" : "universal",
9+
"color" : {
10+
"color-space" : "display-p3",
11+
"components" : {
12+
"red" : "0x5E",
13+
"alpha" : "1.000",
14+
"blue" : "0xFA",
15+
"green" : "0xCD"
16+
}
17+
}
18+
}
19+
]
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
},
6+
"colors" : [
7+
{
8+
"idiom" : "universal",
9+
"color" : {
10+
"color-space" : "display-p3",
11+
"components" : {
12+
"red" : "0x5E",
13+
"alpha" : "0.300",
14+
"blue" : "0xFA",
15+
"green" : "0xCD"
16+
}
17+
}
18+
}
19+
]
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
},
6+
"colors" : [
7+
{
8+
"idiom" : "universal",
9+
"color" : {
10+
"color-space" : "srgb",
11+
"components" : {
12+
"red" : "0xE6",
13+
"alpha" : "1.000",
14+
"blue" : "0xF3",
15+
"green" : "0xEA"
16+
}
17+
}
18+
},
19+
{
20+
"idiom" : "universal",
21+
"appearances" : [
22+
{
23+
"appearance" : "luminosity",
24+
"value" : "light"
25+
}
26+
],
27+
"color" : {
28+
"color-space" : "srgb",
29+
"components" : {
30+
"red" : "0.902",
31+
"alpha" : "1.000",
32+
"blue" : "0.953",
33+
"green" : "0.918"
34+
}
35+
}
36+
},
37+
{
38+
"idiom" : "universal",
39+
"appearances" : [
40+
{
41+
"appearance" : "luminosity",
42+
"value" : "dark"
43+
}
44+
],
45+
"color" : {
46+
"color-space" : "srgb",
47+
"components" : {
48+
"red" : "0x00",
49+
"alpha" : "1.000",
50+
"blue" : "0x00",
51+
"green" : "0x00"
52+
}
53+
}
54+
}
55+
]
56+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
},
6+
"colors" : [
7+
{
8+
"idiom" : "universal",
9+
"color" : {
10+
"color-space" : "srgb",
11+
"components" : {
12+
"red" : "0xC9",
13+
"alpha" : "1.000",
14+
"blue" : "0x7A",
15+
"green" : "0x3C"
16+
}
17+
}
18+
}
19+
]
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
},
6+
"colors" : [
7+
{
8+
"idiom" : "universal",
9+
"color" : {
10+
"color-space" : "srgb",
11+
"components" : {
12+
"red" : "0x00",
13+
"alpha" : "1.000",
14+
"blue" : "0x00",
15+
"green" : "0x00"
16+
}
17+
}
18+
}
19+
]
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
},
6+
"colors" : [
7+
{
8+
"idiom" : "universal",
9+
"color" : {
10+
"color-space" : "srgb",
11+
"components" : {
12+
"red" : "0x45",
13+
"alpha" : "1.000",
14+
"blue" : "0xC9",
15+
"green" : "0x3C"
16+
}
17+
}
18+
}
19+
]
20+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
},
6+
"colors" : [
7+
{
8+
"idiom" : "universal",
9+
"color" : {
10+
"color-space" : "srgb",
11+
"components" : {
12+
"red" : "0xEC",
13+
"alpha" : "1.000",
14+
"blue" : "0x7B",
15+
"green" : "0x7E"
16+
}
17+
}
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)