We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfef293 commit 613aa74Copy full SHA for 613aa74
README.md
@@ -134,15 +134,19 @@ See `Example/CustomizedTokenField.swift` for more details.
134
135
## Development
136
137
-Meke sure you have [Homebrew](http://brew.sh/) installed, then run in the project root:
+* Meke sure [Homebrew](http://brew.sh/) is installed.
138
+* Current `develop` branch requires Ruby `2.3.1`.
139
+* Set up dependencies by running the following command in the project root:
140
-```
141
+ ```
142
make setup
143
```
144
-Tasks for testing:
145
+* Open **ICInputAccessory.xcworkspace** and run the demo app with the `Example` scheme.
146
147
+* See more tasks for building and testing:
148
+
149
150
rake -T
151
152
0 commit comments