PLzmaSDK
PLzmaSDK copied to clipboard
PLzmaSDK is (Portable, Patched, Package, cross-P-latform) Lzma SDK.
Apple now requires all libraries that access certain APIs to provide a Privacy Manifest file. This commit fixes #27 See more at: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
Hi, Is there a plan to include the PrivacyInfo.xcprivacy manifest as required by Apple? Reference to Apple docs: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files Thanks, Karthik
Hi 👋 Thanks for such a GREAT library 🎉 Wanted to ask about [Zstandard](https://github.com/facebook/zstd/) support. I see that [p7zip](https://github.com/p7zip-project/p7zip) supports Zstandard. I tried to extract a file with PLzmaSDK from...
Hi! File's creation and modified dates are wring and set to decompressed date so each decompressing iteration gives the different creation and modified date. How to get original creation and...
I use LzmaSDK Extracting 7z files takes 5 seconds, while using PLzmaSDK takes 31 seconds!
There is a problem with the progress of the 7z decompression. The progress only shows 0%, 50%,100% during the decompression process
.xz files are created using this library, method is .LZMA2 The following error message is given: Code: internal What: Can't open in archive. Reason: File: plzma_open_callback.cpp Line: 81 Version: libplzma...
The package product 'PLzmaSDK' cannot be used as a dependency of this target because it uses unsafe build flags.
I am using this package with appkit swift
Hi, thanks to the author for writing such a perfect library. Have a little doubt Can files be compressed into encrypted files of.tar type? Currently, encrypting and compressing into files...