Zip icon indicating copy to clipboard operation
Zip copied to clipboard

Swift framework for zipping and unzipping files.

Results 110 Zip issues
Sort by recently updated
recently updated
newest added

![suc_block_question](https://user-images.githubusercontent.com/12780326/44703542-9d103180-aaca-11e8-8baf-935fa660b222.png) Hello! I have a question to ask. When I zip a file directory, the success progress of the callback Will be executed 2 times. In this case, Our processing...

Hi! Thank you for this cool project. I am using it in one of mine, a simple library called [EPUBKit](https://github.com/witekbobrowski/EPUBKit/). I would really like to be able to provide a...

The Analyzer in Xcode shows a lot of issues which might cause race conditions. These should be fixed for stability.

bug
enhancement

This feature allows to add files to existing archives using .addinZip status

Add support for Swift Package Manager (SPM)

# Process Cancellation ## The Problem Currently, there is no way to cleanly exit out of long running processes such as zipping and unzipping files. There are many reasons for...

I have the following file (which is a _.doc_ zipped file): https://drive.google.com/file/d/0B77zupnViflLTmZBdTliRjI1a00/view I am unable to unzip it and can't find what is the reason. Note that on the macOS,...

I tried to install Zip today and cocoapods is throwing me an error ![screen shot 2018-05-14 at 9 07 56 am](https://user-images.githubusercontent.com/7910468/39973821-9199d332-5756-11e8-8b50-bff68456cf5a.png)

Hi, is it correct that neither Zip nor Minizip supports zipping/unzipping byte data instead of files? Thanks!

https://github.com/marmelroy/Zip/blob/16897d3277545fad0136ad22ce3a43f9683561b0/Zip/Zip.swift#L174 The above function's parameter `attributes` took `[String : Any]?` in Swift 3, and now takes `[FileAttributeKey : Any]?` in Swift 4. Specifying language version as Swift 4 for the...