Re: macOS Notarization helper for Levure

2019-10-09 Thread Trevor DeVore via use-livecode
You’re welcome Marty. Glad you like it.

Trevor DeVore
ScreenSteps

On Wed, Oct 9, 2019 at 11:46 AM Marty Knapp via use-livecode <
use-livecode@lists.runrev.com> wrote:

> You won’t regret it Bob, Levure is a great framework. A big thanks (again)
> to Trevor.
>
> Marty
>
> > On Oct 9, 2019, at 9:39 AM, Bob Sneidar via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Brilliant. I really need to move to Levure. I'm going to have another go
> at it.
> >
> > Bob S
> >
> >
> >> On Oct 9, 2019, at 09:35 , Trevor DeVore via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>
> >> Hi all,
> >>
> >> After reading the article by Matthias on notarization* I put together a
> >> helper for Levure that will notarize a DMG image when you package your
> >> Levure application. Here is the link:
> >>
> >> https://github.com/trevordevore/levurehelper-macos_notary
> >>
> >> To use it you will need to update to version 0.9.2 of Levure which I
> >> released today. Here are the release notes:
> >>
> >> https://github.com/trevordevore/levure/releases/tag/v0.9.2.0
> >>
> >> If you need help creating a DMG of your app then the dropDMG helper can
> >> take care of that if you have dropDMG:
> >>
> >> https://github.com/trevordevore/levurehelper-dropDMG
> >>
> >> Of course, someone could write a helper that uses Apple's command line
> >> tools to create a DMG as well.
> >>
> >> *
> >>
> http://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore
> >>
> >> --
> >> Trevor DeVore
> >> ScreenSteps
> >> www.screensteps.com
> >
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: macOS Notarization helper for Levure

2019-10-09 Thread Marty Knapp via use-livecode
You won’t regret it Bob, Levure is a great framework. A big thanks (again) to 
Trevor.

Marty

> On Oct 9, 2019, at 9:39 AM, Bob Sneidar via use-livecode 
>  wrote:
> 
> Brilliant. I really need to move to Levure. I'm going to have another go at 
> it. 
> 
> Bob S
> 
> 
>> On Oct 9, 2019, at 09:35 , Trevor DeVore via use-livecode 
>>  wrote:
>> 
>> Hi all,
>> 
>> After reading the article by Matthias on notarization* I put together a
>> helper for Levure that will notarize a DMG image when you package your
>> Levure application. Here is the link:
>> 
>> https://github.com/trevordevore/levurehelper-macos_notary
>> 
>> To use it you will need to update to version 0.9.2 of Levure which I
>> released today. Here are the release notes:
>> 
>> https://github.com/trevordevore/levure/releases/tag/v0.9.2.0
>> 
>> If you need help creating a DMG of your app then the dropDMG helper can
>> take care of that if you have dropDMG:
>> 
>> https://github.com/trevordevore/levurehelper-dropDMG
>> 
>> Of course, someone could write a helper that uses Apple's command line
>> tools to create a DMG as well.
>> 
>> *
>> http://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore
>> 
>> -- 
>> Trevor DeVore
>> ScreenSteps
>> www.screensteps.com
> 


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: macOS Notarization helper for Levure

2019-10-09 Thread Bob Sneidar via use-livecode
Brilliant. I really need to move to Levure. I'm going to have another go at it. 

Bob S


> On Oct 9, 2019, at 09:35 , Trevor DeVore via use-livecode 
>  wrote:
> 
> Hi all,
> 
> After reading the article by Matthias on notarization* I put together a
> helper for Levure that will notarize a DMG image when you package your
> Levure application. Here is the link:
> 
> https://github.com/trevordevore/levurehelper-macos_notary
> 
> To use it you will need to update to version 0.9.2 of Levure which I
> released today. Here are the release notes:
> 
> https://github.com/trevordevore/levure/releases/tag/v0.9.2.0
> 
> If you need help creating a DMG of your app then the dropDMG helper can
> take care of that if you have dropDMG:
> 
> https://github.com/trevordevore/levurehelper-dropDMG
> 
> Of course, someone could write a helper that uses Apple's command line
> tools to create a DMG as well.
> 
> *
> http://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore
> 
> -- 
> Trevor DeVore
> ScreenSteps
> www.screensteps.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


macOS Notarization helper for Levure

2019-10-09 Thread Trevor DeVore via use-livecode
Hi all,

After reading the article by Matthias on notarization* I put together a
helper for Levure that will notarize a DMG image when you package your
Levure application. Here is the link:

https://github.com/trevordevore/levurehelper-macos_notary

To use it you will need to update to version 0.9.2 of Levure which I
released today. Here are the release notes:

https://github.com/trevordevore/levure/releases/tag/v0.9.2.0

If you need help creating a DMG of your app then the dropDMG helper can
take care of that if you have dropDMG:

https://github.com/trevordevore/levurehelper-dropDMG

Of course, someone could write a helper that uses Apple's command line
tools to create a DMG as well.

*
http://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode