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

## Error ![image](https://user-images.githubusercontent.com/1389894/57037818-1d85c400-6c50-11e9-9059-e3e29a5b8eaa.png) > ERROR ITMS-90296: "App sandbox not enabled. The following executables must include the "com.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlements property list: [(...

question

Using `DEBUG=*` when building an application with electron-builder I can see that electron-osx-sign, clones the signing options for every file it signs. It's not harmeful since `codesign` seems to handle...

I've seen a few other issue reports along these lines, but none that seem to address my situation specifically. When attempting to code-sign my (development) app using electron-packager, I see:...

https://github.com/electron/osx-sign/blob/af53ad09d65192aed71ee8eb302d553decfc4abe/src/sign.ts#L238-L245 For each file we push `perFileOptions` into the `args`. But never remove it. So that the previous options would also affect the others. Is that a bug or I...

bug

Hi, It seems `Apple Distribution` certificates not supported. > https://help.apple.com/xcode/mac/current/#/dev3a05256b8 > Apple Distribution > Sign your apps for submission to the App Store or for Ad Hoc distribution. For use...

enhancement

I just had this issue where my app would not sign. I am adding a couple of extra binaries to the `Contents/MacOS` directory. The file names happened to be longer...

I created an issue: https://github.com/electron/electron-osx-sign/issues/237 I believe this was caused by not having the escape character when the codesign command string was being constructed; therefore, causing the codesign command to...

I have an electron app that has spaces in the name "My App.app" and ran into an issue with codesigning. I ran the following: `electron-osx-sign "My App.app" --platform=darwin --type=distribution --identity="Developer...

help wanted
wiki

As addressed from #17, there may be ways for testing both compatibility and various minor functionalities that are infrequently called for execution.

enhancement