Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.07 KB

A-Commerce

Build Status Quality Gate Status SonarCloud Coverage

iOS App implementation in Clean Swift architecture

Requirement

  • iOS 13.0 in minimum
  • Xcode 12.2 in minimum
  • cocoapods install with sudo gem install cocoapods
  • make install with brew install make
  • xcpretty install with sudo gem install xcpretty

How to run

  • pod install for install dependencies
  • open A-Commerce.xcworkspace and run with iOS Simulator

How to run test

  • make test and waiting for run test

Architecture

Clean Swift

More