You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](https://developer.apple.com/downloads/index.action).*
12
+
13
+
### Third party tools
14
+
15
+
We use a few tools to help with development. To install or update the required dependencies, run the follow command on the command line:
16
+
17
+
`rake dependencies`
18
+
19
+
#### CocoaPods
20
+
21
+
The woocommerce-ios project uses [CocoaPods](http://cocoapods.org/) to manage third party libraries.
22
+
Third party libraries and resources managed by CocoaPods will be installed by the `rake dependencies` command above.
23
+
24
+
#### Dangerbot
25
+
26
+
The woocommerce-ios project uses [Danger](https://danger.systems/swift/) to enforce Swift linting styles.
0 commit comments