Instead of using:
to disable quarantine for downloads in general one could:
to just remove the quarantine for specific files or with
one cloud disable the quarantine for all the vapoursynth plugins.
with
one cloud disable the quarantine for all the files in the Hybrid.app and with
the same could be done for D2VWitch.
Cu Selur
sudo defaults write com.apple.LaunchServices LSQuarantine -bool NO
xattr -d com.apple.quarantine /path/to/file
xattr -d com.apple.quarantine /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/*
with
xattr -r -d com.apple.quarantine /Applications/Hybrid.app/
xattr -r -d com.apple.quarantine /Applications/D2VWitch.app/
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.