forked from qt-creator/qt-creator
macOS: Allow debugging Qt Creator
Fixes: QTCREATORBUG-29010 Change-Id: I349d2dcd383613661c1faad3104f211d6c6ce028 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
2ffe169a8d
commit
ee4fc5b801
3
dist/installer/mac/entitlements.plist
vendored
3
dist/installer/mac/entitlements.plist
vendored
@@ -15,5 +15,8 @@
|
||||
<!-- RTA needs Squish to inject itself via DYLD_* -->
|
||||
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
|
||||
<true/>
|
||||
<!-- Allow ourselves to be debugged -->
|
||||
<key>com.apple.security.get-task-allow</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Reference in New Issue
Block a user