Re: How to check signature and notarization?

2021-04-12 Thread Jack Brindle via Cocoa-dev
Quick followup: Howard’s app: ArchiChect will do the job you need. The product page is at: https://eclecticlight.co/32-bitcheck-archichect/ And it is free! Jack > On Apr 12, 2021, at 3:40 PM, Jack Brindle via Cocoa-dev > wrote: > > From the code sign man page: > codesign --display

Re: Scroller and not apple's mouse

2021-04-12 Thread Jack Brindle via Cocoa-dev
What is the mouse, and is there any installed software involved that goes with the mouse? Jack > On Apr 12, 2021, at 12:30 AM, IOS NACSPORT via Cocoa-dev > wrote: > > Hi, > > I don't kown is the correct place, In a NSScroller, when I conect the > external mouse, not apple's mouse, the

Re: How to check signature and notarization?

2021-04-12 Thread Jack Brindle via Cocoa-dev
From the code sign man page: codesign --display --verbose=4 Terminal.app replace Terminal.app with your application name (be sure to unzip first). The information shown will tell you whether it is has a valid signature. You might try it on a few other apps just to see what that looks like. Be

Re: Scroller and not apple's mouse

2021-04-12 Thread Alex Zavatone via Cocoa-dev
What are you trying to do? Which platform is this for? Which language are you using? Regards, Alex Zavatone > On Apr 12, 2021, at 2:30 AM, IOS NACSPORT via Cocoa-dev > wrote: > > Hi, > > I don't kown is the correct place, In a NSScroller, when I conect the > external mouse, not apple's

Re: How to check signature and notarization?

2021-04-12 Thread Sean McBride via Cocoa-dev
On Mon, 12 Apr 2021 18:36:12 +0200, Gabriel Zachmann via Cocoa-dev said: >Is there a way to check that the signature and notarization is proper? >Are there any other checks I can do to determine what is going wrong? You might find this helpful:

Re: How to check signature and notarization?

2021-04-12 Thread Marco S Hyman via Cocoa-dev
I don’t know about zip file distribution, but I have both the app AND the dmg that I use for distribution notarized. I create the DMG from a folder containing the notarized app and a link to /Applications then run codesign on the DMG and upload the result to Apple for notarization. Once

How to check signature and notarization?

2021-04-12 Thread Gabriel Zachmann via Cocoa-dev
I am distributing my app using a simple zip file. Now, I have a few users (only a few it seems) who get the error message ".. can't be opened because Apple cannot check it for malicious software" when they try to run it. I am pretty positive I did sign and notarize it before exporting the archive

Scroller and not apple's mouse

2021-04-12 Thread IOS NACSPORT via Cocoa-dev
Hi, I don't kown is the correct place, In a NSScroller, when I conect the external mouse, not apple's mouse, the scroll change and show always, the problem is that I can't change its background color. How could it? or at least make it clear. Regards