Skip to content

Commit

Permalink
fix(appx): App sandbox not enabled (ITMS-90296) (#4244)
Browse files Browse the repository at this point in the history
The issue in detail is explained here
electron/osx-sign#192
  • Loading branch information
vaibhavtel authored and develar committed Sep 23, 2019
1 parent 0fe8f12 commit e48681e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app-builder-lib/templates/entitlements.mac.plist
Expand Up @@ -2,10 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<!-- https://github.com/electron-userland/electron-builder/issues/3940 -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
</plist>

0 comments on commit e48681e

Please sign in to comment.