TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Xmake v2.3.3 released, Support for building iOS/macOS Framework and App

2 点作者 waruqi大约 5 年前

1 comment

wolverineoflove大约 5 年前
We developed a really neat resigning of PKG installers on Linux, only to learn that the binaries to notarize macOS installers and apps (altool, see <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;xcode&#x2F;notarizing_macos_software_before_distribution&#x2F;customizing_the_notarization_workflow?language=objc" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;xcode&#x2F;notarizing_m...</a>) ONLY run on macOS.<p>This looks to be the level we reached using a variety of tools, and could simplify the workflow, but doesn&#x27;t answer the notarization step (arguably only because of Apple&#x27;s limitations). We basically built a valid, signed installer, unxar&#x27;d it, did slug replacements for values for each instance, compiled some postInstall scripts, packed and resigned it using the Application ID certificate.<p>Anyone know of any projects that hope to bring the notarization step across platforms?