Deutsch   English   Français   Italiano  
<66a6cb8bd6e28466b963d8fe73bbb261@www.rocksolidbbs.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: aldo.w.buratti@gmail.com (abu)
Newsgroups: comp.lang.tcl
Subject: Re: How to deliver and activate apps for MacOS =?UTF-8?B?Pw==?=
Date: Thu, 6 Feb 2025 14:41:03 +0000
Organization: RetroBBS
Message-ID: <66a6cb8bd6e28466b963d8fe73bbb261@www.rocksolidbbs.com>
References: <84dafeb7ccc22daa5fa504db3e615232@www.rocksolidbbs.com> <vo1lal$2r4em$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: i2pn2.org;
	logging-data="2966492"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="mhL2dbCDs3ShDcZELlal7+PiYLtdY9Pl6XXSzjtYA2c";
User-Agent: Rocksolid Light
X-Rslight-Posting-User: ef37f5a0283145179136b24718ee5b6282d02b5e
X-Spam-Checker-Version: SpamAssassin 4.0.0
X-Rslight-Site: $2y$10$FUrerJqEE8UVGh.pm2PoNumloKBkIN3d77cNx9VVBfyI3OdU7SOza
Bytes: 1913
Lines: 22

OK, Christian.

A necessary clarification:
* I often release Tcl packages (aka libraries) as opensource projects.
* In case these packages (or full apps) contain some C/C++ code, I'm
used to deliver them as binary (precompiled) libs/apps.

So, my 'libs/apps"  are just a zip file with a bunch of .tcl plus
optionally some binary dll (*.dylib for MacOS)

I could even build all the MacOS scaffold and include a small tclkit
executable, so that it's a full ready-to-use app  (it doesn't require a
pre-installed tclsh/wish), but this is a rare case.  ( see
https://wiki.tcl-lang.org/page/PiX )


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.