Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread Trevor DeVore via use-livecode
On Thu, Feb 6, 2020 at 3:22 PM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Very useful post Trevor, thank you. > > Can you confirm that the notarized standalone does NOT open in Mac OSX > 10.9-10.11? > I have a 10.10 VM. I just tested the app I notarized and it w

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread panagiotis merakos via use-livecode
Very useful post Trevor, thank you. Can you confirm that the notarized standalone does NOT open in Mac OSX 10.9-10.11? I could not find this info in the Apple official docs, but I believe this is the case. Unfortunately my old mac that ran OSX 10.10 has been upgraded to High Sierra, so I cannot

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread Trevor DeVore via use-livecode
On Thu, Feb 6, 2020 at 12:12 PM David V Glasgow via use-livecode < use-livecode@lists.runrev.com> wrote: > I have to say that this fills me with despair. I try hard to write > serious, useful programs, for fellow professionals, but I am not a > developer by trade or training. I have a full ti

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread J. Landman Gay via use-livecode
I know how you feel. But I'm hoping the LC team will help us out with this, they surely know the complexities. I'm looking forward to a standalone builder that will relieve the stress that Apple puts on its developers. On 2/6/20 12:11 PM, David V Glasgow via use-livecode wrote: I have to say t

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread David V Glasgow via use-livecode
I have to say that this fills me with despair. I try hard to write serious, useful programs, for fellow professionals, but I am not a developer by trade or training. I have a full time job, which subsidises my time using LC The beauty of LC (and Metacard before it) has always been how amaz

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread Trevor DeVore via use-livecode
On Thu, Feb 6, 2020 at 10:23 AM Trevor DeVore wrote: > > After packaging up the app I did a quick test to make sure the new feature > worked on my machine. It didn't. The error message was about some code > trying to execute that wasn't signed and some note about library validation > or something

[macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread Trevor DeVore via use-livecode
Hey list, I just spent a good portion of the last few days troubleshooting some notarization errors I started receiving. I'm going to document what I did so that someone else out there might benefit. # The Original Problem I have been notarizing my application for a while now without any issues.