如何在 windows 机器的 ssh 会话下在 macOS 上签署 Delphi 应用程序?

How to sign Delphi application on macOS under ssh session from windows machine?

我正在 Windows 上为 macOS 构建 Delphi firemonkey 应用程序并在 macOS 上部署。现在要发布应用程序,我需要在 macOS.

下对其进行代码签名

我想从 Windows machine ssh under macOS 作为 shell 脚本和代码设计的一部分 mac构建并发布它。

我能够通过将代码签名证书从登录钥匙串移动到系统钥匙串来做到这一点。在此之前,代码签名脚本 运行 仅在 macOS 的终端下,而不是通过 ssh 会话。

现在我可以在 Windows 上构建和发布 macOS 应用程序 - 编译、部署、协同设计并复制到网络服务器。