• Stars
    star
    118
  • Rank 293,294 (Top 6 %)
  • Language
    C
  • Created about 13 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Based on objective-zip library by Flying Dolphin Studio. I removed ZLib source code and added dependency on the shared libz.dylib library available in iOS and Mac OS X.

This is a copy of objective-zip library developed by Flying Dolphin Studio.

The following changes were made:

  • Test application was moved into its own folder. Simply add MiniZip and Objective-Zip folders to your project.
  • ZLib source code was removed and replaced with the shared libz.dylib library available on both Mac OS X and iOS.
  • Weak encryption code in MiniZip library was explicitly disabled by removing crypt.h and defining NOCRYPT and NOUNCRYPT.
  • Compiler warnings reported by LLVM 2.0 compiler (Xcode 4) were fixed.

Code license