1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

notarize electron app

This commit is contained in:
Kyle Spearrin
2019-07-24 16:37:23 -04:00
parent bc1f07e193
commit 8beaf6c6dd
5 changed files with 71 additions and 21 deletions

View File

@@ -0,0 +1,8 @@
<?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.cs.allow-unsigned-executable-memory</key>
<true/>
</dict>
</plist>

View File

@@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
</dict>
</plist>