/GitHub

GitHub application for iOS

Primary LanguageSwift

GitHub for iOS

Build Status

iOS app to list the most popular GitHub repos ⭐️.

GitHub

Requirements

  • Xcode 10.2+
  • Swift 5.0+
  • iOS 10.3+
  • cocoapods

Installation

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 🎉.

Dependencies

CI

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.

Task Management

I like using Trello for task management.