/woocommerce-ios

WooCommerce iOS app

Primary LanguageSwiftGNU General Public License v2.0GPL-2.0

CircleCI Reviewed by Hound

woocommerce-ios

A Jetpack-powered companion app for WooCommerce.

Build Instructions

Download Xcode

At the moment WooCommerce for iOS uses Swift 4.2 and requires Xcode 10 or newer. Previous versions of Xcode can be downloaded from Apple.*

Third party tools

We use a few tools to help with development. To install or update the required dependencies, run the follow command on the command line:

bundle exec pod install

you may also have to: bundle install

CocoaPods

The woocommerce-ios project uses CocoaPods to manage third party libraries.
Third party libraries and resources managed by CocoaPods will be installed by the rake dependencies command above.

Peril

The woocommerce-ios project uses Peril to enforce Pull Request guidelines.