Skip to content

FraDeliro/Evolution-App-iOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

570 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVOlution - iOS

The goal of this project is for the version 1.0 was: bring to iOS the experience provided by Swift Evolution website.

Now we are shifting from the basic idea to make it more social.

On our roadmap (you can read at our GitHub Projects), we have some notes for the future, which will cover stuff like: Follow Proposals starring or watching them, Follow Authors and/or Review Managers, List of most popular proposals, featured proposals and other ideas coming from the community.

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 xcode:tests

How to contribute

You need to create an issue and associate a pull request to this issue. Your pull request, needs to have some description on title about the issue that you are trying to solve. After you send your pull request, other developers will make a code review before merging it into the development branch.

Author

Contributors

License

EVOlution App is available under the MIT license. See the LICENSE file for more info.


Buy Me A Coffee

About

Unofficial app for Swift Evolution

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Swift 85.3%
  • Ruby 14.6%
  • Shell 0.1%