Supports: iOS 11 and above
- master - stable app releases
- develop - development branch, merge your feature branches here
The project is using cocoapods for managing external libraries and a Gemfile for managing the cocoapods version.
Get Bundler
sudo gem install bundler
To install the specific cocoapods version run
bundle install
Then install the pods
bundle exec pod install
- Swiftlint - A tool to enforce Swift style and conventions.
- R.swift - Get strong typed, autocompleted resources like images, fonts and segues in Swift projects
- Resources - fonts, strings, images, generated files etc.
- SupportingFiles - configuration plist files
- Models - model objects
- Modules - contains app modules (UI + Code)
- Helpers - protocols, extension and utility classes