You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using electron-builder to build and sign my application. But if I enable sandbox in entitlements for Mac App Store publish then my app won't work. I have tried to re-sign with codesign, and I can confirm that it only work when sign without sandbox key.
1st attempt is without entitlement file contain sandbox key:
Command line: codesign -s "Apple Distribution: Block Browser INC (Y4NZxxxxxx)" --force --deep --sign - dist/mac-universal/BLOCK.app
Then BLOCK.app run normal.
2nd attempt is with entitlement file contain sandbox key:
No, unfortunately there is not. There are some old tickets where this has been extensively discussed before, which you can probably find if you want some more information.
I'm using electron-builder to build and sign my application. But if I enable sandbox in entitlements for Mac App Store publish then my app won't work. I have tried to re-sign with codesign, and I can confirm that it only work when sign without sandbox key.
Command line:
codesign -s "Apple Distribution: Block Browser INC (Y4NZxxxxxx)" --force --deep --sign - dist/mac-universal/BLOCK.app
Then BLOCK.app run normal.
Command line:
codesign --entitlements build/entitlements.mac.plist -s "Apple Distribution: Block Browser INC (Y4NZxxxxxx)" --force --deep --sign - dist/mac-universal/BLOCK.app
entitlements.mac.plist:
Then BLOCK.app quit unexpected.
Error file: error.log
Command line:
codesign --entitlements build/entitlements.mac.plist -s "Apple Distribution: Block Browser INC (Y4NZxxxxxx)" --force --deep --sign - dist/mac-universal/BLOCK.app
entitlements.mac.plist:
Then BLOCK.app run normal.
Packages version:
devDependencies:
dependencies:
Build settings:
Following #105, so I have after pack hook:
afterPackHook.js:
The text was updated successfully, but these errors were encountered: