浏览代码

The most important line was missing from the example entitlements file.

danfountgames 1 年之前
父节点
当前提交
4367d18826
共有 1 个文件被更改,包括 2 次插入0 次删除
  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>