andalman

Results 7 issues of andalman

The designated initializer for SSZipArchive can now take a `useZip64` parameter to determine whether all the files in the archive should be written with the zip64 format. The old initializer...

Locates the "entity" with `name` in the zip file at `path` and unzips it, returning it as data. The entity must be a file – directories and symlinks are ignored....

feature

### Steps to reproduce 1. Create a simple executable shell script 2. Zip it up using SSZipArchive 3. Unzip the archive by double-clicking it in the Finder ### Expected behavior...

When I create a docx, I’d like for any images to fit on a single page. I realize I can resize the image on my end, but that isn’t ideal...

enhancement

The switch from host Darwin to Unix (https://github.com/ZipArchive/ZipArchive/issues/689) causes the command line unzip utilty to create unreadable files when it encounters a file with an `external_fa` of 0. Now, writeData...

To repro, simply use either of the writeData methods to add data to a zip archive. Then, once the archive is closed, use the command line utility unzip to unarchive...

Here's the motivation for this bug: Creating a valid EPUB file requires adding an uncompressed file named "mimetype" to the very beginning of the zip archive. To do that, we...