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 78d17390b8)
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Eike Ziller
2023-02-27 13:49:12 +01:00
committed by Tim Jenssen
parent cd317ed49a
commit 303b534273

View File

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