Configuration de signature de code

Configurez la signature de code pour les binaires macOS et Windows avec notarisation. Incluez l'authentification Apple et les certificats Windows.

Spar Skills Guide Bot
DevOpsIntermédiaire
32009/03/2026
Claude CodeCursorWindsurfCopilot
#code-signing#notarization#binary-distribution#security#cross-platform

Recommandé pour


name: code-signing-setup description: Configure code signing for macOS and Windows binaries with notarization. allowed-tools: Read, Write, Edit, Bash, Glob, Grep

Code Signing Setup

Configure code signing for binaries.

Generated Patterns

# macOS notarization with electron-builder/notarize
notarize:
  appBundleId: com.myorg.myapp
  appleId: $APPLE_ID
  appleIdPassword: $APPLE_ID_PASSWORD
  teamId: $APPLE_TEAM_ID

# Windows signing
signtool:
  certificateFile: $CERTIFICATE_FILE
  certificatePassword: $CERTIFICATE_PASSWORD
  timestampServer: http://timestamp.digicert.com

Target Processes

  • cli-binary-distribution
  • package-manager-publishing
Skills similaires