Skip to content

Commit 519bf5b

Browse files
authored
Reduce Connect macOS entitlements to just allow-jit (#51422)
1 parent c8d8c21 commit 519bf5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)