ZipUtilities
ZipUtilities copied to clipboard
Zip Archiving, Unarchiving and Utilities in Objective-C or Swift
Hi Nolan, Thank you provide this framework for everyone. I have used this framework for compressing files in an iOS App project. I had checked this framework with the WhileSocrce...
Can you please add SPM support? I have tried, but w/o completely change directory layout and removing some directories didn't succeed Thanks
The current output of compress is something ``` input size: 186 KB output size: 34 KB compression ratio: 5.389352 ``` Having an option to have the input and output sizes...
It would be helpful if the output of `noz` had an option for csv in compress mode Maybe an option like and it would default to stdout ```--output csv|stdout|none``` With...
Is this possible? We can do something like this with the current lib, but you have to save the NSData first as a file, which can be slow.
An error returns when I tries to install via brew: $ brew tap NSProgrammer/macos $ brew install noz Error: noz: wrong number of arguments (given 1, expected 0)
Hi, the online documentation link is broken