Struct tugger_apple_codesign::BundleSigner[][src]

pub struct BundleSigner { /* fields omitted */ }
Expand description

A primitive for signing an Apple bundle.

This type handles the high-level logic of signing an Apple bundle (e.g. a .app or .framework directory with a well-defined structure).

This type handles the signing of nested bundles (if present) such that they chain to the main bundle’s signature.

Implementations

Construct a new instance given the path to an on-disk bundle.

The path should be the root directory of the bundle. e.g. MyApp.app.

Write a signed bundle to the given destination directory.

The destination directory can be the same as the source directory. However, if this is done and an error occurs in the middle of signing, the bundle may be left in an inconsistent or corrupted state and may not be usable.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more