Re: notarizing DMG fails - solved

2021-05-05 Thread matthias rebbe via use-livecode
Thanks Phil. @all I've updated the lesson at https://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore now and added detailed information about package installers. So it now contains also information about how to

AW: notarizing DMG fails

2021-05-05 Thread Tiemo via use-livecode
Hi Panos, thanks for jumping in I am on macOS 11.2.3 and created the certificates pretty freshly two weeks ago. Xcode-select -p doesn't returns any version# at all, it just returns a path: "/Applications/Xcode.app/Content/Developer/ Xcodebuild -version shows Xcode 12.5 build 12E262 I now

Re: notarizing DMG fails

2021-05-05 Thread matthias rebbe via use-livecode
Timo, .app -> Developer ID Application .pkg -> Developer ID Installer .dmg -> Developer ID Application - Matthias Rebbe Life Is Too Short For Boring Code > Am 05.05.2021 um 08:56 schrieb Tiemo via use-livecode > : > > Hi Panos, > thanks for jumping in > > I am on macOS 11.2.3 and created

AW: notarizing DMG fails - solved

2021-05-05 Thread Tiemo via use-livecode
exactly, that’s the culprit! to make matters worse you can use codesign also for packages and even verifying that codesign returns a valid codesign, but using codesign for packages ignores the content of the package and only looks for the envelope, what is useless. So two issues are vital when

Re: notarizing DMG fails - solved

2021-05-05 Thread matthias rebbe via use-livecode
> Am 05.05.2021 um 11:10 schrieb Tiemo via use-livecode > : > > Thank you all for helping my lost soul in Apples notarizing nirvana > > Tiemo > > P.S. > Matthias, perhaps you want to add this in your great helpfile - without that > it would have taken weeks for me! > I am currently working

Re: notarizing DMG fails

2021-05-05 Thread matthias rebbe via use-livecode
Tiemo, i think i found the solution. I tried here myself and did als get the error "this identity cannot be used for signing code" when using the Developer ID Installer certificate for signing the .pkg. According to Apple (see point 2) https://help.apple.com/xcode/mac/current/#/deve51ce7c3d

Re: Problems with Multiple Monitors

2021-05-05 Thread Roger Guay via use-livecode
I hear ya, but with this list we Illegitimi non carborundum! Roger > On May 5, 2021, at 4:36 AM, Martin Koob via use-livecode > wrote: > > I will have to deal with reprogramming the wetware and the muscle memory > which at my age may be a much more difficult process. The ole wetware ain’t >

Re: Problems with Multiple Monitors

2021-05-05 Thread Martin Koob via use-livecode
Hi Roger Thanks, I’ll try that. However then I will have to deal with reprogramming the wetware and the muscle memory which at my age may be a much more difficult process. The ole wetware ain’t as moist and flexible as it once was ;-) Martin > On May 4, 2021, at 8:17 PM, Roger Guay via

Re: Problems with Multiple Monitors

2021-05-05 Thread Paul Dupuis via use-livecode
On 5/5/2021 11:42 AM, Richard Gaskin via use-livecode wrote: Thanks, Paul, and the others who chimed in. I'm familiar with the documented features for screen metrics, just trying to determine if the rect of the main screen no longer being the reference point for metrics is a change/bug I need

Re: Problems with Multiple Monitors

2021-05-05 Thread Paul Dupuis via use-livecode
On 5/4/2021 8:20 PM, Richard Gaskin via use-livecode wrote: Paul Dupuis wrote: With multiple monitor, zero vertical is the top of the top most monitor  - regardless of whether it is the primary monitor or not. If the screenRect is no longer based on the main monitor, what is the screenloc?

Re: Problems with Multiple Monitors

2021-05-05 Thread Richard Gaskin via use-livecode
Thanks, Paul, and the others who chimed in. I'm familiar with the documented features for screen metrics, just trying to determine if the rect of the main screen no longer being the reference point for metrics is a change/bug I need to be concerned about? And this got me thinking about

Re: Problems with Multiple Monitors

2021-05-05 Thread Mark Wieder via use-livecode
On 5/5/21 8:53 AM, Paul Dupuis via use-livecode wrote: I'm afraid I can't help with this. A good while ago, I moved to my own centerWindow command that doesn't use screenLoc, but uses the stack's (window's the screen property 9for the line number of the screenRect the stack is on) and the

Re: Problems with Multiple Monitors

2021-05-05 Thread Paul Dupuis via use-livecode
On 5/5/2021 12:15 PM, Mark Wieder via use-livecode wrote: On 5/5/21 8:53 AM, Paul Dupuis via use-livecode wrote: I'm afraid I can't help with this. A good while ago, I moved to my own centerWindow command that doesn't use screenLoc, but uses the stack's (window's the screen property 9for the

Re: Problems with Multiple Monitors

2021-05-05 Thread Paul Dupuis via use-livecode
On 5/5/2021 12:15 PM, Mark Wieder via use-livecode wrote: On 5/5/21 8:53 AM, Paul Dupuis via use-livecode wrote: I'm afraid I can't help with this. A good while ago, I moved to my own centerWindow command that doesn't use screenLoc, but uses the stack's (window's the screen property 9for the

Re: notarizing DMG fails - solved

2021-05-05 Thread Phil Davis via use-livecode
Thank you Matthias! Your tools make my life SO much easier! You have done a great service for this community. Phil Davis On 5/5/21 2:20 AM, matthias rebbe via use-livecode wrote: >> Am 05.05.2021 um 11:10 schrieb Tiemo via use-livecode >> : >> >> Thank you all for helping my lost soul in