Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.34 KB

iTrakt, an iPhone client for trakt.tv

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'.

Install

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

Run specs

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