Today I released my first version of Zip.framework. The framework aims at providing functionality to work with archives directly in Objective-c. A small example:
1 2 3 |
|
So no need to extract to intermediate files using command line tools or any sign of NSTask anymore. This first version only supports reading, writing to zip files is planned for future versions.
The framework is available as binary or source version. To get the complete Xcode project use
Code is released under the (new)BSD license.
The framework is available as binary or source version. To get the complete Xcode project use
svn checkout http://zip-framework.googlecode.com/svn/tags/version-0.1 zip-framework
.Code is released under the (new)BSD license.
I intend to expand on the reading first, like support for password protected files