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

naijab/demo-a-commerce-ios-clean

Repository files navigation

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