Project

tflight

0.0
No commit activity in last 3 years
No release in over 3 years
tflight handles building, signing and pushing your app to beta testers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.1.6
~> 1.6.0
 Project Readme

tflight

Twitter License MIT Gem Version

Usage

tflight is super simple. You just need to run one command. Before knowing the command we need to setup some staff.

First of all you need to configure two environmental variables, TESTFLIGHT_API_TOKEN and TESTFLIGHT_TEAM_TOKEN. tflight will look for this variables in order to authenticate with testflight.

The second step we need to take is add a configuration file in the root of your project. The file's name should be .testflight.

It should look something like this:

{
  "workspace": 	       "YourApp.xcworkspace",
  "scheme":            "YourAppSheme",
  "configuration":     "Release",
  "build_path":        "./Build/Products/Release-iphoneos",
  "distribution_list": "ListName",
  "notify":	       true
 }

Now we are ready to run the command.

tflight deploy --app YourApp --notes 'Release notes'

Installation

Just run this command:

gem install tflight

Author

Martín F, me@bilby91.com

License

tflight is available under the MIT license. See the LICENSE file for more info.