forked from qt-creator/qt-creator
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>
This commit is contained in:
3
dist/installer/mac/entitlements.plist
vendored
3
dist/installer/mac/entitlements.plist
vendored
@@ -12,5 +12,8 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.automation.apple-events</key>
|
<key>com.apple.security.automation.apple-events</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<!-- RTA needs Squish to inject itself via DYLD_* -->
|
||||||
|
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Reference in New Issue
Block a user