Fix indenting in entitlements plist, and give OnionShare read-only access to Tor Browser's data, so it can optionally use Tor Browser's tor

This commit is contained in:
Micah Lee 2018-11-25 17:00:02 -08:00
parent 2cbe8979ab
commit 66e50c96b8
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -10,13 +10,17 @@
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-only</key>
<array>
<string>/Library/Application Support/TorBrowser-Data/Tor/control_auth_cookie</string>
</array>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
<array>
<string>/OnionShare</string>
</array>
<string>/OnionShare</string>
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>com.micahflee.onionshare</string>
</array>
<array>
<string>com.micahflee.onionshare</string>
</array>
</dict>
</plist>