[PD] loading non notarized externals in newer macOS (was: [hidraw] pre Deken release)

2022-10-13 Thread Lucas Cordiviola
How about a tcl-plugin (available from deken) that is reusable instead of a script per lib. Something that you open and choose folder(s) to recursively circumvent the quarantine in all binaries found. One has to provide the sudo password in a pop-up dialog. This plugin can also be part of

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-13 Thread Dan Wilcox
One option is to directly circumvent the app/binary quarantine process. Essentially, you can remove the quarantine flag manually: sudo xattr -r -d com.apple.quarantine path/to/MyApp.app Print the current flags to check with: xattr path/to/MyApp.app I think this should work with dylibs