forked from khanhduytran0/FrontBoardAppLauncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
entitlements.xml
106 lines (106 loc) · 4 KB
/
entitlements.xml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?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.QuartzCore.displayable-context</key>
<true/>
<key>com.apple.QuartzCore.secure-mode</key>
<true/>
<key>com.apple.backboard.client</key>
<true/>
<key>com.apple.frontboard.launchapplications</key>
<true/>
<key>com.apple.private.security.no-sandbox</key>
<true/>
<key>com.apple.private.security.storage.AppBundles</key>
<true/>
<key>com.apple.private.security.storage.AppDataContainers</key>
<true/>
<key>com.apple.runningboard.assertions.frontboard</key>
<true/>
<key>com.apple.runningboard.hereditarygrantoriginator</key>
<true/>
<key>com.apple.runningboard.launchprocess</key>
<true/>
<key>com.apple.runningboard.primitiveattribute</key>
<true/>
<key>com.apple.runningboard.process-state</key>
<true/>
<key>com.apple.runningboard.targetidentities</key>
<true/>
<key>com.apple.runningboard.terminateprocess</key>
<true/>
<key>com.apple.security.exception.mach-lookup.global-name</key>
<array>
<string>com.apple.frontboard.systemappservices</string>
<string>com.apple.UIKit.statusbarserver</string>
<string>com.apple.sirittsd</string>
<string>com.apple.proactive.UserEducationSuggestion.server-listener.xpc</string>
<string>com.apple.Photos.MultiLibrary</string>
<string>com.apple.abm.helper.mobile</string>
<string>com.apple.siri.activation.service</string>
<string>com.apple.springboard.SBRendererService</string>
<string>com.apple.appstored.xpc</string>
<string>com.apple.appstored.xpc.request</string>
<string>com.apple.PointerUI.pointeruid.service-launching</string>
<string>com.apple.proactive.appDirectory</string>
<string>com.apple.CarPlayApp.service</string>
<string>com.apple.sleepd.sleepserver</string>
<string>com.apple.donotdisturb.service</string>
<string>com.apple.coordination.alarms</string>
<string>com.apple.coordination.timers</string>
<string>com.apple.tipsd</string>
<string>com.apple.ModeEntityScorer</string>
<string>com.apple.proactive.NotificationDigest.xpc</string>
<string>com.apple.assistant.announcement_state.service</string>
<string>com.apple.icloud.searchpartyd.beaconmanager</string>
<string>com.apple.server.bluetooth.general.xpc</string>
<string>com.apple.powerd.smartpowernap</string>
<string>com.apple.biomesyncd.realTimeSession</string>
<string>com.apple.sessionservices</string>
<string>aps-connection-initiate</string>
<string>com.apple.mobileassetd.v2</string>
<string>com.apple.HearingApp</string>
</array>
<key>com.apple.security.iokit-user-client-class</key>
<array>
<string>AGXCommandQueue</string>
<string>AGXDevice</string>
<string>AGXDeviceUserClient</string>
<string>AGXSharedUserClient</string>
<string>AppleCredentialManagerUserClient</string>
<string>AppleJPEGDriverUserClient</string>
<string>ApplePPMUserClient</string>
<string>AppleSPUHIDDeviceUserClient</string>
<string>AppleSPUHIDDriverUserClient</string>
<string>IOAccelContext</string>
<string>IOAccelContext2</string>
<string>IOAccelDevice</string>
<string>IOAccelDevice2</string>
<string>IOAccelSharedUserClient</string>
<string>IOAccelSharedUserClient2</string>
<string>IOAccelSubmitter2</string>
<string>IOHIDEventServiceFastPathUserClient</string>
<string>IOHIDLibUserClient</string>
<string>IOMobileFramebufferUserClient</string>
<string>IOReportUserClient</string>
<string>IOSurfaceAcceleratorClient</string>
<string>IOSurfaceRootUserClient</string>
<string>RootDomainUserClient</string>
<string>IOGPUDeviceUserClient</string>
</array>
<key>com.apple.springboard-ui.client</key>
<true/>
<key>com.apple.springboard.statusbarstyleoverrides</key>
<true/>
<key>com.apple.springboard.statusbarstyleoverrides.coordinator</key>
<array>
<string>UIStatusBarStyleOverrideDeveloperTools</string>
<string>UIStatusBarStyleOverridePlaygrounds</string>
</array>
<key>get-task-allow</key>
<true/>
<key>platform-application</key>
<true/>
</dict>
</plist>