-
Notifications
You must be signed in to change notification settings - Fork 57
/
README
28 lines (13 loc) · 864 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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])