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

Zip-file is created in the Documents folder. It is so for quickZipFiles functions. Will be great to add a possibility to create the zip-file in a custom location.

Better to add function return unzipped files paths

Hi @marmelroy, is it possibile to add decompressing kind in the implicit Progress? ```swift progressTracker.setUserInfoObject(Progress.FileOperationKind.decompressingAfterDownloading, forKey: .fileOperationKindKey) ```

This zip file can not been unzip ,The other Zip file is OK. [temp.zip](https://github.com/marmelroy/Zip/files/647722/temp.zip)

I discovered a couple of errors while using the Zip library: (I'm using Xcode 8.0 (8A218a) and the Swift 2.3 version of Zip to compile a MacOS App) **Problem 1:**...

I meet a problem really wired, the Zip module effects the In-App purchase, I don't know why. The problem is like this: 1. At first, everything goes fine, both Zip...

If a folder with subfolders is zipped, all subfolders are added twice. However: empty folder are not added at all.

**Description:** The package does not validate paths coming from zip entries, hence allowing for path traversal **Technical details:** Below is a code snippet from the `unzipFile` function used to extract...

Hello and thank you for this library We are considering using this library but are worried about the fact that the last released version is about 2 years old. Is...