Go to file
Robert McGovern 0cffe85ce5 Update to use new method of passing password
With later versions of libunrar the method used to supply the password to an archive through the callback changed. Previously you called RARSetPassword, however that does not work with header passwords, so they came up with a different approach. The library passes the address of a wchar character buffer and its size as parameterOne and parameterTwo, and you need to copy the password string into that buffer.
2021-05-26 13:49:40 +01:00
Frameworks Added UnrarKit 2021-05-25 13:09:07 +01:00
QuietUnrar.xcodeproj Added UnrarKit 2021-05-25 13:09:07 +01:00
docs Adding initial files which contains the unrar.3.9.6 sources and a patch for the Makefile 2009-11-10 16:48:42 +01:00
en.lproj WIP: Updated project to build for Apple Silicon, and updated included version of libunrar. haven't looked into how to compile the lib to include both platforms. (Commented out Growl for the moment as Framework doesn\t have aarm symbols yet) 2020-07-14 23:40:26 +01:00
libunrar Removed deleted file 2021-05-24 16:38:28 +01:00
.gitignore Added gitignore 2021-05-25 13:05:32 +01:00
Growl Registration Ticket.growlRegDict Added Growl output on the successful extraction of an archive. 2009-11-17 00:04:22 +01:00
PasswordView.xib Upgrade to libunrar 6.06, tweaked the PasswordView xib to have hint text, and clear the field if dialog reappears. Password unraring not working, not sure why. Cstring passed in is perfectly valid. 2021-05-24 16:37:15 +01:00
QuietUnrar-Info.plist WIP: Updated project to build for Apple Silicon, and updated included version of libunrar. haven't looked into how to compile the lib to include both platforms. (Commented out Growl for the moment as Framework doesn\t have aarm symbols yet) 2020-07-14 23:40:26 +01:00
QuietUnrarAppDelegate.h Minor tidy ups. Ran through converters for Modern Objective-C and ARC. Removed couple of depreciated warnings. 2021-05-24 10:24:32 +01:00
QuietUnrarAppDelegate.m Update to use new method of passing password 2021-05-26 13:49:40 +01:00
QuietUnrar_Prefix.pch Adding initial files which contains the unrar.3.9.6 sources and a patch for the Makefile 2009-11-10 16:48:42 +01:00
main.m Adding initial files which contains the unrar.3.9.6 sources and a patch for the Makefile 2009-11-10 16:48:42 +01:00