Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfonseca committed Jan 28, 2013
1 parent af4dc30 commit 01dcb6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ SDK and be submitted to the TestFlight platform.

You can retrieve the values for +api_token+ and +team_token+ in your TestFlight account page.

If you're using Testflight 1.2 or above, you should also add the app_token.

# ...
app.testflight do
# ...

app.testflight.app_token = '<insert your APP token here>'
end

4. (Optional) You can also set up distribution lists, if needed.

Motion::Project::App.setup do |app|
Expand Down

0 comments on commit 01dcb6f

Please sign in to comment.