A Jetpack-powered companion app for WooCommerce.
At the moment WooCommerce for iOS uses Swift 4.2 and requires Xcode 10.2 or newer. Previous versions of Xcode can be downloaded from Apple.*
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
The woocommerce-ios project uses CocoaPods to manage third party libraries.
Third party libraries and resources managed by CocoaPods will be installed by the bundle exec pod install
command above.
The woocommerce-ios project uses Peril to enforce Pull Request guidelines.