Cœur
Cœur
Are you using the latest version of ZipArchive? (version 2.0.7 in September 2017) Can you fork our project and modify either the [ObjC example](https://github.com/ZipArchive/ZipArchive/tree/master/ObjectiveCExample) or the [Swift example](https://github.com/ZipArchive/ZipArchive/tree/master/SwiftExample) to demonstrate...
I see. We could zip directories too with that method, but it would be also nicer to rename it in that case.
Your workaround is a valid approach. Another possibility for now would be to detect which entries are directories and then mix some: * `- (BOOL)writeFolderAtPath:(NSString *)path withFolderName:(NSString *)folderName withPassword:(nullable NSString...
This does not offer enough informations to identify the issue you're encountering. Could you share some of those: - the crash logs - the zip file with the crash -...
I prefer pull requests of the current Readme file. That would be very nice. Wiki, in my opinion, is only to be used for describing old versions of the lib,...
@rlugge still up to help us with the documentation? :)
@DamonChen117 This is caused by @palmin pull request #443 that is applying specs. Could you give us a sample zip file with the issue? Also, please specify which tool was...
Thanks, if it's our own tool that is causing the issue, it's a big problem. But please allow one day for me to investigate: I'm currently busy in office.
It's still on my TODO list. Sadly, I'm busy until iOS 12 release, so it will happen after it.
@ltblueberry0 : rlugge was asking about `unzipping` and you're asking about `zipping`, which makes two distinct questions. By I admit that their delegate handling is currently not supported the same...