How can I create a Zip archive file in Objective-C?
I have attempted to find a way to create a zip archive (or GZip archive) in Objective-C, but my knowledge of the language is still lacking. I see a way to compress an existing data structure in this question, but it does not seem to answer the question of how to make an archive. To be explicitly clear: by archive I mean the equivalent...