-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmonkeydev.entitlements
More file actions
34 lines (34 loc) · 925 Bytes
/
monkeydev.entitlements
File metadata and controls
34 lines (34 loc) · 925 Bytes
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
<?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>platform-application</key>
<true/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>
<key>com.apple.private.accounts.allaccounts</key>
<true/>
<key>com.apple.mobilemail.mailservices</key>
<true/>
<key>com.apple.mobilemail</key>
<true/>
<key>com.apple.mail.preferences</key>
<true/>
<key>com.apple.private.email</key>
<true/>
<key>com.apple.mobilemail.ismobilemail</key>
<true/>
<key>com.apple.private.security.storage.Mail</key>
<true/>
<key>com.apple.private.suggestions.mail</key>
<true/>
<key>com.apple.private.tcc.allow</key>
<true/>
<key>com.apple.bulletinboard.utilities</key>
<true/>
<key>aps-connection-initiate</key>
<true/>
</dict>
</plist>