- 26 Nov, 2018 1 commit
-
-
Antoine van der Lee authored
Xcode10, Swift 4.2 compatibility
-
- 25 Sep, 2018 1 commit
-
-
Aleksandar Vacic authored
-
- 18 Sep, 2018 3 commits
-
-
Aleksandar Vacic authored
-
Aleksandar Vacic authored
-
Aleksandar Vacic authored
-
- 29 Jul, 2018 2 commits
-
-
Roy Marmelstein authored
Whitespaces handling for fileOutputHandler.
-
Roy Marmelstein authored
Functionality to zip data from memory
-
- 27 Jul, 2018 1 commit
-
-
Ryan Measel authored
The purpose of this change is to add functionality for zipping files from memory rather than files. This removes the necessity to write a generated file to disk before being able to archive, thus saving lots of disk i/o. The struct `ArchiveFile` represents the same data that is loaded from a file. The new method `zipData` allows an array of `ArchiveFiles` to be passed rather than file URLs and are zipped accordingly. Other functionality remains identical.
-
- 23 Jul, 2018 1 commit
-
-
Matus Littva authored
-
- 15 Jun, 2018 5 commits
-
-
Antoine van der Lee authored
Update Zip.podspec with Swift version
-
Antoine van der Lee authored
Update swift version to 4.1 for Xcode 9.3.
-
Antoine van der Lee authored
Aligned Minizip module name with the official repository
-
Antoine van der Lee authored
Fixed issue with address sanitizer
-
Antoine van der Lee authored
Documents directory doesn't exist for tvOS device
-
- 19 May, 2018 1 commit
-
-
Daniel Leivers authored
-
- 17 Apr, 2018 1 commit
-
-
Chris Guidry authored
After upgrading to Xcode 9.3, I get the following error: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/chris/Library/Developer/CoreSimulator/Devices/.../data/Containers/Bundle/Application/.../RE-vibe.app/Frameworks/Zip.framework/Zip Reason: image not found I have tried several different approaches, but none have fixed the issue. I suspect the the swift version for this package needs to be upgraded to match Xcode 9.3's version.
-
- 21 Feb, 2018 1 commit
-
-
José Manuel authored
-
- 26 Jan, 2018 1 commit
-
-
Kristaps Grinbergs authored
Documents directory doesn't exist for tvOS device.
-
- 20 Jan, 2018 1 commit
-
-
Simon Seyer authored
-
- 27 Nov, 2017 4 commits
-
-
Roy Marmelstein authored
-
Roy Marmelstein authored
String warnings
-
Roy Marmelstein authored
Added includeRootDirectory logic.
-
Roy Marmelstein authored
Fix Swift 4 string compiler deprecation warning.
-
- 25 Nov, 2017 2 commits
-
-
peterboni authored
Enables zipping of directory contents, i.e. not including root directory in zip. Equivalent to user cd'ing into directory and zipping. Functionality left as default, but logic is now there to enable above by either toggling boolean, or modifying other functions to enable toggling per call. Also, expandDirectoryFilePath function comment changed. It's not a recursive function :)
-
peterboni authored
-
- 18 Nov, 2017 1 commit
-
-
Aleksandar Vacic authored
-
- 21 Sep, 2017 1 commit
-
-
Roy Marmelstein authored
-
- 20 Sep, 2017 6 commits
-
-
Roy Marmelstein authored
-
Roy Marmelstein authored
-
Roy Marmelstein authored
-
Roy Marmelstein authored
Add fwrite() and uncompressed_size validation
-
Roy Marmelstein authored
support swift 4.0
-
Roy Marmelstein authored
-
- 15 Sep, 2017 2 commits
- 23 Jul, 2017 1 commit
-
-
Roy Marmelstein authored
unzip file handler support
-
- 14 Jul, 2017 1 commit
-
-
Shinichiro Oba authored
-
- 14 Jun, 2017 2 commits
-
-
-
patrick piemonte authored
-
- 15 Mar, 2017 1 commit
-
-
Roy Marmelstein authored
-