Browse Source

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

danfountgames 1 năm trước cách đây
mục cha
commit
4367d18826
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>