How do I codesign an App?

Thierry Douez th.douez at gmail.com
Wed Oct 26 05:47:50 EDT 2016


2016-10-26 11:41 GMT+02:00 Graham Samuel <livfoss at 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 <toolbook at 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
> >
>



More information about the use-livecode mailing list