-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathUserDefaults.plist
125 lines (125 loc) · 3.93 KB
/
UserDefaults.plist
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?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>includeDeprecatedInProductGroups</key>
<false/>
<key>pkginfoPrefillVersion</key>
<true/>
<key>pkginfoPrefillDisplayName</key>
<true/>
<key>pkginfoPrefillDescription</key>
<false/>
<key>pkginfoPrefillDescriptionType</key>
<integer>0</integer>
<key>pkginfoUnattendedInstall</key>
<false/>
<key>pkginfoFileExtensions</key>
<array>
<string>.plist</string>
<string>.pkginfo</string>
</array>
<key>pkginfoDefaultFileExtension</key>
<string>.plist</string>
<key>pkginfoAddMetadata</key>
<true/>
<key>defaultMunkiCatalogs</key>
<array>
<dict>
<key>enabled</key>
<true/>
<key>title</key>
<string>testing</string>
</dict>
</array>
<key>baseURL</key>
<string>http://swscan.apple.com</string>
<key>defaultCatalogs</key>
<array>
<dict>
<key>catalogOSVersion</key>
<string>10.10</string>
<key>catalogURL</key>
<string>http://swscan.apple.com/content/catalogs/others/index-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
<key>catalogDisplayName</key>
<string>Yosemite</string>
</dict>
<dict>
<key>catalogOSVersion</key>
<string>10.9</string>
<key>catalogURL</key>
<string>http://swscan.apple.com/content/catalogs/others/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
<key>catalogDisplayName</key>
<string>Mavericks</string>
</dict>
<dict>
<key>catalogOSVersion</key>
<string>10.8</string>
<key>catalogURL</key>
<string>http://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
<key>catalogDisplayName</key>
<string>Mountain Lion</string>
</dict>
<dict>
<key>catalogOSVersion</key>
<string>10.7</string>
<key>catalogURL</key>
<string>http://swscan.apple.com/content/catalogs/others/index-lion-snowleopard-leopard.merged-1.sucatalog</string>
<key>catalogDisplayName</key>
<string>Lion</string>
</dict>
<dict>
<key>catalogOSVersion</key>
<string>10.6</string>
<key>catalogURL</key>
<string>http://swscan.apple.com/content/catalogs/others/index-leopard-snowleopard.merged-1.sucatalog</string>
<key>catalogDisplayName</key>
<string>Snow Leopard</string>
</dict>
<dict>
<key>catalogOSVersion</key>
<string>10.5</string>
<key>catalogURL</key>
<string>http://swscan.apple.com/content/catalogs/others/index-leopard.merged-1.sucatalog</string>
<key>catalogDisplayName</key>
<string>Leopard</string>
</dict>
<dict>
<key>catalogOSVersion</key>
<string>10.4</string>
<key>catalogURL</key>
<string>http://swscan.apple.com/content/catalogs/index.sucatalog</string>
<key>catalogDisplayName</key>
<string>index.sucatalog</string>
</dict>
<dict>
<key>catalogOSVersion</key>
<string>10.4</string>
<key>catalogURL</key>
<string>http://swscan.apple.com/content/catalogs/index-1.sucatalog</string>
<key>catalogDisplayName</key>
<string>index-1.sucatalog</string>
</dict>
</array>
<key>reposadoDefaults</key>
<dict>
<key>AppleCatalogURLs</key>
<array>
<string>http://swscan.apple.com/content/catalogs/index.sucatalog</string>
<string>http://swscan.apple.com/content/catalogs/others/index-leopard.merged-1.sucatalog</string>
<string>http://swscan.apple.com/content/catalogs/others/index-leopard-snowleopard.merged-1.sucatalog</string>
<string>http://swscan.apple.com/content/catalogs/others/index-lion-snowleopard-leopard.merged-1.sucatalog</string>
<string>http://swscan.apple.com/content/catalogs/others/index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string>
</array>
<key>AdditionalCurlOptions</key>
<array/>
<key>PreferredLocalizations</key>
<array>
<string>English</string>
<string>en</string>
</array>
<key>CurlPath</key>
<string>/usr/bin/curl</string>
</dict>
</dict>
</plist>