Add com.apple.security.cs.allow-unsigned-executable-memory (#2735). 2735-crash
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Jan 2024 13:42:35 +0000 (14:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 30 Jan 2024 13:42:35 +0000 (14:42 +0100)
platform/osx/make_dmg.sh

index fb9a24a9bb4f2af7883b554fd861a7a4987cd97d..4772d8b19cbaebb9b5377b15e75ddaca750f1d6f 100644 (file)
@@ -62,6 +62,8 @@ cat <<EOF > entitlements.plist
   <true/>
   <key>com.apple.security.cs.allow-dyld-environment-variables</key>
   <true/>
+  <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
+  <true/>
 </dict>
 </plist>
 EOF