secretive/Sources/Secretive/Secretive.entitlements

19 lines
536 B
Plaintext
Raw Normal View History

2020-02-19 03:36:41 +00: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>
2020-03-04 07:14:38 +00:00
<key>com.apple.security.app-sandbox</key>
2020-03-06 07:57:31 +00:00
<true/>
2020-09-22 06:12:50 +00:00
<key>com.apple.security.files.user-selected.read-write</key>
2020-03-07 07:13:37 +00:00
<true/>
2020-03-15 08:01:40 +00:00
<key>com.apple.security.network.client</key>
<true/>
2020-09-22 06:12:50 +00:00
<key>com.apple.security.smartcard</key>
<true/>
2020-03-04 07:14:38 +00:00
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.maxgoedjen.Secretive</string>
</array>
2020-02-19 03:36:41 +00:00
</dict>
</plist>