Skip to content

Commit

Permalink
[2023.04] Release planning
Browse files Browse the repository at this point in the history
Completely had not time to update since 0.8.8. Sorry for the delay
  • Loading branch information
dreamwhite committed Apr 17, 2023
1 parent 3737d68 commit ac92380
Show file tree
Hide file tree
Showing 37 changed files with 387 additions and 78 deletions.
Binary file modified .assets/docs/about_this_mac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified EFI/OC/Drivers/HfsPlus.efi
100644 → 100755
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenCanopy.efi
100644 → 100755
Binary file not shown.
Binary file modified EFI/OC/Drivers/OpenRuntime.efi
100644 → 100755
Binary file not shown.
Binary file modified EFI/OC/Drivers/ResetNvramEntry.efi
100644 → 100755
Binary file not shown.
345 changes: 325 additions & 20 deletions EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist
100644 → 100755

Large diffs are not rendered by default.

Binary file modified EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
6 changes: 3 additions & 3 deletions EFI/OC/Kexts/Lilu.kext/Contents/Info.plist
100644 → 100755
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>21G320</string>
<string>21G419</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.6.3</string>
<string>1.6.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.6.3</string>
<string>1.6.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu
100644 → 100755
Binary file not shown.
18 changes: 9 additions & 9 deletions EFI/OC/Kexts/SMCBatteryManager.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>20G624</string>
<string>21G419</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13C100</string>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.1</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21C46</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.1</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1321</string>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>13C100</string>
<string>13F100</string>
<key>IOKitPersonalities</key>
<dict>
<key>IOSMBusController</key>
Expand Down
Binary file not shown.
18 changes: 9 additions & 9 deletions EFI/OC/Kexts/SMCDellSensors.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>20G624</string>
<string>21G419</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,29 +17,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13C100</string>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.1</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21C46</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.1</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1321</string>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>13C100</string>
<string>13F100</string>
<key>IOKitPersonalities</key>
<dict>
<key>SMCDellSensors</key>
Expand Down
Binary file modified EFI/OC/Kexts/SMCDellSensors.kext/Contents/MacOS/SMCDellSensors
Binary file not shown.
18 changes: 9 additions & 9 deletions EFI/OC/Kexts/SMCProcessor.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>20G624</string>
<string>21G419</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13C100</string>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.1</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21C46</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.1</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1321</string>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>13C100</string>
<string>13F100</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.vit9696.SMCProcessor</key>
Expand Down
Binary file modified EFI/OC/Kexts/SMCProcessor.kext/Contents/MacOS/SMCProcessor
Binary file not shown.
18 changes: 9 additions & 9 deletions EFI/OC/Kexts/VirtualSMC.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>20G624</string>
<string>21G419</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,31 +17,31 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.3.0</string>
<string>1.3.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13C100</string>
<string>13F100</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.1</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>21C46</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx12.1</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1321</string>
<string>1341</string>
<key>DTXcodeBuild</key>
<string>13C100</string>
<string>13F100</string>
<key>IOKitPersonalities</key>
<dict>
<key>as.vit9696.VirtualSMC</key>
Expand Down
Binary file modified EFI/OC/Kexts/VirtualSMC.kext/Contents/MacOS/VirtualSMC
Binary file not shown.
4 changes: 2 additions & 2 deletions EFI/OC/Kexts/VoodooI2C.kext/Contents/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.7.1</string>
<string>2.8</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.7.1</string>
<string>2.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/OC/Kexts/VoodooI2C.kext/Contents/MacOS/VoodooI2C
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file modified EFI/OC/Kexts/VoodooI2CHID.kext/Contents/Info.plist
100644 → 100755
Empty file.
Binary file modified EFI/OC/Kexts/VoodooI2CHID.kext/Contents/MacOS/VoodooI2CHID
Binary file not shown.
10 changes: 5 additions & 5 deletions EFI/OC/Kexts/VoodooPS2Controller.kext/Contents/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G320</string>
<string>21G419</string>
<key>CFBundleExecutable</key>
<string>VoodooPS2Controller</string>
<key>CFBundleGetInfoString</key>
<string>2.3.3, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
<string>2.3.5, Copyright Apple Computer, Inc. 2000-2003, David Elliot 2007, RehabMan 2012-2013</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.voodoo.driver.PS2Controller</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.3.3</string>
<string>2.3.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.3.3</string>
<string>2.3.5</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down Expand Up @@ -139,7 +139,7 @@
<key>LSMinimumSystemVersion</key>
<string>10.11</string>
<key>OSBundleCompatibleVersion</key>
<string>2.3.3</string>
<string>2.3.5</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOACPIFamily</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>21G320</string>
<string>21G419</string>
<key>CFBundleExecutable</key>
<string>VoodooPS2Keyboard</string>
<key>CFBundleGetInfoString</key>
<string>2.3.3, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013</string>
<string>2.3.5, Copyright Apple Computer, Inc. 2000-2003, RehabMan 2012-2013</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.voodoo.driver.PS2Keyboard</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.3.3</string>
<string>2.3.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.3.3</string>
<string>2.3.5</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down Expand Up @@ -600,7 +600,7 @@
<key>OSBundleLibraries</key>
<dict>
<key>as.acidanthera.voodoo.driver.PS2Controller</key>
<string>2.3.3</string>
<string>2.3.5</string>
<key>com.apple.iokit.IOHIDFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.bsd</key>
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist
100644 → 100755
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>21G320</string>
<string>21G419</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
Expand All @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.6.3</string>
<string>1.6.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.6.3</string>
<string>1.6.4</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen
Binary file not shown.
Binary file modified EFI/OC/OpenCore.efi
Binary file not shown.
Binary file modified EFI/OC/Tools/OpenShell.efi
100755 → 100644
Binary file not shown.
4 changes: 4 additions & 0 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,8 @@
<false/>
<key>ForceResolution</key>
<false/>
<key>GopBurstMode</key>
<false/>
<key>GopPassThrough</key>
<string>Disabled</string>
<key>IgnoreTextInGraphics</key>
Expand Down Expand Up @@ -1114,6 +1116,8 @@
<true/>
<key>ResizeGpuBars</key>
<integer>-1</integer>
<key>ResizeUsePciRbIo</key>
<false/>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# OpenCore 0.8.8 - Dell Inspiron 5370 i5-8250U
# OpenCore 0.9.1 - Dell Inspiron 5370 i5-8250U

