Skip to content

Commit 4367d18

Browse files
The most important line was missing from the example entitlements file.
1 parent 6823400 commit 4367d18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributing/development/debugging/macos_debug.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Create an ``editor.entitlements`` text file with the following contents:
2929
<true/>
3030
<key>com.apple.security.device.camera</key>
3131
<true/>
32+
<key>com.apple.security.get-task-allow</key>
33+
<true/>
3234
</dict>
3335
</plist>
3436

0 commit comments

Comments
 (0)