Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fastlane/boarding
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Jul 19, 2015
2 parents 71bd3be + 0279b86 commit f1917b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Assuming you already have a [Heroku](https://heroku.com) account follow those st
- Enter your iTunes Connect credentials and the bundle identifier of your app. This will all be stored on your own Heroku instance as environment variables
- Click on `View App` once the setup is complete and start sharing the URL

`boarding` does all kinds of magic for you, like fetching the app name and app icon.

Heroku is free to use for the standard machine. If you need a Heroku account, ask your back-end team if you already have a company account.

## Security
Expand All @@ -89,6 +91,10 @@ To secure your webpage, you only have to set the `ITC_TOKEN` environment variabl
- `ITC_GROUP_NAME` The name of the group the user should be added to. `Boarding` by default
- `ITC_TOKEN` Set a password to protect your website from random people signing up

## Custom Domain

With Heroku you can easily use your own domain, follow [this guide](https://devcenter.heroku.com/articles/custom-domains).

# How does this work?

`boarding` is part of [fastlane](https://fastlane.tools), which helps you automate everything you usually do manually as an iOS developer.
Expand Down

0 comments on commit f1917b1

Please sign in to comment.