Skip to content

Commit 6734d5a

Browse files
committed
document fix for debug on mac
1 parent 277e026 commit 6734d5a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

targets/entitlements.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.get-task-allow</key>
6+
<true/>
7+
</dict>
8+
</plist>

targets/fix_mac_debug.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# to check current entitlements
2+
#codesign -d --entitlements :- /Applications/Godot_v4.4.1-stable_macos.app/Contents/MacOS/Godot
3+
# to overwrite
4+
codesign --entitlements entitlements.plist -f -s - /Applications/Godot_v4.4.1-stable_macos.app/Contents/MacOS/Godot

0 commit comments

Comments
 (0)