Skip to content

Commit

Permalink
Updated README to remove mentions of the no-longer-necessary client-s…
Browse files Browse the repository at this point in the history
…ize post-install hooks
  • Loading branch information
abbeycode committed Apr 7, 2014
1 parent fa2f585 commit 1ea6405
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ I'm always open to improvements, so please submit your pull requests.

UnrarKit has been converted to a CocoaPods project. If you're not familiar with [CocoaPods](http://cocoapods.org), you can start with their [Getting Started guide](http://guides.cocoapods.org/using/getting-started.html).

I've included a sample [`podfile`](Example/Podfile) in the Example directory along with the sample project. Because of the way the `unrar` library (which `UnrarKit` wraps) was written[1], the CocoaPods installation isn't as straightforward as it should be. As long as you include the `post_install` hook in your `podfile`, everything should still install with the single command:
I've included a sample [`podfile`](Example/Podfile) in the Example directory along with the sample project. Everything should install with the single command:

pod install

Expand All @@ -26,6 +26,4 @@ To open in Xcode, use the [UnrarKit.xcworkspace](UnrarKit.xcworkspace) file, whi

* Rogerio Pereira Araujo ([email protected])
* Vicent Scott ([email protected])
* Dov Frankel ([email protected])

[1]: Some cpp files need to be downloaded, but can't be listed in the build phase. They have to be included in the build by includes in other files.
* Dov Frankel ([email protected])

0 comments on commit 1ea6405

Please sign in to comment.