MCPcopy Create free account
hub / github.com/AshampooSystems/boden / codesign

Method codesign

bauer/commandprocessor.py:160–162  ·  view source on GitHub ↗
(self, configuration)

Source from the content-addressed store, hash-verified

158 shutil.rmtree(buildDirectory);
159
160 def codesign(self, configuration):
161 codeSigner = CodeSigner(self.buildExecutor.cmake.codeModel)
162 codeSigner.sign(self.args)
163
164 def open(self, configuration, buildDirectory):
165 cmake = self.buildExecutor.cmake if not configuration.platform == "android" else self.androidExecutor.cmake

Callers 1

processMethod · 0.95

Calls 2

signMethod · 0.95
CodeSignerClass · 0.90

Tested by

no test coverage detected