-
Notifications
You must be signed in to change notification settings - Fork 1
/
ent.plist
64 lines (64 loc) · 1.71 KB
/
ent.plist
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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.private.tcc.allow</key>
<array>
<string>kTCCServiceAddressBook</string>
</array>
<key>com.apple.private.game-center</key>
<array>
<string>Account</string>
</array>
<key>com.apple.private.game-center.bypass-authentication</key>
<true/>
<key>com.apple.mobile.deleted.AllowFreeSpace</key>
<true/>
<key>com.apple.mobilemail.mailservices</key>
<true/>
<key>com.apple.springboard.opensensitiveurl</key>
<true/>
<key>platform-application</key>
<true/>
<key>com.apple.private.accounts.allaccounts</key>
<true/>
<key>aps-connection-initiate</key>
<true/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>com.apple.CommCenter.fine-grained</key>
<array>
<string>spi</string>
</array>
<key>com.apple.imagent</key>
<true/>
<key>com.apple.coretelephony.Identity.get</key>
<true/>
<key>com.apple.private.imcore.imdpersistence.database-access</key>
<true/>
<key>com.apple.private.imcore.imremoteurlconnection</key>
<true/>
<key>com.apple.messages.composeclient</key>
<true/>
<key>com.apple.imagent.chat</key>
<true/>
<key>com.apple.private.ids.messaging</key>
<true/>
<key>com.apple.private.imcore.imdmessageservices</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>
<key>com.apple.private.corerecents</key>
<true/>
<key>com.apple.private.communicationsfilter</key>
<true/>
<key>com.apple.private.ids.idquery-cache</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>apple</string>
</array>
<key>com.apple.multitasking.unlimitedassertions</key>
<true/>
</dict>
</plist>