-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathremote.mobileconfig
53 lines (53 loc) · 1.77 KB
/
remote.mobileconfig
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
<?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>PayloadContent</key>
<array>
<dict>
<key>allowRapidSecurityResponseRemoval</key>
<false/>
<key>allowRemoteAppleEventsModification</key>
<false/>
<key>allowRemoteAppPairing</key>
<false/>
<key>allowScreenShot</key>
<false/>
<key>allowRemoteScreenObservation</key>
<false/>
<key>allowSharedDeviceTemporarySession</key>
<false/>
<key>allowSharedStream</key>
<false/>
<key>allowUniversalControl</key>
<false/>
<key>allowAirPlayIncomingRequests</key>
<false/>
<key>allowAirPrint</key>
<false/>
<key>allowAddingGameCenterFriends</key>
<false/>
<key>allowAirDrop</key>
<false/>
<key>PayloadIdentifier</key>
<string>com.example.securitysettings</string>
<key>PayloadType</key>
<string>com.apple.security.settings</string>
<key>PayloadUUID</key>
<string>12345678-1234-1234-1234-123456789abc</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Security Settings</string>
<key>PayloadIdentifier</key>
<string>com.example.mobileconfig</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>abcdefab-cdef-abcd-efab-cdefabcdefab</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>