1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

after-sign safari ext libs

This commit is contained in:
Kyle Spearrin
2019-09-27 12:03:12 -04:00
parent 67c89e4114
commit f3674aa7b2
4 changed files with 76 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
<?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.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>