Skip to content

Commit 62a3b89

Browse files
staticfloatKristofferC
authored andcommitted
Fix get-task-allow entitlement (#41559)
We had apparently misspelled this entitlement, not allowing `lldb` to attach to official macOS builds. (cherry picked from commit ad6740b)
1 parent 875229c commit 62a3b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mac/app/Entitlements.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<dict>
55
<key>com.apple.security.automation.apple-events</key>
66
<true/>
7-
<key>com.apple.security.cs.get-task-allow</key>
7+
<key>com.apple.security.get-task-allow</key>
88
<true/>
99
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
1010
<true/>

0 commit comments

Comments
 (0)