From 1ea6405b053aef0a8420c0b7ed5b06845c794d92 Mon Sep 17 00:00:00 2001 From: Dov Frankel Date: Mon, 7 Apr 2014 13:59:19 -0400 Subject: [PATCH] Updated README to remove mentions of the no-longer-necessary client-size post-install hooks --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30baa37..f5a9d70 100644 --- a/README.md +++ b/README.md @@ -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 @@ -26,6 +26,4 @@ To open in Xcode, use the [UnrarKit.xcworkspace](UnrarKit.xcworkspace) file, whi * Rogerio Pereira Araujo (rogerio.araujo@gmail.com) * Vicent Scott (vkan388@gmail.com) -* Dov Frankel (dov@abbey-code.com) - -[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. \ No newline at end of file +* Dov Frankel (dov@abbey-code.com) \ No newline at end of file