Re: Notarizing a Mac app

2023-06-12 Thread J. Landman Gay via use-livecode
On 6/12/23 9:40 AM, Mark Talluto via use-livecode wrote: You have to sign and notarize each time you build a new standalone. Perfect, just what I wanted. Thanks for the confirmation. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www

Re: Notarizing a Mac app

2023-06-12 Thread Mark Wieder via use-livecode
On 6/12/23 10:28, matthias rebbe via use-livecode wrote: There's a nice little tool available which gives you some information about an app bundle or command line tool or any .dylib and so on. It will tell you which CPU types are supported, if the file was code signed or notarized and much more

Re: Notarizing a Mac app

2023-06-12 Thread matthias rebbe via use-livecode
There's a nice little tool available which gives you some information about an app bundle or command line tool or any .dylib and so on. It will tell you which CPU types are supported, if the file was code signed or notarized and much more. It's called Archichect https://eclecticlight.co/32-bitche

Re: Notarizing a Mac app

2023-06-12 Thread J. Landman Gay via use-livecode
Thanks Paul. It's hard to test when your own machine doesn't need code-signing at all. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 12, 2023 6:51:34 AM Paul Dupuis via use-livecode wrote: I'm pretty sure you have to sign an

Re: Notarizing a Mac app

2023-06-12 Thread Mark Talluto via use-livecode
Hi Jacque, You have to sign and notarize each time you build a new standalone. Best regards, Mark Talluto appli.io livecloud.io nursenotes.net canelasoftware.com > On Jun 11, 2023, at 9:16 P

Re: Notarizing a Mac app

2023-06-12 Thread Paul Dupuis via use-livecode
I'm pretty sure you have to sign and notarize each build. On 6/12/2023 12:16 AM, J. Landman Gay via use-livecode wrote: Does rebuilding a Mac app retain a previous notarization or do I need to re-notarize and re-sign on every new build? I want to distribute a notarized and signed app to tester

Notarizing a Mac app

2023-06-11 Thread J. Landman Gay via use-livecode
Does rebuilding a Mac app retain a previous notarization or do I need to re-notarize and re-sign on every new build? I want to distribute a notarized and signed app to testers, but when I send it to the client I want them to code-sign it with their own signature. I don't want it to retain my cr