Skip to content

1.3.2

Compare
Choose a tag to compare
@buh buh released this 11 Oct 21:20
· 9 commits to main since this release

Added requests for retrieving ZIP entries:

let entries: [ZIPEntry] = rootFolder.entries
let data = urlSession.zipEntriesData(entries, from: url)