-
Notifications
You must be signed in to change notification settings - Fork 23
/
SoftwareUpdate.mobileconfig
43 lines (43 loc) · 1.36 KB
/
SoftwareUpdate.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
<?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>PayloadIdentifier</key>
<string>org.sacredsf.profile.softwareupdate</string>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>48a39070-1e4c-0131-c321-000c2944c108</string>
<key>PayloadOrganization</key>
<string>SSH SF</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadDisplayName</key>
<string>Software Update Settings</string>
<key>PayloadDescription</key>
<string>Software Update settings</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadType</key>
<string>com.apple.SoftwareUpdate</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>org.sacredsf.profile.softwareupdate</string>
<key>PayloadUUID</key>
<string>b70876f0-1e4c-0131-c323-000c2944c108</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadDisplayName</key>
<string>Software Update</string>
<key>CatalogURL</key>
<string>http://repo.sacredsf.org/content/catalogs/others/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1_release.sucatalog</string>
</dict>
</array>
</dict>
</plist>