Objective-Zip icon indicating copy to clipboard operation
Objective-Zip copied to clipboard

An object-oriented friendly wrapper library for ZLib and MiniZip, in Objective-C for iOS and OS X

Results 38 Objective-Zip issues
Sort by recently updated
recently updated
newest added

In Xcode 6.1.1 _Product > Analyse_ shows lots of implicit conversion warnings in `ZipFile.m`. Those could be easily fixed with explicit casting. ![screen shot 2015-02-16 at 10 24 05 am](https://cloud.githubusercontent.com/assets/1362354/6210356/dca0779e-b5c6-11e4-8d80-4f77b6820d03.png)...

Is it really not possible to just extract the contents of the zip to a path?

-(BOOL) UnzipFileTo:(NSString*) path overWrite:(BOOL) overwrite calls unzCloseCurrentFile for each file But, the file itself never fclosed! Only unzClose(..) actually calls fclose. I ran out of file descriptors when opening many...

Hi, I'm using ObjectiveZip since a while under iOS 6.1 and iOS 7.0 on simulator and device. But I experienced something weird since iOS 7.1. I'm zipping a file with...

I installed latest version through CocoaPods and compiler shows errors: `Unknown type name 'unz_global_info64'; did you mean 'unz_global_info'?`

Hi, I am using the following method to zip a text file: ZipFile *zipFile= [[ZipFile alloc] initWithFileName:zip_file_name mode:ZipFileModeCreate]; NSDictionary *attributes = [[NSFileManager defaultManager]attributesOfItemAtPath:txt_file_name error:&error]; NSDate *Date = [attributes objectForKey:NSFileCreationDate]; NSData...

In my ZIP I have a folder named `[0033494]_` The folder itself won't show up as a `FileInZipInfo`, all files in that folder have `nil` as their filename.

Is there an option for turning off zip64?