Browse Source

Merge pull request #8380 from danfountgames/patch-2

Adding the important line to the example entitlements file.
Max Hilbrunner 1 năm trước cách đây
mục cha
commit
9d3214f9bc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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>