Skip to content

Commit 2daf0a2

Browse files
committed
Remove unnecessary macOS entitlements
1 parent 6beb8a3 commit 2daf0a2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Resources/Build-files/entitlements.plist

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.security.cs.allow-jit</key>
6-
<true/>
75
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
86
<true/>
9-
<key>com.apple.security.cs.disable-executable-page-protection</key>
10-
<true/>
11-
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
12-
<true/>
13-
<key>com.apple.security.cs.disable-library-validation</key>
14-
<true/>
157
</dict>
168
</plist>

0 commit comments

Comments
 (0)