JohnItoo / easy-test-flighting

This is a wrapper around Xcode Build tools that helps to handle frequent releases to TestFlight for Internal testing,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy Test Flighting ✈️

This is a wrapper around Xcode Build tools that provides a CLI alternative to TestFlight releases.

Software License

Requirements

Get Easy Test Flighting ✈️

Over ssh

1) git clone git@github.com:JohnItoo/easy-test-flighting.git

2) sudo cp ~/easy-test-flighting/internalRelease.sh ~/path-to-your-project

Over Curl

1) cd to ~/path-to-your-project

2) Do curl -L -O https://raw.githubusercontent.com/JohnItoo/easy-test-flighting/master/internalRelease.sh

Usage

Now that you have a copy of internalRelease.sh in the root directory. Run ./internalRelease.sh in the root directory and follow the prompts.

Check out this publication for some explanation and a thorough guide to the use of this tool.

(This repository is a better house for tracking the work that was started here and was released Jun 2019.

Contributors

See CONTRIBUTING.md

About

This is a wrapper around Xcode Build tools that helps to handle frequent releases to TestFlight for Internal testing,

License:MIT License


Languages

Language:Shell 100.0%