Skip to content

Commit

Permalink
Remove dyld entitlement
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Dec 9, 2024
1 parent dc70a94 commit df1db0e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rel/macosx/app.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
</dict>
</plist>

0 comments on commit df1db0e

Please sign in to comment.