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>
(cherry picked from commit 78d17390b8
)
Reviewed-by: Tim Jenssen <tim.jenssen@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/>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user