Light-Untar-for-iOS icon indicating copy to clipboard operation
Light-Untar-for-iOS copied to clipboard

Very light and pragmatic untar utility for iOS

Results 12 Light-Untar-for-iOS issues
Sort by recently updated
recently updated
newest added

Added intermediate folders creation before file creation because sometime it gets a type file with name "path/effective_filename" as filename, so no file into a inner folder will be extracted correctly

I have a a tar that has many nested directories and it seems the un-taring stops after 3 levels. Wasn't able to identify why in the quick glimpse at the...

I would like to change the term "2-clause BSD license" from "Previous BSD license" with "LICENSE.md" same as "NSFileManager+Tar.h".

Hello! How can I use this module with --ignore-zeros functionality? Normally, tar stops reading when it encounters a block of zeros between file entries (which usually indicates the end of...

Any files listed here: https://code.google.com/p/tesseract-ocr/downloads/list For example, this file: https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.deu.tar.gz It is a tar.gz, I have no problem using another library to extract it to become just tar, however when...

- Method `writeToFile:atomically` used in `writeFileDataForObject:` is deprecated. - Fixed memory issue with `error` and `@autoreleasepool`. Mentioned here https://github.com/mhausherr/Light-Untar-for-iOS/issues/10 - According to GNU tar specification '\0' is also a file....

If the file passed to the library to decompress is under 157 bytes (`TAR_TYPE_POSITION` + 1) then the `typeForObject:atOffset:` (NSFileManager+Tar.m line 189) will crash. Expected behavior is for the API...

The historical limit of a file in a tar archive is 8GB. Light Untar for iOS is limited to files no greater than this. Light Untar also limits NSData representations...