1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-29 20:50:58 +01:00
bitwarden-estensione-browser/resources/entitlements.mas.plist

13 lines
366 B
Plaintext
Raw Normal View History

2018-02-15 23:25:26 -05:00
<?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.network.client</key>
<true/>
2018-08-18 00:25:10 -04:00
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
2018-02-15 23:25:26 -05:00
</dict>
</plist>