theappbusiness / ConfigGenerator

Configuration file code generator for use in Xcode projects
MIT License
157 stars 19 forks source link

Create releases with download links #18

Closed Neil3079 closed 7 years ago

Neil3079 commented 7 years ago

It would be useful to just download the latest version of the tool without having to clone the repository and build the code.

ealeksandrov commented 7 years ago

I suggest adding CI with special deployment step to automate uploading binary for released version. Like described here: https://github.com/Carthage/Carthage/blob/master/README.md#use-travis-ci-to-upload-your-tagged-prebuild-frameworks & https://docs.travis-ci.com/user/deployment/releases/

jsanderson44 commented 7 years ago

For the moment we have created a release with a downloadable binary. We are looking into future alternatives