mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-12 00:41:29 +01:00
* [DEVOPS-1424] Changes to support hardening on the Mac desktop app * Remove unsigned memory exception * Remove exceptions from the local (non-MAS) mac builds as well --------- Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
<?xml version="1.0" encoding="UTF-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.app-sandbox</key>
|
|
<true/>
|
|
<key>com.apple.security.inherit</key>
|
|
<true/>
|
|
<key>com.apple.security.cs.allow-jit</key>
|
|
<true/>
|
|
<!--
|
|
<key>com.apple.developer.authentication-services.autofill-credential-provider</key>
|
|
<true/>
|
|
-->
|
|
</dict>
|
|
</plist>
|