Skip to content

Commit a05e153

Browse files
authored
Initial ReadMe changes
1 parent c6301e1 commit a05e153

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=5b2b904eaa674400010e975e&branch=develop&build=latest)](https://dashboard.buddybuild.com/apps/5b2b904eaa674400010e975e/build/latest?branch=develop)
22

33
# woocommerce-ios
4-
Future home to the new iOS app
4+
A Jetpack-powered companion app for WooCommerce.
5+
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=5b2b904eaa674400010e975e&branch=develop&build=latest)](https://dashboard.buddybuild.com/apps/5b2b904eaa674400010e975e/build/latest?branch=develop)
6+
7+
## Build Instructions
8+
9+
### Download Xcode
10+
11+
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

Comments
 (0)