We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36761b5 commit 466996eCopy full SHA for 466996e
app-osx/entitlements.plist
@@ -3,13 +3,13 @@
3
<plist version="1.0">
4
<dict>
5
<key>com.apple.security.cs.allow-jit</key>
6
-<false/>
+<true/>
7
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8
9
<key>com.apple.security.cs.disable-executable-page-protection</key>
10
11
<key>com.apple.security.cs.disable-library-validation</key>
12
13
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
14
<true/>
15
</dict>
0 commit comments