osx-sign icon indicating copy to clipboard operation
osx-sign copied to clipboard

Codesign Electron macOS apps

Results 51 osx-sign issues
Sort by recently updated
recently updated
newest added
trafficstars

If no provisioning profile is passed on the command line, the current working directory is searched for a profile. The debug log says: ``` No `provisioning-profile` passed in arguments, will...

enhancement

Introduce `--pre-auto-app-group` to cover automations around ElectronTeamID, enabled by default, while `--pre-auto-entitlements` instead adds the extra team identifier and app identifier, disabled by default? Regarding... - https://github.com/electron-userland/electron-osx-sign/pull/105 (related but closed...

enhancement

Raised in https://github.com/electron-userland/electron-builder/issues/1967#issuecomment-333639366 It would be great if the provisioning profile provided could be compared with the certificate during code signing and return an error if they're different. In the...

enhancement
help wanted

Commits addressing this issue: https://github.com/electron-userland/electron-osx-sign/pull/112/commits/73b42abf0228f1e2b0d88373a80a127903db1e3c, https://github.com/electron-userland/electron-osx-sign/commit/882b21f41ea7b08f5a10d8dda8f8dcf16bf68e7d.

enhancement
help wanted

I have some additional binaries which I need to include into the app bundle, but one of them has dynamically linked libs and verification always fails with "code object is...

Electron: ~10.3.1 OS: Mac OS 12.5 I have an app in the Mac Store. I changed computers recently, and I cannot update the app. I have been trying for weeks...

**Steps to reproduce :** 1) Take an electron app built for macOS, distributed outside of the app store, that does not include the sandbox entitlement. 2) Using `codesign` on the...

This change exports the `walkAsync` function so that implementers can reliably generate an identical file list for purposes other than signing such as removing or inspecting individual file signatures. Also...

I have an electron app that I build in GitHub Actions and every now and then, seemingly randomly, builds will stall and never complete the very first `codesign` operation. When...

I have an app that I can notarize, sign and execute properly. But when I upload it to Mac App Store for review via transporter, I get the following errors:...