Can't codesign Mac app

panagiotis merakos merakosp at gmail.com
Tue Oct 10 02:07:27 EDT 2023


Hello Jacque,

Have you included any entitlements when codesigning the app?

I suggest including all of these:

https://lessons.livecode.com/m/4071/l/1293515-entitlements-for-signed-and-notarized-apps

There is an option to do that in the settings (iirc) in Matthias'
notarization tool.

Kind regards,
Panos

On Tue, 10 Oct 2023, 04:29 J. Landman Gay via use-livecode, <
use-livecode at lists.runrev.com> wrote:

> Thank you, I'll try that. Meanwhile, I ran this on a supposedly
> notarized/signed app:
>
>    spctl --assess --raw --verbose <appPath>
>
> which was rejected. Does his mean anything to anyone:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
> "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
> <plist version="1.0">
> <dict>
>         <key>assessment:authority</key>
>         <dict>
>                 <key>assessment:authority:flags</key>
>                 <integer>0</integer>
>         </dict>
>         <key>assessment:remote</key>
>         <true/>
>         <key>assessment:verdict</key>
>         <false/>
> </dict>
> </plist>
>
>
> On 10/9/23 8:10 PM, Timothy Bleiler via use-livecode wrote:
> > I think this is the most recent lesson listing the terminal commands for
> using NotaryTool instead of altool.
> > These worked when I was using the last version of Ventura and Xcode
> 14.3.1.  I haven’t tried Sonoma.
> >
> > <
> https://lessons.livecode.com/m/4071/l/1653720-code-signing-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore-with-xcode-13-and-up
> >
> > Code signing and notarizing your LC standalone for distribution outside
> the Mac Appstore with Xcode 13 and up | How To - Step-By-Step Guides To
> Tasks In LiveCode | LiveCode Lessons<
> https://lessons.livecode.com/m/4071/l/1653720-code-signing-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore-with-xcode-13-and-up
> >
> > lessons.livecode.com<
> https://lessons.livecode.com/m/4071/l/1653720-code-signing-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore-with-xcode-13-and-up
> >
> > [X]<
> https://lessons.livecode.com/m/4071/l/1653720-code-signing-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore-with-xcode-13-and-up
> >
>
> --
> Jacqueline Landman Gay         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


More information about the use-livecode mailing list