Expand description
Attach Apple notarization tickets to signed entities.
Stapling refers to the act of taking an Apple issued notarization ticket (generated after uploading content to Apple for inspection) and attaching that ticket to the entity that was uploaded. The mechanism varies, but stapling is literally just fetching a payload from Apple and attaching it to something else.
Structs§
- Stapler
- Handles stapling operations.
- XarNotarization
Trailer
Enums§
Functions§
- record_
name_ from_ executable_ bundle - Resolve the notarization ticket record name from a bundle.
- staple_
ticket_ to_ bundle - Staple a ticket to a bundle as defined by the path to a directory.
- xar_
notarization_ trailer - Obtain the notarization trailer data for a XAR archive.