Skip to content

Commit

Permalink
update to OoenCore 0.6.8
Browse files Browse the repository at this point in the history
also updated kexts
  • Loading branch information
joepool committed Apr 7, 2021
1 parent fecbdfe commit 16227d4
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 14 deletions.
Binary file modified OpenCore EFI (10.15-11)/EFI/OC/Drivers/OpenRuntime.efi
100644 → 100755
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.5.1d1</string>
<string>2.5.3d1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.5.1d1</string>
<string>2.5.3d1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand All @@ -50,9 +50,7 @@
<dict>
<key>enableCSO6</key>
<true/>
<key>enableTSO4</key>
<false/>
<key>enableTSO6</key>
<key>enableWakeOnAddrMatch</key>
<false/>
<key>maxIntrRate10</key>
<integer>3000</integer>
Expand All @@ -74,7 +72,7 @@
<integer>0</integer>
</dict>
<key>Driver_Version</key>
<string>2.5.1d0</string>
<string>2.5.3d1</string>
<key>IOClass</key>
<string>IntelMausi</string>
<key>IOPCIMatch</key>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions OpenCore EFI (10.15-11)/EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.5.1</string>
<string>1.5.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.1</string>
<string>1.5.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions OpenCore EFI (10.15-11)/EFI/OC/Kexts/VirtualSMC.kext/Contents/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.2.1</string>
<string>1.2.3</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions OpenCore EFI (10.15-11)/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.4.8</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.4.8</string>
<string>1.5.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file not shown.
Binary file modified OpenCore EFI (10.15-11)/EFI/OC/OpenCore.efi
100644 → 100755
Binary file not shown.
Binary file modified OpenCore EFI (10.15-11)/EFI/OC/Tools/OpenShell.efi
100644 → 100755
Binary file not shown.
19 changes: 17 additions & 2 deletions OpenCore EFI (10.15-11)/EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@
<false/>
<key>AllowRelocationBlock</key>
<false/>
<key>ForceBooterSignature</key>
<false/>
</dict>
<key>Patch</key>
<array>
Expand Down Expand Up @@ -877,8 +879,6 @@
<false/>
<key>AppleDebugLog</key>
<false/>
<key>AppleEvent</key>
<false/>
<key>AppleFramebufferInfo</key>
<false/>
<key>AppleImageConversion</key>
Expand Down Expand Up @@ -930,6 +930,21 @@
<key>ReservedMemory</key>
<array>
</array>
<key>AppleInput</key>
<dict>
<key>AppleEvent</key>
<string>Builtin</string>
<key>CustomDelays</key>
<string>Auto</string>
<key>KeyInitialDelay</key>
<integer>0</integer>
<key>KeySubsequentDelay</key>
<integer>5</integer>
<key>PointerSpeedDiv</key>
<integer>1</integer>
<key>PointerSpeedMul</key>
<integer>1</integer>
</dict>
</dict>
</dict>
</plist>

0 comments on commit 16227d4

Please sign in to comment.