Skip to content

Commit 7f6b7b5

Browse files
Added product icons to example app (#329)
1 parent 6f1ceca commit 7f6b7b5

File tree

8 files changed

+33
-23
lines changed

8 files changed

+33
-23
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,68 @@
11
{
22
"images" : [
33
{
4+
"size" : "16x16",
45
"idiom" : "mac",
5-
"scale" : "1x",
6-
"size" : "16x16"
6+
"filename" : "CodeEditSourceEditor-Icon-16.png",
7+
"scale" : "1x"
78
},
89
{
10+
"size" : "16x16",
911
"idiom" : "mac",
10-
"scale" : "2x",
11-
"size" : "16x16"
12+
"filename" : "CodeEditSourceEditor-Icon-32.png",
13+
"scale" : "2x"
1214
},
1315
{
16+
"size" : "32x32",
1417
"idiom" : "mac",
15-
"scale" : "1x",
16-
"size" : "32x32"
18+
"filename" : "CodeEditSourceEditor-Icon-32.png",
19+
"scale" : "1x"
1720
},
1821
{
22+
"size" : "32x32",
1923
"idiom" : "mac",
20-
"scale" : "2x",
21-
"size" : "32x32"
24+
"filename" : "CodeEditSourceEditor-Icon-64.png",
25+
"scale" : "2x"
2226
},
2327
{
28+
"size" : "128x128",
2429
"idiom" : "mac",
25-
"scale" : "1x",
26-
"size" : "128x128"
30+
"filename" : "CodeEditSourceEditor-Icon-128.png",
31+
"scale" : "1x"
2732
},
2833
{
34+
"size" : "128x128",
2935
"idiom" : "mac",
30-
"scale" : "2x",
31-
"size" : "128x128"
36+
"filename" : "CodeEditSourceEditor-Icon-256.png",
37+
"scale" : "2x"
3238
},
3339
{
40+
"size" : "256x256",
3441
"idiom" : "mac",
35-
"scale" : "1x",
36-
"size" : "256x256"
42+
"filename" : "CodeEditSourceEditor-Icon-256.png",
43+
"scale" : "1x"
3744
},
3845
{
46+
"size" : "256x256",
3947
"idiom" : "mac",
40-
"scale" : "2x",
41-
"size" : "256x256"
48+
"filename" : "CodeEditSourceEditor-Icon-512.png",
49+
"scale" : "2x"
4250
},
4351
{
52+
"size" : "512x512",
4453
"idiom" : "mac",
45-
"scale" : "1x",
46-
"size" : "512x512"
54+
"filename" : "CodeEditSourceEditor-Icon-512.png",
55+
"scale" : "1x"
4756
},
4857
{
58+
"size" : "512x512",
4959
"idiom" : "mac",
50-
"scale" : "2x",
51-
"size" : "512x512"
60+
"filename" : "CodeEditSourceEditor-Icon-1024.png",
61+
"scale" : "2x"
5262
}
5363
],
5464
"info" : {
55-
"author" : "xcode",
56-
"version" : 1
65+
"version" : 1,
66+
"author" : "xcode"
5767
}
58-
}
68+
}

0 commit comments

Comments
 (0)