1. 26 Nov, 2018 1 commit
  2. 25 Sep, 2018 1 commit
  3. 18 Sep, 2018 3 commits
  4. 29 Jul, 2018 2 commits
  5. 27 Jul, 2018 1 commit
    • Ryan Measel's avatar
      Functionality to zip files from memory · 5afb94de
      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.
      5afb94de
  6. 23 Jul, 2018 1 commit
  7. 15 Jun, 2018 5 commits
  8. 19 May, 2018 1 commit
  9. 17 Apr, 2018 1 commit
    • Chris Guidry's avatar
      Update swift version to 4.1 for Xcode 9.3. · 1a310d03
      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.
      1a310d03
  10. 21 Feb, 2018 1 commit
  11. 26 Jan, 2018 1 commit
  12. 20 Jan, 2018 1 commit
  13. 27 Nov, 2017 4 commits
  14. 25 Nov, 2017 2 commits
    • peterboni's avatar
      Added includeRootDirectory logic. · 8e282b60
      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 :)
      8e282b60
    • peterboni's avatar
      624a1499
  15. 18 Nov, 2017 1 commit
  16. 21 Sep, 2017 1 commit
  17. 20 Sep, 2017 6 commits
  18. 15 Sep, 2017 2 commits
  19. 23 Jul, 2017 1 commit
  20. 14 Jul, 2017 1 commit
  21. 14 Jun, 2017 2 commits
  22. 15 Mar, 2017 1 commit