Skip to content

Commit 30ec6aa

Browse files
authored
Feature/fix tvos (#95)
* fix(tvos): bumping tvos min version to 9.0 * feat(tvos): fixing tvos target * fix(tvos): fixing build * fix(tvos): fixing podfile
1 parent efd7808 commit 30ec6aa

File tree

14 files changed

+197
-41
lines changed

14 files changed

+197
-41
lines changed

Example/Leanplum-SDK.xcodeproj/project.pbxproj

Lines changed: 41 additions & 18 deletions
Large diffs are not rendered by default.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
{
44
"idiom" : "tv",
55
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "tv",
9+
"scale" : "2x"
610
}
711
],
812
"info" : {
913
"version" : 1,
1014
"author" : "xcode"
1115
}
12-
}
16+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
{
44
"idiom" : "tv",
55
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "tv",
9+
"scale" : "2x"
610
}
711
],
812
"info" : {
913
"version" : 1,
1014
"author" : "xcode"
1115
}
12-
}
16+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
{
44
"idiom" : "tv",
55
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "tv",
9+
"scale" : "2x"
610
}
711
],
812
"info" : {
913
"version" : 1,
1014
"author" : "xcode"
1115
}
12-
}
16+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
{
44
"idiom" : "tv",
55
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "tv",
9+
"scale" : "2x"
610
}
711
],
812
"info" : {
913
"version" : 1,
1014
"author" : "xcode"
1115
}
12-
}
16+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
{
44
"idiom" : "tv",
55
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "tv",
9+
"scale" : "2x"
610
}
711
],
812
"info" : {
913
"version" : 1,
1014
"author" : "xcode"
1115
}
12-
}
16+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
{
44
"idiom" : "tv",
55
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "tv",
9+
"scale" : "2x"
610
}
711
],
812
"info" : {
913
"version" : 1,
1014
"author" : "xcode"
1115
}
12-
}
16+
}

Example/Leanplum-tvOS-SDK_Example/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
{
44
"idiom" : "tv",
55
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "tv",
9+
"scale" : "2x"
610
}
711
],
812
"info" : {

Example/Leanplum-tvOS-SDK_Example/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
{
44
"idiom" : "tv",
55
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "tv",
9+
"scale" : "2x"
610
}
711
],
812
"info" : {
913
"version" : 1,
1014
"author" : "xcode"
1115
}
12-
}
16+
}

Example/Leanplum-tvOS-SDK_Example/Assets.xcassets/LaunchImage.launchimage/Contents.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"images" : [
3+
{
4+
"orientation" : "landscape",
5+
"idiom" : "tv",
6+
"extent" : "full-screen",
7+
"minimum-system-version" : "11.0",
8+
"scale" : "2x"
9+
},
310
{
411
"orientation" : "landscape",
512
"idiom" : "tv",
@@ -12,4 +19,4 @@
1219
"version" : 1,
1320
"author" : "xcode"
1421
}
15-
}
22+
}

0 commit comments

Comments
 (0)