mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +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
13 lines
361 B
Plaintext
13 lines
361 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.application-groups</key>
|
|
<array>
|
|
<string>LTZ2PFU5D6.com.bitwarden.desktop</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|