UnrarKit icon indicating copy to clipboard operation
UnrarKit copied to clipboard

Easily read RAR archives on Mac and iOS

Results 17 UnrarKit issues
Sort by recently updated
recently updated
newest added

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...

duplicate

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.

enhancement
help wanted

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,...

enhancement

It will be very helpful feature!

enhancement

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

question