Skip to content

Commit 3bbd5bb

Browse files
committed
Use Xcode 8.1 on Travis CI
1 parent 147c2c7 commit 3bbd5bb

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8
2+
osx_image: xcode8.1
33
cache:
44
bundler: true
55
directories:

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"filename" : "App Icon - Small.imagestack",
1313
"role" : "primary-app-icon"
1414
},
15+
{
16+
"size" : "2320x720",
17+
"idiom" : "tv",
18+
"filename" : "Top Shelf Image Wide.imageset",
19+
"role" : "top-shelf-image-wide"
20+
},
1521
{
1622
"size" : "1920x720",
1723
"idiom" : "tv",
@@ -23,4 +29,4 @@
2329
"version" : 1,
2430
"author" : "xcode"
2531
}
26-
}
32+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "tv",
5+
"scale" : "1x"
6+
}
7+
],
8+
"info" : {
9+
"version" : 1,
10+
"author" : "xcode"
11+
}
12+
}

0 commit comments

Comments
 (0)