Skip to content

Commit

Permalink
Add explanation for running with Carthage in README (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Aug 8, 2017
1 parent 6eb8b02 commit aa12f15
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,23 @@ pod 'MetalBender', :git => 'https://github.com/xmartlabs/Bender.git'

> Remember that Bender compiles for iOS 10. So you must add `platform :ios, '10.0'` to your Podfile
<!-- #### Carthage
#### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a simple, decentralized dependency manager for Cocoa.

To install Bender, simply add the following line to your Cartfile:
To install Bender, add the following line to your Cartfile:

```ogdl
github "xmartlabs/Bender" ~> 1.0
``` -->
github "xmartlabs/Bender"
```

Then run:

```bash
carthage update --platform iOS
```

Finally, drag the built `.framework` binaries for `MetalBender`, `MetalPerformanceShadersProxy`, `MetalPerformanceShadersStub` and `SwiftProtobuf` to your application's Xcode project.

## Author

Expand Down

0 comments on commit aa12f15

Please sign in to comment.