Updates tvOS support details.
This commit is contained in:
parent
642b84e946
commit
7acb77a41d
16
README.md
16
README.md
|
|
@ -456,7 +456,7 @@ Open Rx.xcworkspace, choose `RxExample` and hit run. This method will build ever
|
|||
|
||||
### [CocoaPods](https://guides.cocoapods.org/using/using-cocoapods.html)
|
||||
|
||||
**:warning: IMPORTANT! For tvOS support through CocoaPods use [this hack](https://github.com/orta/cocoapods-expert-difficulty) until `0.39` is released. :warning:**
|
||||
**:warning: IMPORTANT! For tvOS support CocoaPods `0.39` is required. :warning:**
|
||||
|
||||
```
|
||||
# Podfile
|
||||
|
|
@ -475,6 +475,8 @@ $ pod install
|
|||
|
||||
### [Carthage](https://github.com/Carthage/Carthage)
|
||||
|
||||
**For Xcode 7.0**
|
||||
|
||||
Add this to `Cartfile`
|
||||
|
||||
```
|
||||
|
|
@ -485,6 +487,18 @@ git "git@github.com:ReactiveX/RxSwift.git" "2.0.0-beta.1"
|
|||
$ carthage update
|
||||
```
|
||||
|
||||
**For Xcode 7.1 and tvOS support**
|
||||
|
||||
Add this to `Cartfile`
|
||||
|
||||
```
|
||||
git "git@github.com:ReactiveX/RxSwift.git" "master-7.1"
|
||||
```
|
||||
|
||||
```
|
||||
$ carthage update
|
||||
```
|
||||
|
||||
### Manually using git submodules
|
||||
|
||||
* Add RxSwift as a submodule
|
||||
|
|
|
|||
Loading…
Reference in New Issue