16e138204badded untracked carthage files. Pretty sure I should exclude the build directory but for now it remains.Robert McGovern2022-04-20 12:39:58 +0100
d861a1abecUsed Xcode's "Convert to Modern Objective-C syntax"Robert McGovern2022-04-18 12:43:58 +0100
566470bb29Updated project file to only build active architecture (just to shut Xcode up)Robert McGovern2022-04-18 12:39:30 +0100
5ce6feae92Switched from linking macOS frameworks to using Clang Modules, dropped the pre-compiled header (although I may put that back)Robert McGovern2022-04-18 12:35:04 +0100
0f341f7a50Updated readme with details of plan, and libraries I want to useRobert McGovern2022-04-18 12:06:11 +0100
9c7124e283Quiet the compiler complaining about RARGetDLLVersion, specficially "function declaration isn't a prototype"Robert McGovern2022-04-18 11:53:30 +0100
072130be6aPrevent Xcode compiler warning that methodImpl was not initialised when taking the default path. It should never go there, and will raise an NSAssert if it does, so this is just shutting the compiler up :)Robert McGovern2022-04-18 11:51:39 +0100
b6b4fdfc92Renamed executable and active scheme. Switched to using unrarkit. Debating uning unzipkit or different options. Fixed a couple of issues where I was updating the UI (hiding window, and showing password dialog) off the main thread 🙈Robert McGovern2022-04-18 05:16:38 +0100
043a11ec6dUpgrade 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.Robert McGovern2021-05-24 16:37:15 +0100
c78276aeebMinor tidy ups. Ran through converters for Modern Objective-C and ARC. Removed couple of depreciated warnings.Robert McGovern2021-05-24 10:24:32 +0100
def0536866Renamed old libunrar.xcodeproj file and updated new version of it to latest build settingsRobert McGovern2020-07-14 23:58:55 +0100
619cdeee73WIP: 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)Robert McGovern2020-07-14 23:40:26 +0100
d4aea239c6Added Growl output on the successful extraction of an archive.Robert McGovern2009-11-17 00:04:22 +0100
dac909cd3aAdded a condition that prevents the Skip/Overwrite dialog appearing if libunrar is trying to extract a folder that already exists (due to the files having been extracted first)Robert McGovern2009-11-16 19:37:46 +0100
e9ad5c518cBah did last commit wrong. Only added the password view.Robert McGovern2009-11-15 18:50:12 +0100
9452ac9c87Added support for archives that require passwords.Robert McGovern2009-11-15 18:06:59 +0100
6de31455d3Added support to use the Escape key for the Skip button on the Overwrite dialogRobert McGovern2009-11-15 15:54:55 +0100
b208b2e332Report to the user when part of the archive set is missing. Needs to be enhanced so that if file to be extracted was already there that it is left intact.Robert McGovern2009-11-15 15:43:54 +0100
d828736bc8Code will now extract the RAR file to a subfolder of the name of the rar file (without the .rar extension). If that a file already exists the user will be asked if they wish to Skip the file or Overwrite it via an Alert dialog.Robert McGovern2009-11-15 13:54:07 +0100
d41600f137Renamed some variables to be Cocoa like. Also added in the callback methods to examine their output.Robert McGovern2009-11-15 00:18:58 +0100
b3188496c3Updated project to properly link & use the custom built libunrar library.Robert McGovern2009-11-14 23:12:16 +0100
f4630a44beSetup libunrars build properly and now link against the .so & copy it into the Resources folder.Robert McGovern2009-11-14 18:44:36 +0100
9929851140Adding initial files which contains the unrar.3.9.6 sources and a patch for the Makefile
Robert McGovern
2009-11-10 16:48:42 +0100