Zip icon indicating copy to clipboard operation
Zip copied to clipboard

Swift framework for zipping and unzipping files.

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

Refactor the code ,remove unreleased code out of zip class

When unzipping a file to a directory `toDir` using this call: try Zip.unzipFile(zippedFileUrl, destination: toDirUrl, overwrite: true, password: nil, progress: nil) { (url) in ... } the closure gets called...

Add the ability to create a zip file with a file filter

Hey! How can I unzip files in the CBR, CBZ, CB7, CBT format, this is a comic format, when I try to do it it gives an error, I also...

Hi, there seems to be a complication error on line 379 in Zip.swift ``` Value of optional type 'UnsafeMutableRawPointer?' must be unwrapped to a value of type 'UnsafeMutableRawPointer' ```

I am noticing some erratic behavior with the method `public class func zipFiles(paths: [URL], zipFilePath: URL, password: String?, compression: ZipCompression = .DefaultCompression, progress: ((_ progress: Double) -> ())?) throws` My...

UNZip file hang the UI and do nothing, the file is downloaded using alamofire and exists, but the Unzip hange of the line open(file path,"wb") Please advice

We wanted to incorporate [Zip](https://github.com/marmelroy/Zip) framework within our open-source [QuantiLogger](https://github.com/Qase/QuantiLogger) framework and struggled with `Missing required module ‘minizip’` problem. We have spent couple days trying to solve the problem without...

to do zip use password , it's can unzip for Zip framework, but not to do unzip by Other zip tools. tip password not correct. Mac 10.15.6 , swift 5.0...

Great zip library but the file extension validation is making it difficult to use for me. I download a file with NSURLSession and it doesn't have the .zip extension (but...