rsyncOSX / RsyncOSX

A macOS GUI for rsync.

Home Page:https://rsyncosx.github.io/RsyncOSX/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Mojave compatibility

vga-256 opened this issue · comments

I'm not sure if this is possible, but would it be possible to get a version compiled with compatibility for 10.14.x? I tried opening the Xcode project to do this myself, but even the Xcode project is Catalina-only.

Thanks!

Hi.. Previous versions of RsyncOSX did support Mojave, but after a change in code (see this issue) I had to abandon support for Mojave.. The discussion in the issue is long and it did take me some time to actually find what caused the issue.. Even if you managed to fix the Xcode project it will not work on Mojave..

RsyncOSX executes like rsync commands by this class. The initializer to the class takes two parameters for @escaping () -> Void .. One of the parameters is a function to execute when the rsync process terminates.. This is required for RsyncOSX to work.. And this does not work on Mojave... I dont know why.. Previous versions of RsyncOSX used a other way of doing this, going back was to much work..

I am sorry there is no way of getting this version of RsyncOSX supporting Mojave...

I'm not sure if this is possible, but would it be possible to get a version compiled with compatibility for 10.14.x? I tried opening the Xcode project to do this myself, but even the Xcode project is Catalina-only.

Thanks!

If you change Deployment target to 10.14 you will be able to compile and run the project.. But you will experience the issues in my first answer..
Skjermbilde 2020-11-21 kl  07 15 57