|
1 | | -[](https://travis-ci.org/typelift/Concurrent) |
2 | | - |
3 | 1 | Concurrent |
4 | 2 | ========== |
5 | 3 |
|
@@ -141,20 +139,27 @@ Setup |
141 | 139 |
|
142 | 140 | Concurrent can be included one of two ways: |
143 | 141 |
|
144 | | -**Framework** |
| 142 | +**Using Carthage** |
145 | 143 |
|
146 | | -Drag Concurrent.xcodeproj or Concurrent-iOS.xcodeproj into your project tree as a subproject |
147 | | -Under your project's Build Phases, expand Target Dependencies |
148 | | -Click the + and add Concurrent |
149 | | -Expand the Link Binary With Libraries phase |
150 | | -Click the + and add Concurrent |
151 | | -Click the + at the top left corner to add a Copy Files build phase |
152 | | -Set the directory to Frameworks |
153 | | -Click the + and add Concurrent |
| 144 | +- Add Concurrent to your Cartfile |
| 145 | +- Run `carthage update` |
| 146 | +- Drag the relevant copy of Concurrent into your project. |
| 147 | +- Expand the Link Binary With Libraries phase |
| 148 | +- Click the + and add Concurrent |
| 149 | +- Click the + at the top left corner to add a Copy Files build phase |
| 150 | +- Set the directory to `Frameworks` |
| 151 | +- Click the + and add Concurrent and Swiftz |
154 | 152 |
|
155 | | -**Standalone** |
| 153 | +**Framework** |
156 | 154 |
|
157 | | -Copy the swift files under Concurrent/Concurrent into your project. |
| 155 | +- Drag Concurrent.xcodeproj or Concurrent-iOS.xcodeproj into your project tree as a subproject |
| 156 | +- Under your project's Build Phases, expand Target Dependencies |
| 157 | +- Click the + and add Concurrent |
| 158 | +- Expand the Link Binary With Libraries phase |
| 159 | +- Click the + and add Concurrent |
| 160 | +- Click the + at the top left corner to add a Copy Files build phase |
| 161 | +- Set the directory to Frameworks |
| 162 | +- Click the + and add Concurrent |
158 | 163 |
|
159 | 164 | License |
160 | 165 | ======= |
|
0 commit comments