Sujet : Re: How to deliver and activate apps for MacOS ?
De : auriocus (at) *nospam* gmx.de (Christian Gollwitzer)
Groupes : comp.lang.tclDate : 06. Feb 2025, 17:30:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vo2o3r$31cmp$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
Am 06.02.25 um 15:41 schrieb abu:
OK, Christian.
[...]
>
In any case, problems arise, because MacOS recognizes that it's not an
application signed by an affiliated Apple Developer...
I wonder if there's someone in this community, as an officialy
registered Apple Developer, someone who can take care to sign the
open-source libs/applications made by this community.
well I guess that would go against the conditions (and the idea) of this certificate. The signature proves that it is an app from a certain developer, who then takes responsibility of the content. I let Kevin Walzer chime in, who has actual experience with macOS apps.
I think building an application folder is the absolute minimum requirement. It isn't that hard, I have Makefiles to do this:
https://github.com/BessyHDFViewer/BessyHDFViewer/blob/main/Makefile#L23The resulting apps look and feel like everything else to a macOS user - apart from the signing problem.
Christian