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
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,23 +136,21 @@ System Requirements
136
136
137
137
Concurrent supports OS X 10.9+ and iOS 7.0+.
138
138
139
-
Setup
139
+
Installation
140
140
=====
141
141
142
-
Concurrent can be included one of two ways:
142
+
#### Carthage
143
+
Create a `Cartfile` that lists the framework and run `carthage bootstrap`. Follow the [instructions](https://github.com/Carthage/Carthage#if-youre-building-for-ios) to add `$(SRCROOT)/Carthage/Build/iOS/Concurrent.framework` to an iOS project.
143
144
144
-
**Using Carthage**
145
+
```
146
+
github "typelift/Concurrent"
147
+
```
145
148
146
-
- Add Concurrent to your Cartfile
147
-
- Run `carthage update`
148
-
- Drag the relevant copy of Concurrent into your project.
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
149
+
#### Manually
150
+
1. Download and drop ```/Sources``` folder in your project.
151
+
2. Congratulations!
154
152
155
-
**Framework**
153
+
#### Framework
156
154
157
155
- Drag Concurrent.xcodeproj or Concurrent-iOS.xcodeproj into your project tree as a subproject
158
156
- Under your project's Build Phases, expand Target Dependencies
0 commit comments