interface MakerPKGConfig {
    identity?: string;
    identityValidation?: boolean;
    install?: string;
    keychain?: string;
    name?: string;
    scripts?: string;
}

Properties

identity?: string

Name of certificate to use when signing.

Default to be selected with respect to platform from keychain or keychain by system default.

identityValidation?: boolean

Flag to enable/disable validation for signing identity. If enabled, the identity provided will be validated in the keychain specified.

Default: true.

install?: string

Path to install the bundle. Default to /Applications.

keychain?: string

The keychain name.

Default: System default keychain.

name?: string

The application name.

Default: ${appName}-${packageJSON.version}-${targetArch}.

scripts?: string

Path to a directory containing pre and/or post install scripts