summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2023-02-27 13:49:12 +0100
committerTim Jenssen <tim.jenssen@qt.io>2023-03-06 06:32:22 +0000
commit303b5342732f50ad80fca94ed4e732a36f9951ce (patch)
tree4b6d12a42c96ba02da9de2bde8e8ffcda2e4e5f6
parentcd317ed49a68de99c467b467dd4737bbbca1d354 (diff)
downloadqt-creator-303b5342732f50ad80fca94ed4e732a36f9951ce.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> (cherry picked from commit 78d17390b8b922efa7681e1ebab7d8c626a1f66d) Reviewed-by: Tim Jenssen <tim.jenssen@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>