Skip to content

Commit 85dadf4

Browse files
committed
Fix entitlement for macos to allow dylibs
1 parent 2e635cd commit 85dadf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/entitlements.mac.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
<dict>
55
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
66
<true/>
7+
<key>com.apple.security.cs.disable-library-validation</key>
8+
<true/>
79
</dict>
810
</plist>

0 commit comments

Comments
 (0)