Re: AW: Another (macOS) Code signing guidance question...

2023-10-11 Thread Paul Dupuis via use-livecode
On 10/10/2023 8:23 PM, panagiotis merakos via use-livecode wrote: Hello all, Just downloading the certificate from your account in the apple dev website, and using it in a different machine from the one it was created will not work (you get identity not found), because you need the private key a

Re: Another (macOS) Code signing guidance question...

2023-10-11 Thread matthias rebbe via use-livecode
Panos, > Am 11.10.2023 um 02:23 schrieb panagiotis merakos via use-livecode > : > > Hello all, > > Just downloading the certificate from your account in the apple dev > website, and using it in a different machine from the one it was created > will not work (you get identity not found), becaus

Re: AW: Another (macOS) Code signing guidance question...

2023-10-11 Thread J. Landman Gay via use-livecode
On 10/10/23 7:23 PM, panagiotis merakos via use-livecode wrote: Just downloading the certificate from your account in the apple dev website, and using it in a different machine from the one it was created will not work (you get identity not found), I wish the error message would be more informa

Re: Another (macOS) Code signing guidance question...

2023-10-11 Thread Mark Clark via use-livecode
I haven't tried the API/web service for notarizing apps. But there appears to be a way and it might be simpler in the long run. Still need the (right) keys:) https://developer.apple.com/documentation/notaryapi/submitting_software_for_notarization_over_the_web On Oct 10, 2023, at 5:07 PM, J. La

Re: AW: Another (macOS) Code signing guidance question...

2023-10-10 Thread panagiotis merakos via use-livecode
Hello all, Just downloading the certificate from your account in the apple dev website, and using it in a different machine from the one it was created will not work (you get identity not found), because you need the private key as well. This is why you have to export the certificate from the old

Re: AW: Another (macOS) Code signing guidance question...

2023-10-10 Thread J. Landman Gay via use-livecode
On 10/10/23 4:16 PM, Paul Dupuis via use-livecode wrote: The hardest part was getting the correct Certificates into the Keychain on the macBook Air. When code signing I kept getting an "identity not found" (or something like that) that meant I didn't have the "right" certificate or the certifica

AW: Another (macOS) Code signing guidance question...

2023-10-10 Thread Paul Dupuis via use-livecode
Under macOS 14.0 Sonoma on a M1 macBook Air,  I have set up the Command Line Tools for XCode 15.0 and have successfully signed, notarized, and stapled a Livecode Standalone using the new Apple notarization command that goes into effect on November 1, 2023 Effect 1-NOV-2023, the notarization co

Re: Another (macOS) Code signing guidance question...

2023-10-10 Thread matthias rebbe via use-livecode
Paul, you should be able to download and "install" the Apple certificates directly in Xcode. To do so, open settings in Xcode and select "accounts" icon. There you should see a window which allows you to manage your certificates which also includes to install them. Matthias > Am 10.10.2023 u

Re: Another (macOS) Code signing guidance question...

2023-10-10 Thread Paul Dupuis via use-livecode
On 10/10/2023 12:36 PM, J. Landman Gay via use-livecode wrote: I got that far at least. I couldn't notarize on Monterey but my client on Sonoma had no problem using mrSignNotarizeHelper on Sonoma with Xcode 15. My issues happened after that. So I think you're safe using the tool on Sonoma.

Re: Another (macOS) Code signing guidance question...

2023-10-10 Thread J. Landman Gay via use-livecode
I got that far at least. I couldn't notarize on Monterey but my client on Sonoma had no problem using mrSignNotarizeHelper on Sonoma with Xcode 15. My issues happened after that. So I think you're safe using the tool on Sonoma. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive So

Re: Another (macOS) Code signing guidance question...

2023-10-10 Thread Paul Dupuis via use-livecode
On 10/10/2023 11:43 AM, Paul Dupuis via use-livecode wrote: I am looking at https://developer.apple.com/support/xcode To meet Apple's Nov 1 deadline of switch from the old Notarization tool (which I current use on Mojave) to the new one, I need to get set up on macOS 14 Sonoma. To me, from t

Re: Another (macOS) Code signing guidance question...

2023-10-10 Thread Bob Sneidar via use-livecode
There’s this: https://support.apple.com/en-us/HT204904 I’m fairly certain that it will install the most recent version of MacOS however. To install the original MacOS, there’s this: https://support.apple.com/guide/mac-help/erase-and-reinstall-macos-mh27903/mac Bob S > On Oct 10, 2023, at 8:4

Re: Another (macOS) Code signing guidance question...

2023-10-10 Thread Marty Knapp via use-livecode
I’ve been using AppWrapper for a few years and just deployed an upgrade for Sonoma compatibility. I don’t use the app store - just sell from my own web site. It’s a paid app but has a free trial: https://ohanaware.com/appwrapper/ --- Marty Knapp > On Oct 10, 2023, at 8:43 AM, Paul Dupuis via

Another (macOS) Code signing guidance question...

2023-10-10 Thread Paul Dupuis via use-livecode
I am looking at https://developer.apple.com/support/xcode To meet Apple's Nov 1 deadline of switch from the old Notarization tool (which I current use on Mojave) to the new one, I need to get set up on macOS 14 Sonoma. To me, from the Apple page, it look like I need xcode 15 (deployment targ