We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277e026 commit 6734d5aCopy full SHA for 6734d5a
targets/entitlements.plist
@@ -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
@@ -0,0 +1,4 @@
+# to check current entitlements
+#codesign -d --entitlements :- /Applications/Godot_v4.4.1-stable_macos.app/Contents/MacOS/Godot
+# to overwrite
+codesign --entitlements entitlements.plist -f -s - /Applications/Godot_v4.4.1-stable_macos.app/Contents/MacOS/Godot
0 commit comments