bocato / adichallenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Information

Environment setup

Since this project uses SwiftLint, SwiftFormat, Fastlane and Swiftgen, you need to install those dependencies on your machine to use it properly. To do that, run make environment from the project's root folder.

Makefile commands

  • make clean: cleans iOS derived data.
  • make environment: Installs the project dependencies
  • make update_strings: Updates the SwiftGen generated code for the Localizable.strings files
  • make start_server: starts the local server
  • make run_tests: runs the test suite with XCov and opens the html report
  • make code_beautify: runs SwiftFormat and SwiftLint to keep the code in shape based on it's linting and formatting definitions

Last Test Report

Last Test Report

About


Languages

Language:HTML 60.5%Language:Swift 37.8%Language:CSS 1.2%Language:Ruby 0.3%Language:Makefile 0.2%Language:JavaScript 0.1%