mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +01:00
9aeb412404
* Revert "[PM-7646][PM-5506] Revert IPC changes (#10946)"
This reverts commit ed4d481e4d
.
* Ensure tmp dir gets created on MacOS
* Remove client reconnections
* Improve client error handling and process exiting
35 lines
1.7 KiB
Plaintext
35 lines
1.7 KiB
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.application-identifier</key>
|
|
<string>LTZ2PFU5D6.com.bitwarden.desktop</string>
|
|
<key>com.apple.developer.team-identifier</key>
|
|
<string>LTZ2PFU5D6</string>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<true/>
|
|
<key>com.apple.security.application-groups</key>
|
|
<array>
|
|
<string>LTZ2PFU5D6.com.bitwarden.desktop</string>
|
|
</array>
|
|
<key>com.apple.security.network.client</key>
|
|
<true/>
|
|
<key>com.apple.security.files.user-selected.read-write</key>
|
|
<true/>
|
|
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
|
|
<array>
|
|
<string>/Library/Application Support/Mozilla/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Google/Chrome/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Google/Chrome Beta/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Google/Chrome Dev/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Google/Chrome Canary/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Chromium/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Microsoft Edge/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Microsoft Edge Beta/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Microsoft Edge Dev/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Microsoft Edge Canary/NativeMessagingHosts/</string>
|
|
<string>/Library/Application Support/Vivaldi/NativeMessagingHosts/</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|