https://github.com/username0x0a/objective-zip
Merged Objective-Zip library from different sources to keep it up-to-date.
https://github.com/username0x0a/objective-zip
c example minizip objective-c swift zip
Last synced: 11 months ago
JSON representation
Merged Objective-Zip library from different sources to keep it up-to-date.
- Host: GitHub
- URL: https://github.com/username0x0a/objective-zip
- Owner: username0x0a
- Created: 2015-02-17T09:38:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T12:50:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T07:33:31.352Z (about 1 year ago)
- Topics: c, example, minizip, objective-c, swift, zip
- Language: C
- Homepage:
- Size: 487 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a copy of [objective-zip library](http://code.google.com/p/objective-zip/) developed by [Flying Dolphin Studio](http://www.flyingdolphinstudio.com).
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
* Objective-Zip: [New BSD License](http://www.opensource.org/licenses/bsd-license.php)
* MiniZip: [See MiniZip website](http://www.winimage.com/zLibDll/minizip.html)