Changeset View
Changeset View
Standalone View
Standalone View
build_files/buildbot/codesign/macos_code_signer.py
| Context not available. | |||||
| signed_bundles.add(bundle_name) | signed_bundles.add(bundle_name) | ||||
| # Codesign on a bundle adds an extra folder with information. | # Codesign on a bundle adds an extra folder with information. | ||||
| # It needs to be compied to the source. | # It needs to be compiled to the source. | ||||
| code_signature_directory = \ | code_signature_directory = \ | ||||
| bundle.absolute_filepath / 'Contents' / '_CodeSignature' | bundle.absolute_filepath / 'Contents' / '_CodeSignature' | ||||
| code_signature_files = \ | code_signature_files = \ | ||||
| Context not available. | |||||