forked from Lessica/TrollFools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrollFools.entitlements
44 lines (44 loc) · 1.27 KB
/
TrollFools.entitlements
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
44
<?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>application-identifier</key>
<string>GXZ23M5TP2.wiki.qaq.TrollFools</string>
<key>com.apple.CommCenter.fine-grained</key>
<array>
<string>spi</string>
<string>identity</string>
</array>
<key>com.apple.private.persona-mgmt</key>
<true/>
<key>com.apple.private.security.container-manager</key>
<true/>
<key>com.apple.private.security.container-required</key>
<false/>
<key>com.apple.private.security.disk-device-access</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>
<key>com.apple.private.security.storage.AppBundles</key>
<true/>
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/>
<key>com.apple.private.thread-set-state</key>
<true/>
<key>com.apple.security.exception.files.absolute-path.read-write</key>
<array>
<string>/</string>
</array>
<key>com.apple.system-task-ports</key>
<true/>
<key>com.apple.system-task-ports.control</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>wiki.qaq.TrollFools</string>
<string>GXZ23M5TP2.wiki.qaq.TrollFools</string>
</array>
<key>platform-application</key>
<true/>
</dict>
</plist>