Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Keisuke Miyako via 4D_Tech
after some tests, here is what I found: if I notarise the plugin and staple the dmg, only the dmg passes stapler validation. as for the bundle inside the dmg, nothing is reported (neither error nor success). if staple the bundle after notarisation, create a new dmg from it, notarise and staple

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Keisuke Miyako via 4D_Tech
v2 syntax is different, parameters are now all passed in a single object. https://miyako.github.io/2019/11/27/4d-plugin-zint.html so the question is, would you prefer a signed & notarised & stapled version of the old plugin, or will you change you code to adopt the new syntax. On Mar 3, 2020,

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Pat Bensky via 4D_Tech
Hi Miyako, That version works! Kinda ... :) When I compile it, I get an error on this line of code: $bar:=*ZINT* ($inputText;ZINT_Format_SVG;$iType;$optionNames;$optionValues) The error is: Changing the type of the variable ZINT_FORMAT_SVG from type Long Integer to type Object Too many

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Keisuke Miyako via 4D_Tech
@Pat for comparison, could you please download and test https://github.com/miyako/4d-plugin-zint-v2/releases/tag/3.2.v17.s ? I took 3.2.v17 and stapled the dmg. ** 4D Internet Users Group (4D iNUG) Archive:

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Keisuke Miyako via 4D_Tech
Hello, I downloaded the plugin from https://github.com/miyako/4d-plugin-zint-v2/releases/tag/3.2.v17 on 10.15.3 (19D76) created a new DB with 4D 17 R6 (243126) but I did not reproduce the issue. question for Pat: what do you get in Console.app if you... codesign --verify --verbose

Notarize script

2020-03-02 Thread Aparajita Fishman via 4D_Tech
Hi all, I created a handy script with complete instructions that will hopefully make the process of notarizing your plugins much easier. https://gist.github.com/aparajita/3194e0ce1a01b6fe7d74c33c9578927e Must be run on a

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Chuck Miller via 4D_Tech
That does not seem to work when the error says damaged. It does work for all others warnings errors Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Pat Bensky via 4D_Tech
Hi Jim, Yes, I did that and it worked for all the other plugins. But not for ZINT ... Pat On Mon, 2 Mar 2020 at 16:15, James Crate via 4D_Tech <4d_tech@lists.4d.com> wrote: > > > On Feb 28, 2020, at 8:35 AM, Pat Bensky via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > I just got a new MacBook

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread James Crate via 4D_Tech
> On Feb 28, 2020, at 8:35 AM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I just got a new MacBook Pro running Catalina (10.15.3). When I start up my > 4D app I get a message that "*“ZINT.bundle” is damaged and can’t be opened. > You should move it to the Bin"* > I click Cancel

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Pat Bensky via 4D_Tech
Hi Miyako, OK just to be sure, I re-downloaded and re-installed ZINT 3.2v17. 4D still doesn't recognise the plugin. Just to recap ... Mac OS 10.15.3 4D v17r6 ZINT 3.2v17 Thanks! Pat On Mon, 2 Mar 2020 at 13:15, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hello, > > "3.2" could

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Keisuke Miyako via 4D_Tech
Hello, "3.2" could be either v17 or v18 https://github.com/miyako/4d-plugin-zint-v2/releases my theory is that 3.2.v17 will work out of the box when downloaded on Catalina 10.15.1 or earlier, but will not work when downloaded on Catalina 10.15.3 (see previous post) I have sporadic reports

Re: Can't use Zint plugin since upgrading my Mac

2020-03-02 Thread Keisuke Miyako via 4D_Tech
Hello, thank you for your expert input! I wrote "tends to" because I wasn't 100% sure. to be precise, I had a case where a "codesign --deep" plugin has no issues when downloaded on Catalina 10.15.1 and rejected on Catalina 10.15.3. but it was in the middle of a training session and I was