Commit dfe6c5b
resolve codesign identity from keychain by team id
The hardcoded `Developer ID Application: Automattic, Inc. (...)` only
worked for Automattic certs, so `--team-id` against a non-Automattic
team would silently fall back to a misleading codesign error. Look
up the full identity string from `security find-identity` instead,
matching by team id, with `IDENTITY` env override for edge cases.
CodeRabbit on PR #70.
---
Generated with the help of Claude Code, https://claude.ai/code
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 61a28eb commit dfe6c5b
1 file changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
69 | 88 | | |
70 | 89 | | |
71 | 90 | | |
| |||
0 commit comments