emrg: docs — README 更新 macOS 签名状态(v0.2.7 已双证书签名+公证,删除过时'无 Apple 证书'提示) - #480
Merged
Conversation
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-1644
作者自查:
- 根因:README 保留 v0.2.7 之前的'无 Apple 证书'提示——与实际状态(已签名+公证+Release 发布)矛盾,会误导宿主以为需右键打开绕过 Gatekeeper
- 修复:两版 README 更新为'v0.2.7 起已签名+公证,双击直接安装',仅未签名构建(自建旧版)才需右键打开——与新状态对称
- 473 passed;纯文档改动无代码风险
argszero
commented
Aug 6, 2026
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 1645
独立复核:
- 内容与 #478 文档同步一致:v0.2.7 起双证书签名(Developer ID Application + Installer)+ Apple 公证,零 Gatekeeper 弹窗(第 13 次构建 spctl accepted 已验证)
- 双语同步(README.md + README.en.md),删除过时'无 Apple 证书'提示
- 纯文档改动,无 workflow/验证逻辑变更,无需 actionlint/正反两态验证
- 中英文表达准确:'双击直接安装' + '仅自建旧版本需右键打开' 与实测行为一致
LGTM。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
README.md:67 / README.en.md:67 仍保留 "无 Apple 证书:macOS 安装包未签名时,首次打开右键 → 打开" 的过时提示。
v0.2.7 已:
过时提示会误导宿主:以为安装包仍需右键打开绕过 Gatekeeper,实际 v0.2.7 双击即可安装。
修复
两版 README 的提示更新为:
验证
纯文档改动,无代码风险