Skip to content

Commit

Permalink
Updated Lilu to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Oct 8, 2021
1 parent f810fd5 commit f0f0c78
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
8 changes: 4 additions & 4 deletions OC_Gen-X.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
CF33581526A3C11A005DBC7B /* SMCSuperIO.kext in Resources */ = {isa = PBXBuildFile; fileRef = CF33580F26A3C11A005DBC7B /* SMCSuperIO.kext */; };
CF33581626A3C11A005DBC7B /* SMCDellSensors.kext in Resources */ = {isa = PBXBuildFile; fileRef = CF33581026A3C11A005DBC7B /* SMCDellSensors.kext */; };
CF33581826A3C131005DBC7B /* AppleALC.kext in Resources */ = {isa = PBXBuildFile; fileRef = CF33581726A3C131005DBC7B /* AppleALC.kext */; };
CF33581A26A3C142005DBC7B /* Lilu.kext in Resources */ = {isa = PBXBuildFile; fileRef = CF33581926A3C142005DBC7B /* Lilu.kext */; };
CF4B049E249EBD4B00690FB2 /* LucyRTL8125Ethernet.kext in Resources */ = {isa = PBXBuildFile; fileRef = CF4B049D249EBD4B00690FB2 /* LucyRTL8125Ethernet.kext */; };
CF4C200F243D06B700D2F187 /* AppleMCEReporterDisabler.kext in Resources */ = {isa = PBXBuildFile; fileRef = CF4C200C243D06B700D2F187 /* AppleMCEReporterDisabler.kext */; };
CF4C2010243D06B700D2F187 /* SmallTreeIntel82576.kext in Resources */ = {isa = PBXBuildFile; fileRef = CF4C200D243D06B700D2F187 /* SmallTreeIntel82576.kext */; };
Expand All @@ -41,6 +40,7 @@
CF5F304A27108632002CCBB5 /* OpenUsbKbDxe.efi in Resources */ = {isa = PBXBuildFile; fileRef = CF5F304627108632002CCBB5 /* OpenUsbKbDxe.efi */; };
CF5F304B27108632002CCBB5 /* XhciDxe.efi in Resources */ = {isa = PBXBuildFile; fileRef = CF5F304727108632002CCBB5 /* XhciDxe.efi */; };
CF5F304C2710866A002CCBB5 /* macserial in CopyFiles */ = {isa = PBXBuildFile; fileRef = CF5F304227108605002CCBB5 /* macserial */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
CF5F304E27108725002CCBB5 /* Lilu.kext in Resources */ = {isa = PBXBuildFile; fileRef = CF5F304D27108725002CCBB5 /* Lilu.kext */; };
CF6F1118241E96DD00B70805 /* Root.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF6F1117241E96DD00B70805 /* Root.swift */; };
CF6F111A241E96EB00B70805 /* ACPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF6F1119241E96EB00B70805 /* ACPI.swift */; };
CF6F111C241E96F400B70805 /* Booter.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF6F111B241E96F400B70805 /* Booter.swift */; };
Expand Down Expand Up @@ -110,7 +110,6 @@
CF33580F26A3C11A005DBC7B /* SMCSuperIO.kext */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.kernel-extension"; path = SMCSuperIO.kext; sourceTree = "<group>"; };
CF33581026A3C11A005DBC7B /* SMCDellSensors.kext */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.kernel-extension"; path = SMCDellSensors.kext; sourceTree = "<group>"; };
CF33581726A3C131005DBC7B /* AppleALC.kext */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.kernel-extension"; path = AppleALC.kext; sourceTree = "<group>"; };
CF33581926A3C142005DBC7B /* Lilu.kext */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.kernel-extension"; path = Lilu.kext; sourceTree = "<group>"; };
CF4B049D249EBD4B00690FB2 /* LucyRTL8125Ethernet.kext */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.kernel-extension"; path = LucyRTL8125Ethernet.kext; sourceTree = "<group>"; };
CF4C200C243D06B700D2F187 /* AppleMCEReporterDisabler.kext */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.kernel-extension"; path = AppleMCEReporterDisabler.kext; sourceTree = "<group>"; };
CF4C200D243D06B700D2F187 /* SmallTreeIntel82576.kext */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.kernel-extension"; path = SmallTreeIntel82576.kext; sourceTree = "<group>"; };
Expand All @@ -131,6 +130,7 @@
CF5F304527108632002CCBB5 /* OpenRuntime.efi */ = {isa = PBXFileReference; lastKnownFileType = file; path = OpenRuntime.efi; sourceTree = "<group>"; };
CF5F304627108632002CCBB5 /* OpenUsbKbDxe.efi */ = {isa = PBXFileReference; lastKnownFileType = file; path = OpenUsbKbDxe.efi; sourceTree = "<group>"; };
CF5F304727108632002CCBB5 /* XhciDxe.efi */ = {isa = PBXFileReference; lastKnownFileType = file; path = XhciDxe.efi; sourceTree = "<group>"; };
CF5F304D27108725002CCBB5 /* Lilu.kext */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.kernel-extension"; path = Lilu.kext; sourceTree = "<group>"; };
CF6F1117241E96DD00B70805 /* Root.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Root.swift; sourceTree = "<group>"; };
CF6F1119241E96EB00B70805 /* ACPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ACPI.swift; sourceTree = "<group>"; };
CF6F111B241E96F400B70805 /* Booter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Booter.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -180,8 +180,8 @@
CF4C2008243D067000D2F187 /* Kexts */ = {
isa = PBXGroup;
children = (
CF5F304D27108725002CCBB5 /* Lilu.kext */,
CF0D6E8D26A3C84F003EE332 /* AirportBrcmFixup.kext */,
CF33581926A3C142005DBC7B /* Lilu.kext */,
CF33581726A3C131005DBC7B /* AppleALC.kext */,
CF33580B26A3C119005DBC7B /* SMCBatteryManager.kext */,
CF33581026A3C11A005DBC7B /* SMCDellSensors.kext */,
Expand Down Expand Up @@ -417,10 +417,10 @@
CF0D6E8E26A3C84F003EE332 /* AirportBrcmFixup.kext in Resources */,
CF33581826A3C131005DBC7B /* AppleALC.kext in Resources */,
CF4C200F243D06B700D2F187 /* AppleMCEReporterDisabler.kext in Resources */,
CF33581A26A3C142005DBC7B /* Lilu.kext in Resources */,
CFDE3E8B252B8A4B004AE661 /* HfsPlus.efi in Resources */,
CF33581326A3C11A005DBC7B /* SMCProcessor.kext in Resources */,
CF77A0BA256C2D100082464D /* imac.png in Resources */,
CF5F304E27108725002CCBB5 /* Lilu.kext in Resources */,
CF4B049E249EBD4B00690FB2 /* LucyRTL8125Ethernet.kext in Resources */,
CF5F304927108632002CCBB5 /* OpenRuntime.efi in Resources */,
CF1BF83F2641768B00A794BE /* IntelMausi.kext in Resources */,
Expand Down
Binary file not shown.
23 changes: 19 additions & 4 deletions OC_Gen-X/Kexts/Lilu.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>19H1217</string>
<string>19H1323</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.5.4</string>
<string>1.5.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.5.4</string>
<string>1.5.6</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down Expand Up @@ -55,7 +55,7 @@
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
<string>IOBSD</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
Expand All @@ -65,6 +65,21 @@
<key>OSBundleCompatibleVersion</key>
<string>1.2.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kernel.6.0</key>
<string>7.9.9</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>8.0.0</string>
</dict>
<key>OSBundleLibraries_x86_64</key>
<dict>
<key>com.apple.kpi.bsd</key>
<string>10.0.0</string>
Expand Down
Binary file modified OC_Gen-X/Kexts/Lilu.kext/Contents/MacOS/Lilu
100755 → 100644
Binary file not shown.

0 comments on commit f0f0c78

Please sign in to comment.