Skip to content

Tags: electron/osx-sign

Tags

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support no identity (skip sign) (#421)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add JIT compilation entitlement (#382)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add option to set permissions for Foo.app to be squirrel.mac co…

…mpatible (#373)

v2.1.0

Toggle v2.1.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat(perf): add `batchCodesignCalls` option to allow signing multiple…

… files at once (#347)

Co-authored-by: Erick Zhao <erick@hotmail.ca>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: bump engines to Node.js >=22.12.0 (#352)

BREAKING CHANGE: Bumps required Node.js version to >=22.12.0. Changes `sign`, `walk`, and `flat` functions to their Promise-based implementations. This module is now ESM-only.

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: strictVerify not working with true value (#345)

* Fix strictVerify not working with true value

And extend it to support string-specified restrictions

* Fix handling of `strictVerify=undefined`

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(flat): don't use `pkgbuild` for MAS distributions (#340)

* fix(flat): don't use pkgbuild for MAS distributions

* chore: additional validation and logging

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(flat): use `pkgbuild` to bundle pre/postinstall scripts (#282)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for and document --deep for subresources (#316)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: export walkAsync, correcting type definition comments around re…

…quirements (#311)