osx-sign

Codesign Electron macOS apps

BSD-2-CLAUSE License

Downloads
1.4M
Stars
543
Committers
32

Bot releases are visible (Hide)

osx-sign - v0.3.0

Published by sethlu over 8 years ago

  • Added: Could code-sign darwin builds with entitlements.
  • Added: Recursive deep search to code-sign all binaries, frameworks, and dynamic libraries.
  • Added: Removal of .cstemp files before code-signing app bundle.
  • Added: Only use valid identity from security.
  • Added: pretest script to clean up test/work from the previous unfinished task.
  • Changed: .plist default entitlement files to .entitlements following Apple doc: Enabling App Sandbox.
  • Removed: helper-path, helper-executable-path, helper-eh-path, helper-eh-executable-path, helper-np-path and helper-np-executable-path.
osx-sign - v0.3.0-beta

Published by sethlu over 8 years ago

  • Added: Recursive deep search to code-sign all binaries, frameworks, and dynamic libraries.
  • Added: Removal of .cstemp files before code-signing app bundle.
  • Added: Only use valid identity from security.
  • Changed: .plist default entitlement files to .entitlements following Apple doc: Enabling App Sandbox.
  • Removed: helper-path, helper-executable-path, helper-eh-path, helper-eh-executable-path, helper-np-path and helper-np-executable-path.
osx-sign - v0.2.0

Published by sethlu over 8 years ago

  • New: electron-osx-flat to productbuild application package (.app) for shipping in flattened package (.pkg).
  • Added: pretest script to remove test/work directory.
osx-sign - v0.1.6

Published by sethlu over 8 years ago

  • Added helper-executable-path, helper-eh-executable-path and helper-np-executable-path in case auto discovery fails.
  • Added verbose flag to display all logs.
  • Added support for additional binaries, example usage: electron-osx-sign "Foo.app" "Foo.app/Contents/.../binary" "Foo.app/Contents/.../another_binary".
osx-sign - v0.1.5

Published by sethlu over 8 years ago

  • Fixed: Error thrown when callback function not given in signing the application package.
  • Fixed: Now libnode.dylib is signed along with others in Electron Framework.framework.
  • Fixed: Testing script now supports the API of the latest release.
osx-sign - v0.1.4

Published by sethlu almost 9 years ago

  • Fixed: Identity setting callback resolved.
osx-sign - v0.1.3

Published by sethlu almost 9 years ago

  • CLI support fixed.
  • Platform auto detection with presence of darwin-only frameworks.
osx-sign - v0.1.0

Published by sethlu almost 9 years ago

Initial release of electron-osx-sign.