QuarantineAutomatorAction icon indicating copy to clipboard operation
QuarantineAutomatorAction copied to clipboard

Update for macOS 10.14 Mojave?

Open PencilNotPen opened this issue 6 years ago • 4 comments

Hi, the action no longer works in Mojave, and I'm unsure why. Is there any chance of a fix for this, as it's super-useful!

Thanks

PencilNotPen avatar Oct 09 '18 09:10 PencilNotPen

It seems to be something to do with new SIP/codesigning protections in Mojave. Is the signing on the action expired? Or is it missing some newer requirement?

PencilNotPen avatar Oct 16 '18 11:10 PencilNotPen

Idk about a fix for this action but I wrote this script and it works for me on Mojave to separate AirDropped files. I'm sure you can probably repurpose it for your own use. https://gist.github.com/menushka/cb3ed28b73fc030b5b21e0316d059928

menushka avatar Dec 30 '18 22:12 menushka

Thanks! The script works really well, however, it overwrites files with the same name, which can be a problem. iPhone camera roll photos always name in the same way, which means that transferring photos over via AirDrop can overwrite them. Is it possible to check for duplicate filenames, and add a timestamp to them to differentiate?

PencilNotPen avatar Jan 09 '19 09:01 PencilNotPen

You can use Automator to do this...

Where "walkie talkie" is listed, you want to put the device name sending to your Mac, if it's multiple devices, just add another line with its name. screen shot 2019-01-20 at 9 11 27 pm

barfburglar avatar Jan 21 '19 05:01 barfburglar