All Projects → matsimitsu → iTrakt

matsimitsu / iTrakt

Licence: other
iPhone application for trakt.tv

Programming Languages

objective c
16641 projects - #2 most used programming language
Nu
17 projects
ruby
36898 projects - #4 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].