-
Notifications
You must be signed in to change notification settings - Fork 57
Unrar library ported to iOS (deprecated, consider use https://github.com/abbeycode/UnrarKit)
ararog/Unrar4iOS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The main goal of this project is provide a port of Unrar library to iOS platform. Currently we have two projects: * Unrar4iOS This project makes easy to build the unrar library as iOS static library. * UnrarExample This project give to us an example about how to use unrar in a iOS application. Feel free to contribute with enhancements. Installation: Please open Unrar4iOS on XCode and build it, the framework package will be generated on build folder of project, copy it to a folder of your project and add as existing framework to your project. Notes: Since this Unrar4iOS is cpp based library you will need to change the extension of classes that uses Unrar4iOS to .mm it will allow us to include libstdc++ on linking stage, otherwise you will need to add libstdc++ as linker flags in you application. Credits: Vicent Scott ([email protected])
About
Unrar library ported to iOS (deprecated, consider use https://github.com/abbeycode/UnrarKit)
Resources
Stars
Watchers
Forks
Packages 0
No packages published