Skip to content

Commit e6e0306

Browse files
authored
Merge pull request godotengine#8380 from danfountgames/patch-2
Adding the important line to the example entitlements file.
2 parents 9d2bd35 + 4367d18 commit e6e0306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributing/development/debugging/macos_debug.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Create an ``editor.entitlements`` text file with the following contents:
2929
<true/>
3030
<key>com.apple.security.device.camera</key>
3131
<true/>
32+
<key>com.apple.security.get-task-allow</key>
33+
<true/>
3234
</dict>
3335
</plist>
3436

0 commit comments

Comments
 (0)