Table of Contents
An AppleTV Test application demonstrating how easy app development can be.
TMVL using the default templates. See https://developer.apple.com/documentation/tvml
Follow these quick and easy steps and you'll be up and running in no time.
This project uses XCode, We also recommend you install http-server
- http-server
npm install http-server@latest -g
- Clone the repo
git clone https://github.com/twiggybuffalo/appletv-test.git
- Serve files
cd TestTvApp && http-server -p 9001
- Add your local IP to
AppDelegate.swift
- Open
TestTvApp.xcodeproj
in XCode and run the project.
See the open issues for a list of proposed features (and known issues).
- Clone the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Twitter - @TwiggyBuffalo
LinkedIn - @TwiggyBuffalo