-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathallowScreensharing.mobileconfig
More file actions
40 lines (40 loc) · 1.71 KB
/
allowScreensharing.mobileconfig
File metadata and controls
40 lines (40 loc) · 1.71 KB
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
<?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">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Configure TCC Settings</string>
<key>PayloadDisplayName</key>
<string>Enable Screensharing Agent</string>
<key>PayloadIdentifier</key>
<string>3A6CA7B1-D0B8-4550-A971-2D13005768D8</string>
<key>PayloadType</key>
<string>com.apple.TCC.configuration-profile-policy</string>
<key>PayloadUUID</key>
<string>3A6CA7B1-D0B8-4550-A971-2D13005768D8</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>Services</key>
<dict>
<key>PostEvent</key>
<array>
<dict>
<key>Identifier</key>
<string>com.apple.screensharing.agent</string>
<key>CodeRequirement</key>
<string>identifier "com.apple.screensharing.agent" and anchor apple</string>
<key>IdentifierType</key>
<string>bundleID</string>
<key>StaticCode</key>
<integer>0</integer>
<key>Allowed</key>
<integer>1</integer>
</dict>
</array>
</dict>
</dict>
</array>
</dict>
</plist>