fix(macos): allow LuaJIT under hardened runtime

close #1214
This commit is contained in:
edde746
2026-06-01 02:46:37 +02:00
parent f8658027b8
commit eba553413c
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -4,6 +4,10 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<false/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>