1
0
Fork 0
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:
kkostiuk 2022-02-03 17:20:42 -05:00 committed by Kateryna Kostiuk
parent 1dbd909f40
commit 3821b78b80

View file

@ -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>