You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: sign .framework bundles as bundles for notarization
macOS frameworks must be codesigned as bundle directories, not by
signing individual files inside them. Split signing into three phases:
1. Mach-O files outside .framework bundles
2. .framework bundles (with --deep)
3. Main executable last
Fixes "The signature of the binary is invalid" for Python.framework.
0 commit comments