Skip to content

Commit

Permalink
Add com.apple.security.automation.apple-events to enable apple even…
Browse files Browse the repository at this point in the history
…ts sent to other applications when signed with hardened runtime security.
  • Loading branch information
dkocher committed Oct 21, 2018
1 parent 09b2f6e commit 19a5fdc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup/app/default.entitlements
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!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.cs.disable-library-validation</key>
<true/>
</dict>
<dict>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions setup/app/sandbox.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
</dict>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
</dict>
</plist>

0 comments on commit 19a5fdc

Please sign in to comment.