Zip
Zip copied to clipboard
Swift framework for zipping and unzipping files.
HI team, can I use this library to zip a video file with .mov/.mp4 format ?
Hi, I am finding the error "could not find module 'Zip' for architecture 'armv7'; found: arm64" when I added zip framework and compiled my code. Can someone help me with...
Any plans to support Swift Package Manager?
执行打包命令报错:pod package ELock.podspec --force --no-mangle --spec-sources=http://192.168.1.126:8188/bitinfo_tech_ios/BitInfoTechSpec.git,https://github.com/CocoaPods/Specs.git。 错误信息: [!] Unable to determine Swift version for the following pods: - `Zip` does not specify a Swift version and none of the targets...
Steps to reproduce - Create a file named "test.txt" - Zip the file and name it "Zip A.zip" - Create another file name "Test.txt" - Zip the file and name...
[base_fbx.zip](https://github.com/marmelroy/Zip/files/1663398/base_fbx.zip) unzOpen64 -> unzGoToFirstFile -> unzOpenCurrentFile -> error This file can be unarchived with 7z or unzip but Mac Archive Utility can't do it neither can Zip. Is it minizip...
Hello ! I'm using Zip to simply extract a zip file downloaded, and I receive from crashlytics some issue report about a crash that occurred in the Zip.swift file, at...
**Original code zip.Swift** line 283 ``` var length: Int = 0 while (feof(input) == 0) { length = fread(buffer, 1, chunkSize, input) zipWriteInFileInZip(zip, buffer, UInt32(length)) } // Update progress handler...
I used Zip in iOSApp and took out the zip in the sandbox. After entering the password, I couldn't unlock it. Why?
Renaming minizip's zip.h and zip.c (and some constants for consistentcy) fixes this issue.