Commit 1ea981c
fix(release): sign app and framework inside-out
codesign on the Xcode 26 toolchain refuses to re-sign a bundle whose Mach-O
still carries the linker's ad-hoc signature (errors 'code object is not signed
at all'), so each inner binary must be signed before its bundle. Replaced the
single bundle codesign with an inside-out sequence (framework binary -> framework
-> app binary -> app bundle). Also swapped the find|while pipeline for a glob
loop so a signing failure aborts loudly under set -e instead of being swallowed
in a subshell (which is what masked this on CI).
Verified locally: codesign --verify --deep --strict passes; spctl reports a
correctly-signed Unnotarized Developer ID app.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent eef5c46 commit 1ea981c
1 file changed
Lines changed: 21 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
39 | 51 | | |
40 | 52 | | |
41 | 53 | | |
| 54 | + | |
42 | 55 | | |
43 | 56 | | |
44 | 57 | | |
| |||
0 commit comments