Skip to content

Commit b243208

Browse files
authored
feat(data): add macOS-11.0-20A5395g (#248)
1 parent b5847ff commit b243208

2 files changed

Lines changed: 139 additions & 0 deletions

File tree

data/releases.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,6 +2671,17 @@
26712671
"releaseDate" : "2020-10-28",
26722672
"releaseName" : "Big Sur"
26732673
},
2674+
{
2675+
"betaNumber" : 10,
2676+
"buildNumber" : "20A5395g",
2677+
"dataFile" : "releases/11/macOS-11.0-20A5395g.json",
2678+
"isBeta" : true,
2679+
"isDeviceSpecific" : false,
2680+
"isRC" : false,
2681+
"osVersion" : "11.0",
2682+
"releaseDate" : "2020-10-14",
2683+
"releaseName" : "Big Sur"
2684+
},
26742685
{
26752686
"betaNumber" : 9,
26762687
"buildNumber" : "20A5384c",
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
{
2+
"betaNumber" : 10,
3+
"buildNumber" : "20A5395g",
4+
"components" : [
5+
{
6+
"name" : "curl",
7+
"path" : "/usr/bin/curl",
8+
"source" : "filesystem",
9+
"version" : "7.64.1"
10+
},
11+
{
12+
"name" : "httpd",
13+
"path" : "/usr/sbin/httpd",
14+
"source" : "filesystem",
15+
"version" : "2.4.46"
16+
},
17+
{
18+
"name" : "libbz2 (bzip2)",
19+
"path" : "/usr/lib/libbz2.1.0.dylib",
20+
"source" : "dyldCache",
21+
"version" : "1.0.6"
22+
},
23+
{
24+
"name" : "libcurl",
25+
"path" : "/usr/lib/libcurl.4.dylib",
26+
"source" : "dyldCache",
27+
"version" : "7.64.1"
28+
},
29+
{
30+
"name" : "libexpat",
31+
"path" : "/usr/lib/libexpat.1.dylib",
32+
"source" : "dyldCache",
33+
"version" : "2.2.8"
34+
},
35+
{
36+
"name" : "libncurses",
37+
"path" : "/usr/lib/libncurses.5.4.dylib",
38+
"source" : "dyldCache",
39+
"version" : "5.7.20081102"
40+
},
41+
{
42+
"name" : "libpcap",
43+
"path" : "/usr/lib/libpcap.A.dylib",
44+
"source" : "dyldCache",
45+
"version" : "1.9.1"
46+
},
47+
{
48+
"name" : "LibreSSL",
49+
"path" : "/usr/bin/openssl",
50+
"source" : "filesystem",
51+
"version" : "2.8.3"
52+
},
53+
{
54+
"name" : "libsqlite3",
55+
"path" : "/usr/lib/libsqlite3.dylib",
56+
"source" : "dyldCache",
57+
"version" : "3.32.3"
58+
},
59+
{
60+
"name" : "libssl (LibreSSL)",
61+
"path" : "/usr/lib/libssl.35.dylib",
62+
"source" : "dyldCache",
63+
"version" : "2.2.9"
64+
},
65+
{
66+
"name" : "libxml2",
67+
"path" : "/usr/lib/libxml2.2.dylib",
68+
"source" : "dyldCache",
69+
"version" : "2.9.4"
70+
},
71+
{
72+
"name" : "OpenSSH",
73+
"path" : "/usr/bin/ssh",
74+
"source" : "filesystem",
75+
"version" : "8.1p1"
76+
},
77+
{
78+
"name" : "Ruby",
79+
"path" : "/usr/bin/ruby",
80+
"source" : "filesystem",
81+
"version" : "2.6.3"
82+
},
83+
{
84+
"name" : "SQLite",
85+
"path" : "/usr/bin/sqlite3",
86+
"source" : "filesystem",
87+
"version" : "3.32.3"
88+
},
89+
{
90+
"name" : "vim",
91+
"path" : "/usr/bin/vim",
92+
"source" : "filesystem",
93+
"version" : "8.2"
94+
},
95+
{
96+
"name" : "zip",
97+
"path" : "/usr/bin/zip",
98+
"source" : "filesystem",
99+
"version" : "2.0"
100+
},
101+
{
102+
"name" : "zsh",
103+
"path" : "/bin/zsh",
104+
"source" : "filesystem",
105+
"version" : "5.8"
106+
}
107+
],
108+
"ipswFile" : "UniversalMac_11.0_20A5395g_Restore.ipsw",
109+
"ipswURL" : "https://updates.cdn-apple.com/2020SummerSeed/fullrestores/001-59614/CCE1AB1C-9158-44C1-B01A-1A081C49CE91/UniversalMac_11.0_20A5395g_Restore.ipsw",
110+
"isBeta" : true,
111+
"isDeviceSpecific" : false,
112+
"isRC" : false,
113+
"kernels" : [
114+
{
115+
"arch" : "ARM64_T8020",
116+
"chip" : "A12Z (DTK)",
117+
"darwinVersion" : "20.1.0",
118+
"devices" : [
119+
120+
],
121+
"file" : "kernelcache.release.j273",
122+
"xnuVersion" : "7195.40.137.201.1"
123+
}
124+
],
125+
"osVersion" : "11.0",
126+
"releaseDate" : "2020-10-14",
127+
"releaseName" : "Big Sur"
128+
}

0 commit comments

Comments
 (0)