瀏覽代碼

Merge pull request #8380 from danfountgames/patch-2

Adding the important line to the example entitlements file.
Max Hilbrunner 1 年之前
父節點
當前提交
9d3214f9bc
共有 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>