Skip to content

Commit aad7360

Browse files
committed
Update assets: provide @2x for Small, according to doc Large only need @1x so skip, update Top Shelf & Wide with @1x
1 parent 8dcc66f commit aad7360

File tree

14 files changed

+44
-1
lines changed

14 files changed

+44
-1
lines changed

iCookTV/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"idiom" : "tv",
55
"filename" : "icook-tv-app-icon-large-back.png",
66
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "tv",
10+
"scale" : "2x"
711
}
812
],
913
"info" : {

iCookTV/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"idiom" : "tv",
55
"filename" : "icook-tv-app-icon-large-front.png",
66
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "tv",
10+
"scale" : "2x"
711
}
812
],
913
"info" : {

iCookTV/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"idiom" : "tv",
55
"filename" : "icook-tv-app-icon-large-middle.png",
66
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "tv",
10+
"scale" : "2x"
711
}
812
],
913
"info" : {

iCookTV/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"idiom" : "tv",
55
"filename" : "icook-tv-app-icon-small-back.png",
66
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "tv",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
712
}
813
],
914
"info" : {
7.61 KB
Loading

iCookTV/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"idiom" : "tv",
55
"filename" : "icook-tv-app-icon-small-front.png",
66
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "tv",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
712
}
813
],
914
"info" : {
21.9 KB
Loading

iCookTV/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"idiom" : "tv",
55
"filename" : "icook-tv-app-icon-small-middle.png",
66
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "tv",
10+
"filename" : "[email protected]",
11+
"scale" : "2x"
712
}
813
],
914
"info" : {
40 KB
Loading

iCookTV/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"images" : [
33
{
44
"idiom" : "tv",
5+
"filename" : "Top Shelf Wide_2320x720.png",
56
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "tv",
10+
"scale" : "2x"
611
}
712
],
813
"info" : {

0 commit comments

Comments
 (0)