Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
lvsti committed Nov 24, 2015
1 parent 9f211e7 commit e69f976
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,23 @@ Xcode 6, OSX 10.9, iOS 8.4

If you just want to toy with it, take a look at the `SVZTest`/`SVZTestiOS` apps (separate targets).

### Big Fat Warning

At the moment, the wrapper is in very early stage of development but you can already read and create 7z archives from code without having to getting your feet wet with the underlying MFC/COM+/OLE/godknowswhat implementation. (I accept donations for funding my therapy to get over the shock of dealing with that code. With all due respect.)

Be warned that the code is experimental, has no tests, and is provided as-is. Be prepared for unwanted/undefined behavior, data losses, nazgul attacks etc.

### What it can already do
### Features

- listing the archive contents
- creating new archives with files/directories inside
- extracting all/some files from archives to file/memory
- adding/removing files to/from existing archives

Coming soon: password handling, tests, automated builds, documentation, free candy/beer.

### What it can't do (yet)
### Big Fat Warning

- removing files from archives
- updating existing archives
At the moment, the project is still in an early stage of development but you can already do all the basic stuff (see below) with 7z archives from code without having to get your hands dirty with the underlying MFC/COM+/OLE/godknowswhat implementation.

Also coming soon: tests, automated builds, documentation, free candy/beer.
Be warned that the code is experimental, has no tests, and is provided as-is. Be prepared for unwanted/undefined behavior, data losses, nazgul attacks etc.

### Credits

- the p7zip developers for doing the lion's share of the porting
- the guy behind [p7zip](http://sourceforge.net/projects/p7zip/), for doing the lion's share of porting
- Oleh Kulykov's [LzmaSDK-ObjC](https://github.com/OlehKulykov/LzmaSDK-ObjC) for some inspiration about implementing custom streams
- pixelglow's [ZipZap](https://github.com/pixelglow/ZipZap) for their API I shamelessly copied

0 comments on commit e69f976

Please sign in to comment.