summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Tillmanns <marcus.tillmanns@qt.io>2023-04-06 15:04:05 +0200
committerEike Ziller <eike.ziller@qt.io>2023-04-13 10:57:54 +0000
commitee4fc5b801ecf1862f8695782e745822b2456766 (patch)
tree1ffa89d1b20037db401681dcc7e301a28c754550
parent2ffe169a8d90205a02e89844b5e6280daf51c3bd (diff)
downloadqt-creator-ee4fc5b801ecf1862f8695782e745822b2456766.tar.gz
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>
-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 8500f2f703..dadc6bff87 100644
--- a/dist/installer/mac/entitlements.plist
+++ b/dist/installer/mac/entitlements.plist
@@ -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>