Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.29 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.29 KB

Build Status

About

UnrarKit is here to enable Mac and iOS apps to easily work with RAR files for read-only operations. It is currently based on version 5.2.1 of the UnRAR library.

There is a main project, with unit tests, and a basic iOS example project, which demonstrates how to use the library.

I'm always open to improvements, so please submit your pull requests, or create issues for someone else to implement.

Installation

UnrarKit is a CocoaPods project, which is the recommended way to install it. If you're not familiar with CocoaPods, you can start with their Getting Started guide.

I've included a sample podfile in the Example directory along with the sample project. Everything should install with the single command:

pod install

Notes

To open in Xcode, use the UnrarKit.xcworkspace file, which includes the other projects.

Credits