(self, configuration)
| 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 |
no test coverage detected