Interface LegacyNotarizeAppOptions

Deprecated

This interface was used for Apple's altool, which was sunset in 2023 and no longer works.

interface LegacyNotarizeAppOptions {
    appBundleId: string;
    appPath: string;
}

Properties

Properties

appBundleId: string
appPath: string