## Only for educational purposes

[![BIOS](https://img.shields.io/badge/BIOS-1.22-important.svg)](https://www.dell.com/support/home/en-us/product-support/product/inspiron-13-5370-laptop/drivers)
[![OpenCore
Version](https://img.shields.io/badge/OpenCore-0.8.8-cyan.svg)](https://github.com/acidanthera/OpenCorePkg/releases/latest)
Version](https://img.shields.io/badge/OpenCore-0.9.1-cyan.svg)](https://github.com/acidanthera/OpenCorePkg/releases/latest)
[![macOS
Ventura](https://img.shields.io/badge/macOS-13.2%20(22D49)-white.svg)](https://www.apple.com/macos/ventura/)
Ventura](https://img.shields.io/badge/macOS-13.2.1%20(22D68)-white.svg)](https://www.apple.com/macos/ventura/)
[![Release](https://img.shields.io/badge/Download-latest-success.svg)](https://github.com/dreamwhite/dell-inspiron-5370-hackintosh/releases/latest)
[![CI](https://github.com/dreamwhite/dell-inspiron-5370-hackintosh/actions/workflows/main.yml/badge.svg)](https://github.com/dreamwhite/dell-inspiron-5370-hackintosh/actions/workflows/main.yml)

Expand All @@ -21,7 +21,7 @@ Ventura](https://img.shields.io/badge/macOS-13.2%20(22D49)-white.svg)](https://w
| **Storage** | `Western Digital SN750 Black NVMe 512GB` |
| **Audio Code** | `Realtek ALC295 (ALC3254)` |
| **WiFi Card** | `Fenvi BCM94360NG with native firmware` |
| **OS** | `macOS Ventura 13.2 (22D49)` |
| **OS** | `macOS Ventura 13.2.1 (22D68)` |
| **BIOS** | `v1.22` |

## Supported versions
Expand Down

0 comments on commit ac92380

Please sign in to comment.