Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New parameter for SSZipArchive: useZip64 #640

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andalman
Copy link

@andalman andalman commented Apr 6, 2022

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 (-initWithPath:) remains, and creates an archive that uses zip64 (as before).

Addresses:
#619

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 (-initWithPath:) remains, and creates an archive that uses zip64 (as before).

Addresses:
ZipArchive#619
@EddieAguirre
Copy link

Thanks for the potential fix. Are any maintainers around to approve the change to get it into a new version? Thanks

@jhudsonWA
Copy link
Member

Sorry for the delay. I'll give it a review.

@lxpiosdeveloper
Copy link

Sorry for the delay. I'll give it a review.

Can you incorporate this change and release a new version? Thanks.

@Coeur Coeur changed the base branch from master to main July 22, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants