Releases: tomasf/Zip
Releases · tomasf/Zip
Release list
Zip 2.1.2
2.1.1
Hide Miniz from public interface for library evolution support
- Add
@_implementationOnlyto all Miniz imports to prevent the C module from appearing in the public Swift interface - Enables use with
BUILD_LIBRARY_FOR_DISTRIBUTIONfor XCFramework builds
2.1
2.0.1
2.0
Version 2 is a rewrite with improvements and bug fixes. You no longer have to choose between opening an archive file for reading or writing. Errors from Miniz are surfaced as Swift Errors. There are some basic tests. File handling works properly on Windows.