TinyKittens TV is a tvOS app for watching the TinyKittens Livestream events on your Apple TV.
See tinykittens.com for more info about the TinyKittens non-profit society.
- Clone the repo.
$ git clone git://github.com/twocentstudios/tinykittenstv.git
. - Install the gems.
$ bundle install
(n.b.cocoapods-expert-difficulty
may not be necessary after the tvOS beta period). - Install the pods.
$ pod install
. - Open
tinykittenstv.xcworkspace
. - Build!
- Optional: Change
accountId
inAppDelegate.swift
to the account id of your favorite Livestream account.
TinyKittens TV was written during the tvOS beta period. It is written in Swift, uses CocoaPods, and has the Gloss JSON library as a dependency.
On a personal note, it was my first Swift app of consequence (I did a few experiments with protocols, view models, and using my own simple Result type). I intentionally used very few dependencies to get a feel for Swift on its own. I wanted to learn about the focus system and the general modifications made to UIKit for tvOS.
MIT License for source.
All rights are reserved for image assets.
TinyKittens TV was created by Christopher Trott. My development shop is called twocentstudios.
Images assets were adapted from tinykittens.com created by Shelly Roche.
Thanks to Shelly Roche for her work at the TinyKittens non-profit. Without so this project would not exist.