Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

Commit 9fda22d

Browse files
committed
[ODRsTVOS] Add ODRs tvOS sample
1 parent bd27301 commit 9fda22d

File tree

47 files changed

+1409
-0
lines changed

Some content is hidden

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

47 files changed

+1409
-0
lines changed

ODRsTVOS/ODRsTVOS.sln

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ODRsTVOS", "ODRsTVOS\ODRsTVOS.csproj", "{47E20B01-9608-4927-A7CE-A78CC9EC5962}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|iPhoneSimulator = Debug|iPhoneSimulator
9+
Release|iPhone = Release|iPhone
10+
Release|iPhoneSimulator = Release|iPhoneSimulator
11+
Debug|iPhone = Debug|iPhone
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{47E20B01-9608-4927-A7CE-A78CC9EC5962}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
15+
{47E20B01-9608-4927-A7CE-A78CC9EC5962}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
16+
{47E20B01-9608-4927-A7CE-A78CC9EC5962}.Release|iPhone.ActiveCfg = Release|iPhone
17+
{47E20B01-9608-4927-A7CE-A78CC9EC5962}.Release|iPhone.Build.0 = Release|iPhone
18+
{47E20B01-9608-4927-A7CE-A78CC9EC5962}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
19+
{47E20B01-9608-4927-A7CE-A78CC9EC5962}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
20+
{47E20B01-9608-4927-A7CE-A78CC9EC5962}.Debug|iPhone.ActiveCfg = Debug|iPhone
21+
{47E20B01-9608-4927-A7CE-A78CC9EC5962}.Debug|iPhone.Build.0 = Debug|iPhone
22+
EndGlobalSection
23+
EndGlobal

ODRsTVOS/ODRsTVOS/AppDelegate.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using Foundation;
2+
using UIKit;
3+
4+
namespace ODRsTVOS {
5+
[Register("AppDelegate")]
6+
public class AppDelegate : UIApplicationDelegate {
7+
public override UIWindow Window { get; set; }
8+
}
9+
}
10+
11+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"images": [
3+
{
4+
"filename": "xamarin-large-back.png",
5+
"scale": "1x",
6+
"idiom": "tv"
7+
}
8+
],
9+
"info": {
10+
"version": 1,
11+
"author": "xcode"
12+
}
13+
}
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,17 @@
1+
{
2+
"layers" : [
3+
{
4+
"filename" : "Front.imagestacklayer"
5+
},
6+
{
7+
"filename" : "Middle.imagestacklayer"
8+
},
9+
{
10+
"filename" : "Back.imagestacklayer"
11+
}
12+
],
13+
"info" : {
14+
"version" : 1,
15+
"author" : "xcode"
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"images": [
3+
{
4+
"filename": "xamarin-large-front.png",
5+
"scale": "1x",
6+
"idiom": "tv"
7+
}
8+
],
9+
"info": {
10+
"version": 1,
11+
"author": "xcode"
12+
}
13+
}
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,54 @@
1+
{
2+
"images": [
3+
{
4+
"idiom": "universal"
5+
},
6+
{
7+
"scale": "1x",
8+
"idiom": "universal"
9+
},
10+
{
11+
"scale": "2x",
12+
"idiom": "universal"
13+
},
14+
{
15+
"scale": "3x",
16+
"idiom": "universal"
17+
},
18+
{
19+
"idiom": "iphone"
20+
},
21+
{
22+
"scale": "1x",
23+
"idiom": "iphone"
24+
},
25+
{
26+
"scale": "2x",
27+
"idiom": "iphone"
28+
},
29+
{
30+
"subtype": "retina4",
31+
"scale": "2x",
32+
"idiom": "iphone"
33+
},
34+
{
35+
"scale": "3x",
36+
"idiom": "iphone"
37+
},
38+
{
39+
"idiom": "ipad"
40+
},
41+
{
42+
"scale": "1x",
43+
"idiom": "ipad"
44+
},
45+
{
46+
"scale": "2x",
47+
"idiom": "ipad"
48+
}
49+
],
50+
"info": {
51+
"version": 1,
52+
"author": "xcode"
53+
}
54+
}
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,13 @@
1+
{
2+
"images": [
3+
{
4+
"filename": "xamarin-back.png",
5+
"scale": "1x",
6+
"idiom": "tv"
7+
}
8+
],
9+
"info": {
10+
"version": 1,
11+
"author": "xcode"
12+
}
13+
}
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,17 @@
1+
{
2+
"layers" : [
3+
{
4+
"filename" : "Front.imagestacklayer"
5+
},
6+
{
7+
"filename" : "Middle.imagestacklayer"
8+
},
9+
{
10+
"filename" : "Back.imagestacklayer"
11+
}
12+
],
13+
"info" : {
14+
"version" : 1,
15+
"author" : "xcode"
16+
}
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"images": [
3+
{
4+
"filename": "xamarin-front.png",
5+
"scale": "1x",
6+
"idiom": "tv"
7+
}
8+
],
9+
"info": {
10+
"version": 1,
11+
"author": "xcode"
12+
}
13+
}
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,54 @@
1+
{
2+
"images": [
3+
{
4+
"idiom": "universal"
5+
},
6+
{
7+
"scale": "1x",
8+
"idiom": "universal"
9+
},
10+
{
11+
"scale": "2x",
12+
"idiom": "universal"
13+
},
14+
{
15+
"scale": "3x",
16+
"idiom": "universal"
17+
},
18+
{
19+
"idiom": "iphone"
20+
},
21+
{
22+
"scale": "1x",
23+
"idiom": "iphone"
24+
},
25+
{
26+
"scale": "2x",
27+
"idiom": "iphone"
28+
},
29+
{
30+
"subtype": "retina4",
31+
"scale": "2x",
32+
"idiom": "iphone"
33+
},
34+
{
35+
"scale": "3x",
36+
"idiom": "iphone"
37+
},
38+
{
39+
"idiom": "ipad"
40+
},
41+
{
42+
"scale": "1x",
43+
"idiom": "ipad"
44+
},
45+
{
46+
"scale": "2x",
47+
"idiom": "ipad"
48+
}
49+
],
50+
"info": {
51+
"version": 1,
52+
"author": "xcode"
53+
}
54+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"assets" : [
3+
{
4+
"size" : "1280x768",
5+
"idiom" : "tv",
6+
"filename" : "App Icon - Large.imagestack",
7+
"role" : "primary-app-icon"
8+
},
9+
{
10+
"size" : "400x240",
11+
"idiom" : "tv",
12+
"filename" : "App Icon - Small.imagestack",
13+
"role" : "primary-app-icon"
14+
},
15+
{
16+
"size" : "1920x720",
17+
"idiom" : "tv",
18+
"filename" : "Top Shelf Image.imageset",
19+
"role" : "top-shelf-image"
20+
}
21+
],
22+
"info" : {
23+
"version" : 1,
24+
"author" : "xcode"
25+
}
26+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"images": [
3+
{
4+
"filename": "TopShelf.png",
5+
"scale": "1x",
6+
"idiom": "tv"
7+
}
8+
],
9+
"info": {
10+
"version": 1,
11+
"author": "xcode"
12+
}
13+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"info": {
3+
"version": 1,
4+
"author": "xcode"
5+
},
6+
"properties": {
7+
"on-demand-resource-tags": [
8+
"odr"
9+
]
10+
}
11+
}

0 commit comments

Comments
 (0)