Skip to content

Commit

Permalink
Add various entitlements, it does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Oct 4, 2021
1 parent 669ed2d commit e44fbf4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions erts/etc/darwin/Entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
<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/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
4 changes: 4 additions & 0 deletions erts/etc/darwin/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
</dict>
</dict>
</dict>
<key>LSArchitecturePriority</key>
<array>
<string>x86_64</string>
</array>
</dict>
</plist>

0 comments on commit e44fbf4

Please sign in to comment.