Currently these scripts post to slack when:
- a build starts
- a build finishes successfully
- Create an incoming webhook for the channel you would like these scripts to post to.
- Download and extract all the files from this gist into the root directory of your iOS project.
If you have 'jq' installed (brew install jq
) you can do this step with the following command from the root directory of your project:
curl --silent "https://gist.github.com/bulwinkel/b1c371d447df071b90fe6e331d8b7d98/archive/$(http https://api.github.com/gists/b1c371d447df071b90fe6e331d8b7d98/commits | jq -r '.[0].version').zip" | tar --strip-components=1 -xf - -C .