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

OS: MacOS 10.14.4 XCode: 10.2 When using DEBUG=electron-osx-sign* to debug code signing, i found a couple of issues: First, if the path to the file to be signed contains "/p"...

bug

Every time I run electron-osx-sign (through electron-forge) and then the notarization process I get the following errors: ```json { "logFormatVersion": 1, "jobId": "****", "status": "Invalid", "statusSummary": "Archive contains critical validation...

question

Hi, Is there a way to run `electron-osx-sign` with the equivalent of the `--deep` flag from Apple's own `codesign` tool, so that it will recursively walk directories and sign included...

enhancement

In working through a number of issues trying to get electron-builder to sign/notarize my application (which is packaged as a DMG installer), I ran into issues with text files in...

Hi there, I have updated my system to High Sierra a few days ago, and now I can't sign my apps anymore. I've tested everything I could think off: -...

bug
enhancement
help wanted
question

> **Here's what `electron-osx-sign` does a little differently:** Since Electron supports macOS features like Handoff, _when app sandbox is enabled_, `electron-osx-sign` (default with `--pre-auto-entitlements`) will automatically inject `com.apple.developer.team-identifier` into the...

enhancement

hi, all i need codesign app with 'Develop ID Application' certificate. first i set the the Certificate's Trust to 'Use System Defaults' codesign will fine pass, and i verifying it...

enhancement
question