Skip to content

Commit af20738

Browse files
committed
Update 201228
Fix OC: Failed to load configuration.
1 parent 3a34728 commit af20738

File tree

57 files changed

+854
-1916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+854
-1916
lines changed

Boot/BOOTx64.efi

896 Bytes
Binary file not shown.

Boot/BOOTx64.efi.opencore

-8.84 KB
Binary file not shown.

Boot/bootx64.efi.win

-1.49 MB
Binary file not shown.

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
**2020/12/28**
4+
- Update OC and kexts to latest commit
5+
- Fix **OC: Failed to load configuration** error on some situation
6+
37
**2020/12/15**
48
- Working stable on macOS 11.1 (20C69)
59
- Update OC and kexts to latest commit

OC/Drivers/OpenCanopy.efi

576 Bytes
Binary file not shown.

OC/Kexts/AirportItlwm.kext/Contents/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>20B29</string>
6+
<string>20C69</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -27,19 +27,19 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>12B45b</string>
30+
<string>12C33</string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>11.0</string>
34+
<string>11.1</string>
3535
<key>DTSDKBuild</key>
36-
<string>20A2408</string>
36+
<string>20C63</string>
3737
<key>DTSDKName</key>
38-
<string>macosx11.0</string>
38+
<string>macosx11.1</string>
3939
<key>DTXcode</key>
40-
<string>1220</string>
40+
<string>1230</string>
4141
<key>DTXcodeBuild</key>
42-
<string>12B45b</string>
42+
<string>12C33</string>
4343
<key>IOKitPersonalities</key>
4444
<dict>
4545
<key>itlwm</key>
Binary file not shown.

OC/Kexts/AirportItlwmCatalina.kext/Contents/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>20B29</string>
6+
<string>20C69</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -27,19 +27,19 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>12B45b</string>
30+
<string>12C33</string>
3131
<key>DTPlatformName</key>
3232
<string>macosx</string>
3333
<key>DTPlatformVersion</key>
34-
<string>11.0</string>
34+
<string>11.1</string>
3535
<key>DTSDKBuild</key>
36-
<string>20A2408</string>
36+
<string>20C63</string>
3737
<key>DTSDKName</key>
38-
<string>macosx11.0</string>
38+
<string>macosx11.1</string>
3939
<key>DTXcode</key>
40-
<string>1220</string>
40+
<string>1230</string>
4141
<key>DTXcodeBuild</key>
42-
<string>12B45b</string>
42+
<string>12C33</string>
4343
<key>IOKitPersonalities</key>
4444
<dict>
4545
<key>itlwm</key>
Binary file not shown.

OC/Kexts/AppleALC.kext/Contents/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>20B29</string>
6+
<string>20C69</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -29,19 +29,19 @@
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
32-
<string>12B45b</string>
32+
<string>12C33</string>
3333
<key>DTPlatformName</key>
3434
<string>macosx</string>
3535
<key>DTPlatformVersion</key>
36-
<string>11.0</string>
36+
<string>11.1</string>
3737
<key>DTSDKBuild</key>
38-
<string>20A2408</string>
38+
<string>20C63</string>
3939
<key>DTSDKName</key>
40-
<string>macosx11.0</string>
40+
<string>macosx11.1</string>
4141
<key>DTXcode</key>
42-
<string>1220</string>
42+
<string>1230</string>
4343
<key>DTXcodeBuild</key>
44-
<string>12B45b</string>
44+
<string>12C33</string>
4545
<key>IOKitPersonalities</key>
4646
<dict>
4747
<key>ALCUserClientProvider</key>

0 commit comments

Comments
 (0)