mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 00:36:35 +08:00
macOS: allow unsigned executable memory
With hardened runtime app crashes in sws_scale when converting pixel formats. Unsigned executable memory entitlement fix the crash. Change-Id: Ia6e8cd0b1ff9537343991f730d0ed63384d17c2d
This commit is contained in:
committed by
Kateryna Kostiuk
parent
1dbd909f40
commit
3821b78b80
@@ -10,5 +10,7 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.cs.allow-jit</key>
|
<key>com.apple.security.cs.allow-jit</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user