-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathentitlements.plist
36 lines (36 loc) · 1.15 KB
/
entitlements.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
<?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.security.container-required</key>
<false/>
<key>com.apple.private.security.no-container</key>
<true/>
<key>com.apple.private.security.no-sandbox</key>
<true/>
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/>
<key>com.apple.private.persona-mgmt</key>
<true/>
<key>com.apple.private.MobileContainerManager.allowed</key>
<true/>
<key>backupd-connection-initiate</key>
<true/>
<key>com.apple.keystore.device</key>
<true/>
<key>com.apple.private.xpc.launchd.userspace-reboot</key>
<true/>
<key>com.apple.private.xpc.launchd.userspace-reboot-now</key>
<true/>
<key>com.apple.frontboard.shutdown</key>
<true/>
<key>com.apple.managedconfiguration.profiled-access</key>
<true/>
<key>com.apple.locationd.simulation</key>
<true/>
<key>com.apple.locationd.authorizeapplications</key>
<true/>
</dict>
</plist>