Commit 169511f
fix(macos): drop codesign_identity:None from py2app options
The py2app version on macos-15 runners rejects codesign_identity with
"command 'py2app' has no such option 'codesign_identity'". Setting it
to None was already a no-op — signing happens in
scripts/macos_sign_and_notarize.sh — so just omit the key entirely.
Resolves the only remaining failing check on PR #10 (build job ran as
continue-on-error, so PR was already mergeable; this turns the canary
green).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0414f69 commit 169511f
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
0 commit comments