mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02: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:
parent
1dbd909f40
commit
3821b78b80
1 changed files with 2 additions and 0 deletions
|
@ -10,5 +10,7 @@
|
|||
<true/>
|
||||
<key>com.apple.security.cs.allow-jit</key>
|
||||
<true/>
|
||||
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Add table
Reference in a new issue