'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread Chris Belanger via 4D_Tech
I stupidly installed macOS Catalina this week. Now it is ‘protecting me’ from malware with no obvious option of how to override its silly conclusions. I particular, I get “Zip.bundle” will damage your computer. You should move it to the Trash. Only option is to Move to Trash. This is the late

Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina ― how to keep it enabled

2019-10-11 Thread Chip Scheide via 4D_Tech
Not using it - look into turning off gatekeeper you will need to use the command line to do this. Google is your friend for this. Chip On Fri, 11 Oct 2019 12:31:34 -0600, Chris Belanger via 4D_Tech wrote: > I stupidly installed macOS Catalina this week. Now it is ‘protecting > me’ from malware w

Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread ADeeg via 4D_Tech
4D Tech mailing list wrote > I stupidly installed macOS Catalina this week. Now it is ‘protecting me’ > from malware with no obvious option of how to override its silly > conclusions. > > I particular, I get “Zip.bundle” will damage your computer. You should > move it to the Trash. > > Only opti

Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread Keisuke Miyako via 4D_Tech
I don't have Catalina with me right now but I found that > spctl --assess --type exec - /Zip.bundle returns > rejected (the code is valid but does not seem to be an app) following hints from https://forums.developer.apple.com/thread/77430 I changed the bundle type from to APPL (defaul

Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread Keisuke Miyako via 4D_Tech
for reference, changing to BNDL resulted in the same error. > 2019/10/12 8:38、Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com>のメール: > I changed the bundle type from to APPL ** 4D Internet Users Group (4D iNUG) Archive: http

Re: 'Zip.bundle will damage your computer...' Error message in macOS Catalina — how to keep it enabled

2019-10-11 Thread Keisuke Miyako via 4D_Tech
plugin must be 4DCB bundle type for it to be loaded. I am not sure if a bundle (which is not an app) needs to pass the spctl --assess --type exec - test. as long as codesign --verify --deep --strict --verbose=2 passes, I think rejected (the code is valid but does not seem to be an app)