mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 10:40:13 +00:00
[electron-packager] Add all osx-sign options (#36435)
This commit is contained in:
committed by
Benjamin Lichtman
parent
efa6b9e11e
commit
c51dc8610d
13
types/electron-packager/index.d.ts
vendored
13
types/electron-packager/index.d.ts
vendored
@@ -5,6 +5,7 @@
|
||||
// John Kleinschmidt <https://github.com/jkleinsc>
|
||||
// Brendan Forster <https://github.com/shiftkey>
|
||||
// Mark Lee <https://github.com/malept>
|
||||
// Florian Keller <https://github.com/ffflorian>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
/// <reference types="node" />
|
||||
@@ -57,9 +58,19 @@ declare namespace electronPackager {
|
||||
}
|
||||
|
||||
interface ElectronOsXSignOptions {
|
||||
identity?: string;
|
||||
entitlements?: string;
|
||||
"entitlements-inherit"?: string;
|
||||
"gatekeeper-assess"?: boolean;
|
||||
// see https://github.com/electron-userland/electron-packager/blob/92d09bba34599283a794fd6f24b88470f0cb1074/src/mac.js#L359
|
||||
identity?: string | true;
|
||||
"identity-validation"?: boolean;
|
||||
ignore?: string;
|
||||
keychain?: string;
|
||||
"pre-auto-entitlements"?: boolean;
|
||||
"pre-embed-provisioning-profile"?: boolean;
|
||||
"provisioning-profile"?: string;
|
||||
requirements?: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user