Browse Source

Merge pull request #8380 from danfountgames/patch-2

Adding the important line to the example entitlements file.
Max Hilbrunner 1 year ago
parent
commit
9d3214f9bc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contributing/development/debugging/macos_debug.rst

+ 2 - 0
contributing/development/debugging/macos_debug.rst

@@ -29,6 +29,8 @@ Create an ``editor.entitlements`` text file with the following contents:
             <true/>
             <key>com.apple.security.device.camera</key>
             <true/>
+            <key>com.apple.security.get-task-allow</key>
+            <true/>
         </dict>
     </plist>