Skip to content

Commit

Permalink
Update entitlements.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
spichardo committed Apr 19, 2024
1 parent dae7169 commit 18003aa
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions BabelBrain/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- These are required for binaries built by PyInstaller -->
<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.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<!-- These are required for binaries built by PyInstaller -->
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<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.disable-library-validation</key>
<true/>
</dict>
</plist>
</plist>

0 comments on commit 18003aa

Please sign in to comment.