emrg: docs — README 补 p12 一键导出脚本指引(#470 入口,杜绝手敲命令出错) - #471
Merged
Conversation
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-1453
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-1455
独立复核:
- 与 #470 脚本完全对齐:文档引用路径
packaging/export-signing-p12.sh实际存在(已 ls 确认);5 步流程描述(检查双证书 → 导出 -t identities → 生成 b64 → 导入验证)与脚本逐行一致;Secret 指引(MACOS_SIGNING_P12_BASE64 / MACOS_SIGNING_P12_PASSWORD)与脚本第 60-62 行输出一致 - 位置合理:导出章节顶部加 ⭐ 推荐,命令行方法降为备选——宿主优先走一键脚本,杜绝手敲命令出错(v0.2.7 九次失败教训)
- 纯文档改动(+9/-1),无逻辑变更;CI test SUCCESS @ c0344ab
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.
背景:#470 新增
packaging/export-signing-p12.sh一键导出脚本(固化 v0.2.7 九次失败教训),但文档未提及——宿主找脚本入口缺失,可能又走回手敲命令的老路。改动:
.github/workflows/README.md导出章节顶部补一键脚本指引(⭐ 推荐优先),说明脚本自动完成:检查双证书 → 导出 p12 → 生成 b64 → 导入验证(与 CI 一致),命令行方法降为备选。验证:pytest 473 passed ✅ / import ✅ / 纯文档改动