-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDisable_Software_Update_Panel.mobileconfig
More file actions
39 lines (39 loc) · 1.21 KB
/
Copy pathDisable_Software_Update_Panel.mobileconfig
File metadata and controls
39 lines (39 loc) · 1.21 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
<?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>DisabledPreferencePanes</key>
<array>
<string>com.apple.preferences.softwareupdate</string>
</array>
<key>PayloadDisplayName</key>
<string>System Preferences</string>
<key>PayloadIdentifier</key>
<string>com.apple.systempreferences.719BF3CE-BC30-4BFC-BF01-D94F6BED395B</string>
<key>PayloadType</key>
<string>com.apple.systempreferences</string>
<key>PayloadUUID</key>
<string>719BF3CE-BC30-4BFC-BF01-D94F6BED395B</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Disable Software Update Panel</string>
<key>PayloadIdentifier</key>
<string>iMazing-Profile-Editor.8D8D6759-5F07-4208-86A1-4433EFD15748</string>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>8D8D6759-5F07-4208-86A1-4433EFD15748</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TargetDeviceType</key>
<integer>5</integer>
</dict>
</plist>