Skip to content

Commit

Permalink
OpenCore 0.9.7
Browse files Browse the repository at this point in the history
Updated OpenCore and kexts
  • Loading branch information
rsdev69 committed Feb 3, 2024
1 parent c1ffcc0 commit 60e7c79
Show file tree
Hide file tree
Showing 37 changed files with 442 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Thumbs.db
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BSD 3-Clause License.

Copyright (c) 2020, Simone Precicchiani
All rights reserved.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Lenovo Thinkpad E560 OpenCore 0.9.3
# Lenovo Thinkpad E560 OpenCore 0.9.7

[![macOS](https://img.shields.io/badge/macOS-Ventura-blue)](https://developer.apple.com/documentation/macos-release-notes)
[![OpenCore](https://img.shields.io/badge/OpenCore-0.9.3-green)](https://github.com/acidanthera/OpenCorePkg)
[![OpenCore](https://img.shields.io/badge/OpenCore-0.9.7-green)](https://github.com/acidanthera/OpenCorePkg)

This repo contains the files and scripts to install macOS on the Lenovo E560 family.

Expand Down
Binary file modified macOS Monterey/EFI/BOOT/BOOTx64.efi
Binary file not shown.
6 changes: 6 additions & 0 deletions macOS Monterey/EFI/OC/Config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,8 @@
<true/>
<key>EnableWriteUnprotector</key>
<true/>
<key>FixupAppleEfiImages</key>
<false/>
<key>ForceBooterSignature</key>
<false/>
<key>ForceExitBootServices</key>
Expand Down Expand Up @@ -1403,6 +1405,8 @@
<false/>
<key>HideAuxiliary</key>
<false/>
<key>InstanceIdentifier</key>
<string></string>
<key>LauncherOption</key>
<string>Disabled</string>
<key>LauncherPath</key>
Expand Down Expand Up @@ -1970,6 +1974,8 @@
<integer>-1</integer>
<key>ResizeUsePciRbIo</key>
<false/>
<key>ShimRetainProtocol</key>
<false/>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
Expand Down
Binary file modified macOS Monterey/EFI/OC/Drivers/AudioDxe.efi
Binary file not shown.
Binary file modified macOS Monterey/EFI/OC/Drivers/OpenCanopy.efi
Binary file not shown.
Binary file modified macOS Monterey/EFI/OC/Drivers/OpenRuntime.efi
Binary file not shown.
Binary file modified macOS Monterey/EFI/OC/Drivers/ResetNvramEntry.efi
Binary file not shown.
Binary file modified macOS Monterey/EFI/OC/Drivers/ToggleSipEntry.efi
Binary file not shown.
20 changes: 11 additions & 9 deletions macOS Monterey/EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19H2026</string>
<string>21G726</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,27 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.3.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.2.0</string>
<string>2.3.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11E801a</string>
<string>14C18</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<string>13.1</string>
<key>DTSDKBuild</key>
<string>19G68</string>
<string>22C55</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<string>macosx13.1</string>
<key>DTXcode</key>
<string>1170</string>
<string>1420</string>
<key>DTXcodeBuild</key>
<string>11E801a</string>
<string>14C18</string>
<key>IOKitPersonalities</key>
<dict>
<key>itlwm</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 60e7c79

Please sign in to comment.