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

Hi, Im trying use with Xcode 16 and Swift 6, but get this error: `Swift 6 error: Missing required module 'minizip'` Thanks.

Hi, I asked this question last Feb but didn't get any response. https://github.com/marmelroy/Zip/issues/257 I would like now to share my solution to unzipInMemory and it seems to work just fine,...

This lib uses URL which is only available from macOS 10.10. Also it references libarclite which, when building with Xcode 15, is only available when targeting macOS 12. So I...