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)

is OK.

> 2019/10/12 8:45、Keisuke Miyako via 4D_Tech <4d_tech@lists.4d.com>のメール:
>
> for reference,
> changing to BNDL resulted in the same error.




**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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
(default=4DCB)

I also disabled automatic codesign in Xcode,
and specified my Developer Application identity
(default=Mac Developer)

does that solve the issue?

https://github.com/miyako/4d-plugin-zip/releases/tag/3.5

> 2019/10/12 6:15、ADeeg via 4D_Tech <4d_tech@lists.4d.com>のメール:
>
> Try to sign the bundle before




**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

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 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 latest version from Miyako
> 
> Is  there a way to persuade macOS Catalina to stop this behaviour?
> 
> Any help is appreciated
> 
> Thanks,
> Chris
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
We have done so much, with so little, for so long;
We are now qualified to anything with nothing 
  - unknown
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

'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 latest version from Miyako

Is  there a way to persuade macOS Catalina to stop this behaviour?

Any help is appreciated

Thanks,
Chris
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**