Skip to content

Commit 466996e

Browse files
committed
I guess these are needed for the JVM
1 parent 36761b5 commit 466996e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app-osx/entitlements.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<plist version="1.0">
44
<dict>
55
<key>com.apple.security.cs.allow-jit</key>
6-
<false/>
6+
<true/>
77
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
8-
<false/>
8+
<true/>
99
<key>com.apple.security.cs.disable-executable-page-protection</key>
10-
<false/>
10+
<true/>
1111
<key>com.apple.security.cs.disable-library-validation</key>
12-
<false/>
12+
<true/>
1313
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
1414
<true/>
1515
</dict>

0 commit comments

Comments
 (0)