FigBug / Gin

A few extras for juce
BSD 3-Clause "New" or "Revised" License
262 stars 40 forks source link

Update filesystemwatcher deprecated MacOS API #46

Closed stfufane closed 9 months ago

stfufane commented 9 months ago

Hi,

I made these light changes based on what was recommended by Apple. I'm by no means an Objective-C developer but it builds without warnings, it runs fine and shuts down gracefully, I can let you review and test it, I just have no idea about the retro-compatibility.

Cheers !

FigBug commented 9 months ago

Looks like this supports 10.6+ and newer, so no issues merging

FigBug commented 8 months ago

I think this is actually a subtle breaking change since the callbacks are no longer done on the GUI thread. I'm going to change it so that the behaviour is the same as before.