Skip to content

mpbod/testflight-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TestFlight Deploy Script

A very simple testflight-deploy script for my personal use. Deploy code with rest-client was taken from github.com/lukeredpath/betabuilder/blob/master/lib/beta_builder/deployment_strategies/testflight.rb of github.com/lukeredpath/betabuilder. Thanks to github.com/lukeredpath for Betabuilder. It was a bit too much for my purpose.


Prerequisite

Install the rest-client gem if you don’t already have it.

$gem install rest-client

Edit testflight-deploy.rb and change the constants to your’s:

API_TOKEN = "API_TOKEN_GOES_HERE"                 # Can be found at http://testflightapp.com/account/
TEAM_TOKEN = "TEAM_TOKEN_GOES_HERE"               # Click (edit) next the Current Team: on the top left corner.
DIST_LIST = "DISTRIBUTION_LIST_NAMES_GOES_HERE"   # Comma seperate the names of the distribution list.

Usage

$ruby testflight-deploy.rb MyApp1.0.ipa ReleaseNote_1.0.txt

About

A very simple testflight deploy script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages