├── CONTRIBUTING.md ├── LICENSE ├── README.rst ├── cookiecutter.json └── {{ cookiecutter.dir_name }} ├── app └── README ├── app_packages └── README ├── {{ cookiecutter.app_name }} ├── Assets.xcassets │ ├── App Icon & Top Shelf Image.brandassets │ │ ├── App Icon - Large.imagestack │ │ │ ├── Back.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── large.png │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── large.png │ │ │ │ └── Contents.json │ │ │ └── Middle.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── large.png │ │ │ │ └── Contents.json │ │ ├── App Icon - Small.imagestack │ │ │ ├── Back.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── small.png │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ ├── Contents.json │ │ │ │ │ └── small.png │ │ │ │ └── Contents.json │ │ │ └── Middle.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── small.png │ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Top Shelf Image.imageset │ │ │ ├── Contents.json │ │ │ └── shelf.png │ ├── Contents.json │ └── LaunchImage.launchimage │ │ ├── Contents.json │ │ └── launch.png ├── Base.lproj │ └── Main.storyboard ├── Info.plist └── main.m └── {{ cookiecutter.formal_name }}.xcodeproj └── project.pbxproj /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/README.rst -------------------------------------------------------------------------------- /cookiecutter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/cookiecutter.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/app/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/app/README -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/app_packages/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/app_packages/README -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/large.png -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/large.png -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/large.png -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/small.png -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/small.png -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/small.png -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/shelf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/shelf.png -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/LaunchImage.launchimage/launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Assets.xcassets/LaunchImage.launchimage/launch.png -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/Info.plist -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.app_name }}/main.m -------------------------------------------------------------------------------- /{{ cookiecutter.dir_name }}/{{ cookiecutter.formal_name }}.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beeware/Python-tvOS-template/HEAD/{{ cookiecutter.dir_name }}/{{ cookiecutter.formal_name }}.xcodeproj/project.pbxproj --------------------------------------------------------------------------------