iOS app to list the most popular GitHub repos ⭐️.
- Xcode 10.2+
- Swift 5.0+
- iOS 10.3+
- cocoapods
If you don't have bundler
installed in your machine, run the bellow command in your terminal:
gem install bundler
Next you need to install dependencies using cocoapods.
bundle install
bundle exec pod install --repo-update
If success, just run the project in Xcode 🎉.
This project has integration with fastlane and Travis CI.
So is it possible to run the project with a simple command in your terminal:
bundle exec fastlane build
This will run all tests and will generate some reports about lint
, coverage
and tests
.
I like using Trello for task management.