MCPcopy
hub / github.com/syncthing/syncthing / codesign

Function codesign

build.go:1300–1304  ·  view source on GitHub ↗
(target target)

Source from the content-addressed store, hash-verified

1298}
1299
1300func codesign(target target) {
1301 if goos == "darwin" {
1302 macosCodesign(target.BinaryName())
1303 }
1304}
1305
1306func macosCodesign(file string) {
1307 if pass := os.Getenv("CODESIGN_KEYCHAIN_PASS"); pass != "" {

Callers 2

buildTarFunction · 0.85
buildZipFunction · 0.85

Calls 2

macosCodesignFunction · 0.85
BinaryNameMethod · 0.80

Tested by

no test coverage detected