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
ci(one): import Apple Developer ID cert + optional notarization
Adds a macOS-only 'Import Apple signing certificate' step that
provisions an ephemeral keychain from APPLE_CERTIFICATE (.p12 base64)
+ APPLE_CERTIFICATE_PASSWORD. The step no-ops if APPLE_CERTIFICATE
is empty, so the workflow still works without Apple secrets.
Passes APPLE_SIGNING_IDENTITY + APPLE_TEAM_ID + APPLE_ID +
APPLE_PASSWORD to 'tauri build'. Tauri v2 auto-detects:
- cert present, no APPLE_ID/PASSWORD → sign only
- cert + APPLE_ID + APPLE_PASSWORD → sign + notarize + staple
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments