在 Xcode 中进行代码签名后自动创建 Zip

发布于 2024-08-27 21:35:00 字数 150 浏览 4 评论 0原文

我的构建过程中有一个自定义脚本步骤,用于压缩可执行文件。然而,这是在可执行文件签名之前执行的,这是非常无用的。

有没有办法在 Xcode 构建过程中对代码进行签名后压缩构建输出。如果需要的话,我当然可以在外部执行此操作,但我想让它成为我的 Xcode 构建脚本的一部分。

I have a custom script step in my build process that zips the executable. However this is executing before the executable is signed which is pretty useless.

Is there a way to zip the build output after the code is signed, within the Xcode build process. I can certainly do it externally if i need to, but I'd like to make it part of my Xcode build script.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

落墨 2024-09-03 21:35:00

通常,您会创建一个聚合目标,首先构建主目标,然后运行运行脚本构建阶段对其进行后处理。

Generally you'd create an Aggregate Target that first builds your main target, then runs a Run Script Build Phase to postprocess it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文