Interface OsxUniversalOptions

See the documentation for @electron/universal for details.

interface OsxUniversalOptions {
    infoPlistsToIgnore?: string;
    mergeASARs?: boolean;
    singleArchFiles?: string;
    x64ArchFiles?: string;
}

Properties

infoPlistsToIgnore?: string

Minimatch pattern of paths that should not receive an injected ElectronAsarIntegrity value

mergeASARs?: boolean

Merge x64 and arm64 ASARs into one.

singleArchFiles?: string

Minimatch pattern of paths that are allowed to be present in one of the ASAR files, but not in the other.

x64ArchFiles?: string

Minimatch pattern of binaries that are expected to be the same x64 binary in both of the ASAR files.