The app shows you your tv-show calendar, allows you to browse your tv-show library, and recommendations based on your library.
It allows you to keep your library up-to-date by marking episodes as 'seen'.
Fetch the source and its dependencies:
$ git clone --recursive git://github.com/matsimitsu/iTrakt.git
$ cd iTrakt
Or if you still forgot to use the --recursive
flag:
$ git submodule update --init
Tell the app what your API key is by copying the sample and upating it with your key:
$ cp Authentication.h.sample Authentication.h
First make sure you've followed the steps described in Install
. You do not,
however, have to have an actual API key to run the specs, just copy the sample
file and you'll be fine.
Enable the Accessibility Inspector
in the iOS simulator
Settings app:
General -> Accessibility -> Accessibility Inspector
Install ios-sim
if you don't already have it:
$ brew install ios-sim
Start the fixture server:
$ rake serve_fixtures
And finally run the specs:
$ rake spec