-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAmethyst Browser.entitlements
More file actions
43 lines (43 loc) · 1.5 KB
/
Amethyst Browser.entitlements
File metadata and controls
43 lines (43 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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.developer.aps-environment</key>
<string>development</string>
<key>com.apple.developer.icloud-container-identifiers</key>
<array>
<string>iCloud.de.touchthegrass.amethyst-authenticator-dev</string>
</array>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudKit</string>
</array>
<key>com.apple.developer.kernel.increased-memory-limit</key>
<true/>
<key>com.apple.developer.web-browser.public-key-credential</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>$(TeamIdentifierPrefix)group.de.touchthegrass.AmethystAuthenticator</string>
<string>$(TeamIdentifierPrefix)group.de.touchthegrass.AmethystAuthenticator.dev</string>
<string>$(TeamIdentifierPrefix)group.de.touchthegrass.Amethyst.Index</string>
</array>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(KEYCHAIN_GROUP)</string>
<string>$(AppIdentifierPrefix)de.touchthegrass.Amethyst-Index.app</string>
</array>
</dict>
</plist>