Re: Signing macOS application

2019-01-01 Thread Peter Bogdanoff via use-livecode
Trevor, Thanks for your response and for the work you are doing with Levure. I’m very attracted to its functionality for me--structuring and especially providing for updating my application--but haven’t had time to work with it more yet. I tried the script you suggested, and when I processed th

Re: Signing macOS application

2018-12-29 Thread Trevor DeVore via use-livecode
On Sat, Dec 29, 2018 at 2:20 PM Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: > > I have these IDs: > Developer ID Installer > Developer ID Application > > DropDMG shows in its preferences the 'Developer ID Application’ that is > used to sign the installe

Re: Signing macOS application

2018-12-29 Thread Randy Hengst via use-livecode
Hi Peter, I don’t develop for Macs beyond personal use… but I do develop for iOS. You need to use a Distribution Certificate (rather than Developer) to sell on the iOS App Store… could that requirement also be needed for your situation? be well, randy www.classroomFocusedSoftware.com > On De

Re: Signing macOS application

2018-12-29 Thread Knapp Martin via use-livecode
I believe that DropDMG just signs the installer and does not sign the app. You might take a look at AppWrapper3 or dive into Trevor’s Levure framework - it works with DropDMG to sign both the app and the disk image. Marty > On Dec 29, 2018, at 12:20 PM, Peter Bogdanoff via use-livecode > wrot

Signing macOS application

2018-12-29 Thread Peter Bogdanoff via use-livecode
Hi, I’m using DropDMG to sign my macOS installer. Users are having trouble opening it—Gatekeeper seems to not recognize my developer ID. It is unclear to me what is going on. Does the application need to be signed before I create the installer in DropDMG? And how do I do that? I had thought th