Hi Thierry

I’m glad we’re both still here! Yes, that’s useful stuff, thank you very much. 
I will see if I can actually get a certificate or two and use Trevor’s code to 
deploy it/them. If all that works, then I have to try to understand what the 
equivalent thing is on Windows. I note that the article says in effect that 
codesigning is an Apple technology, but AFAIK it’s not, but more an 
industry-wide sort of thing, isn’t it? Certainly there are certificates in some 
web technologies as I occasionally get (and often ignore) warnings about ones 
that have expired…

Anyway yes it does help, thanks again.

Cheers

Graham

> On 26 Oct 2016, at 11:47, Thierry Douez <th.do...@gmail.com> wrote:
> 
> 2016-10-26 11:41 GMT+02:00 Graham Samuel <livf...@mac.com>:
> 
>> Hmmm - I would like to start by understanding the why, what and where of
>> certificates…
>> 
>> Graham
>> 
> 
> ​Hello Graham, was a long time :)
> 
> http://developer.apple.com/library/content/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html
> 
> Does this help?
> 
> Thierry
> 
> ​
> 
> 
>> 
>>> On 26 Oct 2016, at 11:20, Tiemo Hollmann TB <toolb...@kestner.de> wrote:
>>> 
>>> Hi Bill,
>>> 
>>> the security message is just the new default setting since 10.10 or so.
>> Your user can download, install and run your app, even if it is not signed,
>> he only has to change the security setting in his system settings once for
>> installing your app or in general.
>>> 
>>> If you want to sign your app, there are multiple ways, Livecode (and its
>> standalone settings) is none of them. You can use a tool, like AppWrapper,
>> which also does signing your app, or you can do it pure via terminal with:
>>> 
>>> Codesign -s "Your-Certificate-ID" --deep --force yourAppPath
>>> 
>>> Hope this helps
>>> Tiemo
>>> 
>> 
> _______________________________________________
> 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

Reply via email to