mirror of
https://github.com/bitwarden/desktop
synced 2025-12-05 23:53:29 +00:00
Add jit entitlement (#1395)
* Add arm64 package * temporarily remove workflow ignore * Don't delete universal dist when completing arm64 * Add allow-jit entitlement * Revert "Don't delete universal dist when completing arm64" This reverts commitb06d638345. * Revert "temporarily remove workflow ignore" This reverts commit8007983547. * Revert "Add arm64 package" This reverts commitc8359dae4d. Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<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.disable-library-validation</key>
|
||||
|
||||
Reference in New Issue
Block a user