Skip to content

Commit

Permalink
more formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lrz committed Apr 24, 2012
1 parent 864e753 commit 8705c8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
== motion-testflight
= motion-testflight

motion-testflight allows RubyMotion projects to easily embed the TestFlight
SDK and be submitted to the TestFlight platform.

=== Requirements
== Requirements

* RubyMotion 1.0 or greater (see http://www.rubymotion.com).
* A TestFlight account, can be obtained for free at http://testflightapp.com.

=== Installation
== Installation

$ sudo gem install motion-testflight

=== Setup
== Setup

1. Download the TestFlight SDK package from https://testflightapp.com/sdk/download/ and unpack it into the +vendor/TestFlightSDK+ directory of your RubyMotion project. Create the +vendor+ directory if it does not exist. You should have something like this.

Expand Down Expand Up @@ -42,13 +42,13 @@ SDK and be submitted to the TestFlight platform.
app.testflight.distribution_lists = ['CoolKids']
end

=== Usage
== Usage

motion-testflight introduces a +testflight+ Rake task to your project, which can be used to submit a development build. The +notes+ parameter must be provided, and its content will be used as the submission release notes.

$ rake testflight notes="zomg!"

=== License
== License

Copyright (c) 2012, Laurent Sansonetti <[email protected]>
All rights reserved.
Expand Down

0 comments on commit 8705c8a

Please sign in to comment.