diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-30 14:42:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-30 14:42:35 +0100 |
| commit | 7b9c7c8e01277f6c275544019ab203cff0cb9cfc (patch) | |
| tree | 38a7c3cf14c7c45f5b7b3c3622e57abfc3e1999f | |
| parent | a6dfe3d570dec3306eaf7149596d2ca2ed5fd93e (diff) | |
Add com.apple.security.cs.allow-unsigned-executable-memory (#2735).2735-crash
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index fb9a24a9b..4772d8b19 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -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 |
