Skip to content

Commit c1dc698

Browse files
committed
Fix macOS codesigning issue
1 parent 9b688c6 commit c1dc698

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Resources/Installer/Entitlements.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<dict>
55
<key>com.apple.security.cs.disable-library-validation</key>
66
<true/>
7+
<key>com.apple.security.cs.allow-jit</key>
8+
<true/>
9+
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
10+
<true/>
711
<key>com.apple.security.device.audio-input</key>
812
<true/>
913
<key>com.apple.security.device.camera</key>

0 commit comments

Comments
 (0)