Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit e7b61cb

Browse files
committed
OC 0.7.2 + USB Map
1 parent 48d698c commit e7b61cb

File tree

18 files changed

+224
-18
lines changed

18 files changed

+224
-18
lines changed

EFI/BOOT/BOOTx64.efi

0 Bytes
Binary file not shown.

EFI/OC/Drivers/OpenRuntime.efi

0 Bytes
Binary file not shown.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.6.2</string>
20+
<string>1.6.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.6.2</string>
28+
<string>1.6.3</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
@@ -1518,17 +1518,17 @@
15181518
<integer>283902517</integer>
15191519
<key>ConfigData</key>
15201520
<data>
1521-
AZccUAGXHQABlx6gAZcfkAGnHEABpx0QAace
1522-
gAGnHwIBtxyAAbcdEAG3HhEBtx8BAbcMAgIX
1523-
HFACFx0QAhceIQIXHwICFwwC
1521+
AZccMAGXHQEBlx6gAZcfkAGnHEABpx0QAace
1522+
gQGnHwIBtxwgAbcdQAG3HgEBtx8BAbcMAgIX
1523+
HBACFx0QAhceIQIXHwICFwwC
15241524
</data>
15251525
<key>FuncGroup</key>
15261526
<integer>1</integer>
15271527
<key>LayoutID</key>
15281528
<integer>18</integer>
15291529
<key>WakeConfigData</key>
15301530
<data>
1531-
AZcHJQGnByUBtwwCAhcMAg==
1531+
AZcHIAGnByQBtwwCAhcMAg==
15321532
</data>
15331533
<key>WakeVerbReinit</key>
15341534
<true/>
0 Bytes
Binary file not shown.

EFI/OC/Kexts/Lilu.kext/Contents/Info.plist

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.5.4</string>
20+
<string>1.5.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.5.4</string>
28+
<string>1.5.5</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
@@ -55,7 +55,7 @@
5555
<key>IOProviderClass</key>
5656
<string>IOResources</string>
5757
<key>IOResourceMatch</key>
58-
<string>IOKit</string>
58+
<string>IOBSD</string>
5959
</dict>
6060
</dict>
6161
<key>LSMinimumSystemVersion</key>
@@ -65,6 +65,21 @@
6565
<key>OSBundleCompatibleVersion</key>
6666
<string>1.2.0</string>
6767
<key>OSBundleLibraries</key>
68+
<dict>
69+
<key>com.apple.kernel.6.0</key>
70+
<string>7.9.9</string>
71+
<key>com.apple.kpi.bsd</key>
72+
<string>8.0.0</string>
73+
<key>com.apple.kpi.iokit</key>
74+
<string>8.0.0</string>
75+
<key>com.apple.kpi.libkern</key>
76+
<string>8.0.0</string>
77+
<key>com.apple.kpi.mach</key>
78+
<string>8.0.0</string>
79+
<key>com.apple.kpi.unsupported</key>
80+
<string>8.0.0</string>
81+
</dict>
82+
<key>OSBundleLibraries_x86_64</key>
6883
<dict>
6984
<key>com.apple.kpi.bsd</key>
7085
<string>10.0.0</string>

EFI/OC/Kexts/Lilu.kext/Contents/MacOS/Lilu

100755100644
344 KB
Binary file not shown.

EFI/OC/Kexts/SMCProcessor.kext/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.5</string>
20+
<string>1.2.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.2.5</string>
28+
<string>1.2.6</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
0 Bytes
Binary file not shown.

EFI/OC/Kexts/SMCSuperIO.kext/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<key>CFBundlePackageType</key>
1818
<string>KEXT</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.5</string>
20+
<string>1.2.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleSupportedPlatforms</key>
2424
<array>
2525
<string>MacOSX</string>
2626
</array>
2727
<key>CFBundleVersion</key>
28-
<string>1.2.5</string>
28+
<string>1.2.6</string>
2929
<key>DTCompiler</key>
3030
<string>com.apple.compilers.llvm.clang.1_0</string>
3131
<key>DTPlatformBuild</key>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)