Skip to content

Commit

Permalink
Fix fastlane casing on README, add link to fastlane tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Young (TFS) committed Mar 3, 2017
1 parent 2f3844c commit 6be0015
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This extension contains a set of deployment tasks which allow you to automate th
## Prerequisites

* In order to automate the release of app updates to the App Store, you need to have manually released at least one version of the app beforehand.
* The tasks install and use [fastlane](https://github.com/fastlane/fastlane) tools. Fastlane requires Ruby 2.0.0 or above and recommends having the latest Xcode command line tools installed on the MacOS computer.
* The tasks install and use [fastlane](https://github.com/fastlane/fastlane) tools. fastlane requires Ruby 2.0.0 or above and recommends having the latest Xcode command line tools installed on the MacOS computer.

## Quick Start

Expand Down Expand Up @@ -103,11 +103,11 @@ Allows you to release updates to your iOS TestFlight beta app or production app

2. **Team Name** *(String)* - The name of the producing team. Only necessary when in multiple teams.

3. **Install Fastlane** *(Checkbox)* - By default, install a version of the Fastlane tools. Uncheck if your build machine already has the version of Fastlane to use.
3. **Install fastlane** *(Checkbox)* - By default, install a version of the [fastlane](https://github.com/fastlane/fastlane) tools. Uncheck if your build machine already has the version of fastlane to use.

4. **Fastlane Version** - **Latest Version** or **Specific Version**. If *Specific Version* is chosen, you must provide a value for *Fastlane Specific Version*.
4. **fastlane Version** - **Latest Version** or **Specific Version**. If *Specific Version* is chosen, you must provide a value for *fastlane Specific Version*.

5. **Fastlane Specific Version** *(String)* - The version of Fastlane to install (e.g., 2.15.1).
5. **fastlane Specific Version** *(String)* - The version of fastlane to install (e.g., 2.15.1).

### App Store Promote

Expand All @@ -131,15 +131,15 @@ Allows you to promote an app previously updated to iTunes Connect to the App Sto

2. **Team Name** *(String)* - The name of the producing team. Only necessary when in multiple teams.

3. **Install Fastlane** *(Checkbox)* - By default, install a version of the Fastlane tools. Uncheck if your build machine already has the version of Fastlane to use.
3. **Install fastlane** *(Checkbox)* - By default, install a version of the [fastlane](https://github.com/fastlane/fastlane) tools. Uncheck if your build machine already has the version of fastlane to use.

4. **Fastlane Version** - **Latest Version** or **Specific Version**. If *Specific Version* is chosen, you must provide a value for *Fastlane Specific Version*.
4. **fastlane Version** - **Latest Version** or **Specific Version**. If *Specific Version* is chosen, you must provide a value for *fastlane Specific Version*.

5. **Fastlane Specific Version** *(String)* - The version of Fastlane to install (e.g., 2.15.1).
5. **fastlane Specific Version** *(String)* - The version of fastlane to install (e.g., 2.15.1).

## Firewall Issues

[fastlane](https://github.com/fastlane/fastlane) tools uses the iTunes Transporter to upload metadata and binaries. In case you are behind a firewall, you can specify a different transporter protocol injecting in your release definition a variable:
The [fastlane](https://github.com/fastlane/fastlane) tools use the iTunes Transporter to upload metadata and binaries. In case you are behind a firewall, you can specify a different transporter protocol injecting in your release definition a variable:
`DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS="-t DAV"`
![Fix Firewall issues](/images/variable-definition-firewall-issues.png)

Expand Down

0 comments on commit 6be0015

Please sign in to comment.