Skip to content

Commit

Permalink
XCFramework explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Nov 21, 2020
1 parent 5e586f6 commit b5af36a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ Replace `YOUR_TARGET_NAME` and then, in the `Podfile` directory, type:
$ pod install
```

### XCFrameworks

Each release starting with RxSwift 6 includes `*.xcframework` framework binaries.
Simply drag the needed framework binaries to your **Frameworks, Libraries, and Embedded Content** section under your target's **General** tab.

<img src="https://raw.githubusercontent.com/ReactiveX/RxSwift/main/assets/xcframeworks.png" alt="XCFrameworks instructions" width="65%">

### [Carthage](https://github.com/Carthage/Carthage)

Add this to `Cartfile`
Expand Down
Binary file added assets/xcframeworks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5af36a

Please sign in to comment.