ti cli hook for deploying testflight builds
npm install ti-testflight-hookA titanium cli hook for deploying TestFlight builds.
~~~
$ npm install -g ti-testflight-hook
~~~
If you install with sudo and get the error Unable to write config file... use the following command:
```
$ sudo npm install -g ti-testflight-hook --unsafe-perm
Or if you are concerned about using the --unsafe-perm flag, use the following command after install
to install the hook instead:
``
$ ti-testflight-hook
Then you can added the following, e.g. to your tiapp.xml file.
These must be included:
~~~
~~~
These are optional:
~~~
~~~
You will be prompted for the release notes.
Then use the --testflight` flag with the titanium cli to upload to TestFlight. For example:
~~~
$ ti build -p ios -F ipad -T dist-adhoc --testflight
~~~