/ios

An iOS version of Swift Evolution

Primary LanguageSwiftMIT LicenseMIT

Swift Evolution - iOS

Build Status

The main goal of this project is to recreate as an iOS app, the web page created to Swift Evolution.

Environment prerequisites

Ruby

If you don't have experience with Ruby we recommend rbenv:

brew install rbenv
rbenv init
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile

Install the Ruby version used on the project:

rbenv install `cat .ruby-version`

Bundler

gem install bundler

Optional: Rakefile auto complete

Nobody likes to type 😉

Brew has a repository only for auto completions:

brew tap homebrew/completions
brew install bash-completion
brew install rake-completion

Don't forget to add to your .bash_profile:

if [ -f $(brew --prefix)/etc/bash_completion ]; then
    . $(brew --prefix)/etc/bash_completion
fi

Setup project

rake setup

Running the tests

rake unit_tests

How to contribute

You need to create an issue and associate a pull request to this issue. After you send your pull request, other developers will make a code review before merging it into the development branch.

Authors

Contributors

License

Swift Evolution is available under the MIT license. See the LICENSE file for more info.