summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-02-27 13:49:12 +0100
committerEike Ziller <eike.ziller@qt.io>2023-02-27 13:30:28 +0000
commit78d17390b8b922efa7681e1ebab7d8c626a1f66d (patch)
tree450d47472c42266f4d2f5ca5200319469d1baaaa
parent78218cd601ed64407b43eb30f19eac944f65a826 (diff)
downloadqt-creator-78d17390b8b922efa7681e1ebab7d8c626a1f66d.tar.gz
macOS: Allow Squish to attach itself for RTA
https://kb.froglogic.com/squish/mac/troubleshoot/hardened-runtime/#which-entitlements-squish-needs Fixes: SQUISH-15904 Change-Id: Ib3a07ce2cb33d8fef63b21b19af3b7aabbab88ea Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--dist/installer/mac/entitlements.plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/installer/mac/entitlements.plist b/dist/installer/mac/entitlements.plist
index 4bf9fbeb0a..8500f2f703 100644
--- a/dist/installer/mac/entitlements.plist
+++ b/dist/installer/mac/entitlements.plist
@@ -12,5 +12,8 @@
<true/>
<key>com.apple.security.automation.apple-events</key>
<true/>
+ <!-- RTA needs Squish to inject itself via DYLD_* -->
+ <key>com.apple.security.cs.allow-dyld-environment-variables</key>
+ <true/>
</dict>
</plist>