MCPcopy
hub / github.com/desktop/desktop / getNotarizationOptions

Function getNotarizationOptions

script/build.ts:485–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483}
484
485function getNotarizationOptions(): OsxNotarizeOptions | undefined {
486 const {
487 APPLE_ID: appleId,
488 APPLE_ID_PASSWORD: appleIdPassword,
489 APPLE_TEAM_ID: teamId,
490 } = process.env
491
492 return appleId && appleIdPassword && teamId
493 ? { tool: 'notarytool', appleId, appleIdPassword, teamId }
494 : undefined
495}
496
497function copyCopilotDependency() {
498 const currentPlatform = process.platform

Callers 1

packageAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected