Skip to content

Commit

Permalink
Merge pull request #24 from rubyrajesh/master
Browse files Browse the repository at this point in the history
Correcting folder name of TestFlightSDK to be provided in Rakefile in README
  • Loading branch information
Watson1978 committed Jun 1, 2013
2 parents b9774b3 + 6886c42 commit 3d46947
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SDK and be submitted to the TestFlight platform.
app.development do
# ...
app.testflight do
app.testflight.sdk = 'vendor/TestFlight'
app.testflight.sdk = 'vendor/TestFlightSDK'
app.testflight.api_token = '<insert your API token here>'
app.testflight.team_token = '<insert your team token here>'
app.testflight.notify = true # default is false
Expand All @@ -48,7 +48,6 @@ SDK and be submitted to the TestFlight platform.
# ...
app.testflight do
# ...

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

Expand Down

0 comments on commit 3d46947

Please sign in to comment.