ZipArchive v2.2.3 Release Notes

Release Date: 2020-04-29 // almost 4 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ›  Set file flag to UTF-8 when zipping files. (#564)---fixed #461

    ๐Ÿ‘Œ Improvements:

    • โœ‚ Remove executable bit from non-executable files (#563 thanks @friederbluemle)
    • Replacing Minizip 2.8.9 with Minizip 2.9.2.dev (#558, big thanks @nmoinvaz)
    • โšก๏ธ Updating Travis for Xcode 11 (thanks @Coeur)
    • โšก๏ธ Update Podfile (thanks @Coeur)
    • ๐Ÿ‘Œ Improved error message (#532 thanks @philippec-ls)
    • โฌ‡๏ธ Dropping iOS 8, as it's now unsecure (#531 thanks @Coeur)
    • โž• Added -payloadSizeForArchiveAtPath (#530 thanks @philippec-ls)
    • โž• Added missing newline && Renamed local variable (#529 thanks @philippec-ls)
    • ๐Ÿ’… ProvisioningStyle = Automatic; for tests (thanks @Coeur)

    Note:

    • ๐Ÿ— We stop releasing Carthage package from this version on. It is better for developers to build it by themselves.

Previous changes from v2.2.2