How to install
Could you add it to brew for example ?
@Yeti-or Incase you are still looking, I was able to build dragterm using:
brew install cocoapods
g++ DTDraggingSourceView.m main.m -framework Cocoa -o drag
reference: https://github.com/ciaran/drag#building
In case someone don't want to install deps and build themselves, this is prebuild on mac m1:
Building it from the command line works, but it doesn't embed the Info.plist so the --version command won't work correctly. Cocoapods is also unnecessary.
I will have a downloadable version up on the tags page soon, though. Sorry it's so (years) late!
@Wevah Do we have this packsge in brew now?