UnrarKit
UnrarKit copied to clipboard
Easily read RAR archives on Mac and iOS
I tried to create XCFramework that support Mac Catalyst. But I can not. The XCFramework work fine on macOS and iOS, but not on Mac Catalyst. I tried by apple...
Removed Resources Target from project I don't see reason why we have to have an extra project only for 1 localisation file.
Fixes Building Example project. Added missing short version string key to info.plist. Also wanted to ask It is referencing a _large-archive.rar_ that is not present in the repo. I can...
Building for iOS, but the linked and embedded framework 'UnrarKit.framework' Xcode 13.4.1
Within the while loop in performOnDataInArchive, a buffer is allocated with malloc and used for an NSData object: `NSData *data = [NSData dataWithBytesNoCopy:buffer length:(NSUInteger)info.uncompressedSize freeWhenDone:YES];` The intention is that the...
I got a rar file from our customer,UnrarKit showes "Archive has a corrupt header". I add "archive.ignoreCRCMismatches = YES;" and error is gone,but no files being unrared. WinRar for windows...
Thanks for very useful library. I believe it will be more better if project supports for Swift package manager.
Thanks for providing such a good project! Everything about RAR just works fine as it means too, my first iOS app will get a lot of enhancements from your works,...
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