-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README to remove mentions of the no-longer-necessary client-s…
…ize post-install hooks
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ([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]) |