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: only re-sign nested binaries, preserve MAUI Catalyst signature (#564)
Stop re-signing the top-level .app bundle. MAUI already signs it with
the correct Mac Catalyst entitlements (including
application-identifier). Our manual re-sign was overwriting these with a
format Apple rejects.
Now only nested binaries are re-signed: copilot (with helper
entitlements), dylibs, and frameworks. The app bundle keeps its original
MAUI signature.
Also removes the application-identifier injection step which caused the
catch-22.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments