An open API service indexing awesome lists of open source software.

https://github.com/timonus/tjzipcompress

Zero-dependency Objective-C zip compressor
https://github.com/timonus/tjzipcompress

compress ios objective-c zip

Last synced: 9 months ago
JSON representation

Zero-dependency Objective-C zip compressor

Awesome Lists containing this project

README

          

# TJZipCompress

This projects implements a simple zip compression interface in Objective-C using Foundation's built-in zip support (discovered [here](https://twitter.com/steipete/status/1331670439471554560)).

## Usage

To create a zip of a file or folder

```objc
TJZipCompress(/*file URL to zip*/, /*destination URL of zipped file*/);
```

Easy peasy.