mirror of
https://github.com/AskDavis/LG-Gram-17Z90N.git
synced 2026-01-01 05:35:57 -08:00
Compare commits
5 Commits
master
...
Opencore-0
| Author | SHA1 | Date | |
|---|---|---|---|
| 75b23b5720 | |||
| 056abb302a | |||
| 39621d2b9f | |||
| b8a2cfad44 | |||
| 0dcb55048e |
BIN
EFI/.DS_Store
vendored
Normal file
BIN
EFI/.DS_Store
vendored
Normal file
Binary file not shown.
0
EFI/OC/ACPI/SSDT-EC.aml
Executable file → Normal file
0
EFI/OC/ACPI/SSDT-EC.aml
Executable file → Normal file
BIN
EFI/OC/ACPI/SSDT-FNKey.aml
Normal file
BIN
EFI/OC/ACPI/SSDT-FNKey.aml
Normal file
Binary file not shown.
Binary file not shown.
0
EFI/OC/ACPI/SSDT-PNLFCFL.aml
Executable file → Normal file
0
EFI/OC/ACPI/SSDT-PNLFCFL.aml
Executable file → Normal file
0
EFI/OC/ACPI/SSDT-USB-Reset.aml
Executable file → Normal file
0
EFI/OC/ACPI/SSDT-USB-Reset.aml
Executable file → Normal file
0
EFI/OC/ACPI/SSDT-USBX.aml
Executable file → Normal file
0
EFI/OC/ACPI/SSDT-USBX.aml
Executable file → Normal file
Binary file not shown.
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>AppleIntelMCEReporter Disabler 1.0, © 2019 by XLNC. All rights reserved.</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.xlnc.disabler.MCEReporter</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>DisableAppleIntelMCEReporter</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>DisableMCEInterruptController</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AppleIntelMCEReporter</string>
|
||||
<key>IOClass</key>
|
||||
<string>IOService</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>AppleIntelMCEInterruptController</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>5000</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>board-id</key>
|
||||
<string>Mac-F60DEB81FF30ACF6</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>board-id</key>
|
||||
<string>Mac-7BA5B2D9E42DDD94</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>board-id</key>
|
||||
<string>Mac-27AD2F918AE68F61</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPlatformExpertDevice</string>
|
||||
</dict>
|
||||
<key>DisableMCEReporter</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AppleIntelMCEReporter</string>
|
||||
<key>IOClass</key>
|
||||
<string>IOService</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>AppleIntelMCEReporter</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>5000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleIntelMCEInterruptNub</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
28
EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist → EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist
Executable file → Normal file
28
EFI/OC/Kexts/NVMeFix.kext/Contents/Info.plist → EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist
Executable file → Normal file
@@ -3,27 +3,27 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>20G624</string>
|
||||
<string>20G817</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>NVMeFix</string>
|
||||
<string>BlueToolFixup</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.acidanthera.NVMeFix</string>
|
||||
<string>as.acidanthera.BlueToolFixup</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>NVMeFix</string>
|
||||
<string>BlueToolFixup</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.0</string>
|
||||
<string>2.6.4</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1.0</string>
|
||||
<string>2.6.4</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
@@ -42,14 +42,14 @@
|
||||
<string>13C100</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>org.acidanthera.NVMeFix</key>
|
||||
<key>BlueToolFixup</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.acidanthera.NVMeFix</string>
|
||||
<string>as.acidanthera.BlueToolFixup</string>
|
||||
<key>IOClass</key>
|
||||
<string>NVMeFix</string>
|
||||
<string>BlueToolFixup</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>NVMeFix</string>
|
||||
<string>BlueToolFixup</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
@@ -57,15 +57,11 @@
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.14</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2019 acidanthera. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<string>10.8</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.4.1</string>
|
||||
<string>1.4.7</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
BIN
EFI/OC/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup
Normal file
BIN
EFI/OC/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup
Normal file
Binary file not shown.
Binary file not shown.
107
EFI/OC/Kexts/CPUFriend.kext/Contents/Info.plist
Normal file
107
EFI/OC/Kexts/CPUFriend.kext/Contents/Info.plist
Normal file
@@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>20G624</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>CPUFriend</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.acidanthera.driver.CPUFriend</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>CPUFriend</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.6</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2.6</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>13C100</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>12.1</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>21C46</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx12.1</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1321</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>13C100</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>CPUFriend</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.acidanthera.driver.CPUFriend</string>
|
||||
<key>IOClass</key>
|
||||
<string>CPUFriend</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>CPUFriend</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>IOKit</string>
|
||||
</dict>
|
||||
<key>CPUFriendPlatform</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.acidanthera.driver.CPUFriend</string>
|
||||
<key>IOClass</key>
|
||||
<string>CPUFriendData</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>6000</integer>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>IOCPUNumber</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleACPICPU</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>ACPI</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.8</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2017-2022 PMheart. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>10.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>10.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>10.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>10.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>10.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>10.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
EFI/OC/Kexts/CPUFriend.kext/Contents/MacOS/CPUFriend
Normal file
BIN
EFI/OC/Kexts/CPUFriend.kext/Contents/MacOS/CPUFriend
Normal file
Binary file not shown.
40
EFI/OC/Kexts/CPUFriendDataProvider.kext/Contents/Info.plist
Normal file
40
EFI/OC/Kexts/CPUFriendDataProvider.kext/Contents/Info.plist
Normal file
File diff suppressed because one or more lines are too long
100
EFI/OC/Kexts/CpuTscSync.kext/Contents/Info.plist
Normal file
100
EFI/OC/Kexts/CpuTscSync.kext/Contents/Info.plist
Normal file
@@ -0,0 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>20G624</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>CpuTscSync</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.lvs1974.driver.CpuTscSync</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>CpuTscSync</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.9</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>13C100</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>12.1</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>21C46</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx12.1</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1321</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>13C100</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>CpuTscSync</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.lvs1974.driver.CpuTscSync</string>
|
||||
<key>IOClass</key>
|
||||
<string>CpuTscSync</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>CpuTscSync</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>IOKit</string>
|
||||
</dict>
|
||||
<key>VoodooTSCSync</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.lvs1974.driver.CpuTscSync</string>
|
||||
<key>IOClass</key>
|
||||
<string>VoodooTSCSync</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>VoodooTSCSync</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleACPICPU</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.8</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 lvs1974. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
EFI/OC/Kexts/CpuTscSync.kext/Contents/MacOS/CpuTscSync
Normal file
BIN
EFI/OC/Kexts/CpuTscSync.kext/Contents/MacOS/CpuTscSync
Normal file
Binary file not shown.
@@ -3,51 +3,51 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>19H1217</string>
|
||||
<string>19H2026</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>BrightnessKeys</string>
|
||||
<string>IntelBTPatcher</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.BrightnessKeys</string>
|
||||
<string>com.zxystd.IntelBTPatcher</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>BrightnessKeys</string>
|
||||
<string>IntelBTPatcher</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.2</string>
|
||||
<string>2.2.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>12B45b</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<string>11A420a</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>11.0</string>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>20A2408</string>
|
||||
<string>19A547</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx11.0</string>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1220</string>
|
||||
<string>1100</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>12B45b</string>
|
||||
<string>11A420a</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>BrightnessKeys</key>
|
||||
<key>IntelBTPatcher</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.acidanthera.BrightnessKeys</string>
|
||||
<string>com.zxystd.IntelBTPatcher</string>
|
||||
<key>IOClass</key>
|
||||
<string>BrightnessKeys</string>
|
||||
<string>IntelBTPatcher</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>BrightnessKeys</string>
|
||||
<string>IntelBTPatcher</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
@@ -55,27 +55,27 @@
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<string>10.12</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2022 zxystd. All rights reserved.</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>com.apple.iokit.IOACPIFamily</key>
|
||||
<string>1.0.0d1</string>
|
||||
<key>com.apple.iokit.IOHIDFamily</key>
|
||||
<string>1.0.0b1</string>
|
||||
<key>com.apple.iokit.IOUSBHostFamily</key>
|
||||
<string>1.2</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>8.0.0</string>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>8.0.0</string>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>8.0.0</string>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>8.0.0</string>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>8.0.0</string>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Console</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
EFI/OC/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher
Normal file
BIN
EFI/OC/Kexts/IntelBTPatcher.kext/Contents/MacOS/IntelBTPatcher
Normal file
Binary file not shown.
@@ -1,229 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>19H2026</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.zxystd.IntelBluetoothInjector</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>IntelBluetoothInjector</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2.0</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.2.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>11A420a</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>GM</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>19A547</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx10.15</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1100</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>11A420a</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>0026</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>38</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>0032</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>50</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>0035</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>53</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>3165ac</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>2602</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>3168</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>2727</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>726x</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>2012</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>8265</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>2603</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>926x</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>37</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>9560</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>2730</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>ax200</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>41</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>ax210</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>BroadcomBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>51</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
<key>csr</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.iokit.CSRBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOClass</key>
|
||||
<string>CSRBluetoothHostControllerUSBTransport</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>3000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOUSBHostDevice</string>
|
||||
<key>idProduct</key>
|
||||
<integer>2010</integer>
|
||||
<key>idVendor</key>
|
||||
<integer>32903</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.12</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 钟先耀. All rights reserved.</string>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
189
EFI/OC/Kexts/RestrictEvents.kext/Contents/Info.plist
Normal file
189
EFI/OC/Kexts/RestrictEvents.kext/Contents/Info.plist
Normal file
@@ -0,0 +1,189 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>20G624</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>RestrictEvents</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.RestrictEvents</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>RestrictEvents</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.8</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.8</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>13C100</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>12.1</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>21C46</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx12.1</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1321</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>13C100</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>as.vit9696.RestrictEfiCheck</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.RestrictEvents</string>
|
||||
<key>IOClass</key>
|
||||
<string>IOService</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>com_apple_driver_eficheck</string>
|
||||
<key>IONameMatch</key>
|
||||
<array>
|
||||
<string>pci8086,1c41</string>
|
||||
<string>pci8086,1c42</string>
|
||||
<string>pci8086,1c43</string>
|
||||
<string>pci8086,1c44</string>
|
||||
<string>pci8086,1c46</string>
|
||||
<string>pci8086,1c47</string>
|
||||
<string>pci8086,1c49</string>
|
||||
<string>pci8086,1c4a</string>
|
||||
<string>pci8086,1c4b</string>
|
||||
<string>pci8086,1c4c</string>
|
||||
<string>pci8086,1c4d</string>
|
||||
<string>pci8086,1c4e</string>
|
||||
<string>pci8086,1c4f</string>
|
||||
<string>pci8086,1c50</string>
|
||||
<string>pci8086,1c52</string>
|
||||
<string>pci8086,1c5c</string>
|
||||
<string>pci8086,1d41</string>
|
||||
<string>pci8086,1e42</string>
|
||||
<string>pci8086,1e44</string>
|
||||
<string>pci8086,1e46</string>
|
||||
<string>pci8086,1e47</string>
|
||||
<string>pci8086,1e48</string>
|
||||
<string>pci8086,1e49</string>
|
||||
<string>pci8086,1e4a</string>
|
||||
<string>pci8086,1e53</string>
|
||||
<string>pci8086,1e55</string>
|
||||
<string>pci8086,1e56</string>
|
||||
<string>pci8086,1e57</string>
|
||||
<string>pci8086,1e58</string>
|
||||
<string>pci8086,1e59</string>
|
||||
<string>pci8086,1e5d</string>
|
||||
<string>pci8086,1e5e</string>
|
||||
<string>pci8086,1e5f</string>
|
||||
<string>pci8086,3b02</string>
|
||||
<string>pci8086,3b03</string>
|
||||
<string>pci8086,3b06</string>
|
||||
<string>pci8086,3b07</string>
|
||||
<string>pci8086,3b08</string>
|
||||
<string>pci8086,3b09</string>
|
||||
<string>pci8086,3b0a</string>
|
||||
<string>pci8086,3b0b</string>
|
||||
<string>pci8086,3b0f</string>
|
||||
<string>pci8086,3b12</string>
|
||||
<string>pci8086,3b14</string>
|
||||
<string>pci8086,3b16</string>
|
||||
<string>pci8086,8c44</string>
|
||||
<string>pci8086,8c4b</string>
|
||||
<string>pci8086,8cc1</string>
|
||||
<string>pci8086,8cc2</string>
|
||||
<string>pci8086,8cc3</string>
|
||||
<string>pci8086,8cc4</string>
|
||||
<string>pci8086,8cc6</string>
|
||||
<string>pci8086,8c41</string>
|
||||
<string>pci8086,8c42</string>
|
||||
<string>pci8086,8c44</string>
|
||||
<string>pci8086,8c46</string>
|
||||
<string>pci8086,8c49</string>
|
||||
<string>pci8086,8c4a</string>
|
||||
<string>pci8086,8c4b</string>
|
||||
<string>pci8086,8c4c</string>
|
||||
<string>pci8086,8c4e</string>
|
||||
<string>pci8086,8c4f</string>
|
||||
<string>pci8086,8c50</string>
|
||||
<string>pci8086,8c52</string>
|
||||
<string>pci8086,8c54</string>
|
||||
<string>pci8086,8c56</string>
|
||||
<string>pci8086,8c5c</string>
|
||||
<string>pci8086,8d44</string>
|
||||
<string>pci8086,8d47</string>
|
||||
<string>pci8086,9cc1</string>
|
||||
<string>pci8086,9cc2</string>
|
||||
<string>pci8086,9cc3</string>
|
||||
<string>pci8086,9cc5</string>
|
||||
<string>pci8086,9cc6</string>
|
||||
<string>pci8086,9cc7</string>
|
||||
<string>pci8086,9cc9</string>
|
||||
<string>pci8086,9c41</string>
|
||||
<string>pci8086,9c43</string>
|
||||
<string>pci8086,9c45</string>
|
||||
<string>pci8086,9d41</string>
|
||||
<string>pci8086,9d43</string>
|
||||
<string>pci8086,9d46</string>
|
||||
<string>pci8086,9d48</string>
|
||||
<string>pci8086,9d4b</string>
|
||||
<string>pci8086,9d4e</string>
|
||||
<string>pci8086,a145</string>
|
||||
<string>pci8086,a151</string>
|
||||
<string>pci8086,a306</string>
|
||||
</array>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>5000</integer>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
</dict>
|
||||
<key>as.vit9696.RestrictEvents</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>as.vit9696.RestrictEvents</string>
|
||||
<key>IOClass</key>
|
||||
<string>RestrictEvents</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>RestrictEvents</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOResources</string>
|
||||
<key>IOResourceMatch</key>
|
||||
<string>IOKit</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.8</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 vit9696. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>as.vit9696.Lilu</key>
|
||||
<string>1.2.0</string>
|
||||
<key>com.apple.kpi.bsd</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.dsep</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.mach</key>
|
||||
<string>12.0.0</string>
|
||||
<key>com.apple.kpi.unsupported</key>
|
||||
<string>12.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
EFI/OC/Kexts/RestrictEvents.kext/Contents/MacOS/RestrictEvents
Normal file
BIN
EFI/OC/Kexts/RestrictEvents.kext/Contents/MacOS/RestrictEvents
Normal file
Binary file not shown.
63
EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist
Normal file
63
EFI/OC/Kexts/USBToolBox.kext/Contents/Info.plist
Normal file
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>20G527</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>USBToolBox</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.dhinakg.USBToolBox.kext</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>USBToolBox</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1.1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>12E507</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>11.3</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>20E214</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx11.3</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1251</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>12E507</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict/>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.11</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020-2021 Dhinak G. All rights reserved.</string>
|
||||
<key>OSBundleCompatibleVersion</key>
|
||||
<string>1.0.0</string>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.apple.driver.AppleUSBHostMergeProperties</key>
|
||||
<string>1.0</string>
|
||||
<key>com.apple.iokit.IOPCIFamily</key>
|
||||
<string>2.9</string>
|
||||
<key>com.apple.kpi.iokit</key>
|
||||
<string>15.0.0</string>
|
||||
<key>com.apple.kpi.libkern</key>
|
||||
<string>15.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
</plist>
|
||||
BIN
EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox
Normal file
BIN
EFI/OC/Kexts/USBToolBox.kext/Contents/MacOS/USBToolBox
Normal file
Binary file not shown.
188
EFI/OC/Kexts/USBMap.kext/Contents/Info.plist → EFI/OC/Kexts/UTBMap.kext/Contents/Info.plist
Executable file → Normal file
188
EFI/OC/Kexts/USBMap.kext/Contents/Info.plist → EFI/OC/Kexts/UTBMap.kext/Contents/Info.plist
Executable file → Normal file
@@ -5,43 +5,69 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>v1.0</string>
|
||||
<string>v1.1</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.corpnewt.USBMap</string>
|
||||
<string>com.dhinakg.USBToolBox.map</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>USBMap</string>
|
||||
<string>UTBMap</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<string>1.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<string>1.1</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>MacBookPro16,2-XHC</key>
|
||||
<key>TXHC</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.driver.AppleUSBHostMergeProperties</string>
|
||||
<string>com.dhinakg.USBToolBox.kext</string>
|
||||
<key>IOClass</key>
|
||||
<string>AppleUSBHostMergeProperties</string>
|
||||
<key>IOParentMatch</key>
|
||||
<dict>
|
||||
<key>IOPropertyMatch</key>
|
||||
<dict>
|
||||
<key>pcidebug</key>
|
||||
<string>0:20:0</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<string>USBToolBox</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>USBToolBox</string>
|
||||
<key>IONameMatch</key>
|
||||
<string>TXHC</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>AppleUSBXHCIPCI</string>
|
||||
<string>IOPCIDevice</string>
|
||||
<key>IOProviderMergeProperties</key>
|
||||
<dict>
|
||||
<key>port-count</key>
|
||||
<data>
|
||||
AgAAAA==
|
||||
</data>
|
||||
<key>ports</key>
|
||||
<dict>
|
||||
<key>SS01</key>
|
||||
<dict>
|
||||
<key>UsbConnector</key>
|
||||
<integer>9</integer>
|
||||
<key>port</key>
|
||||
<data>
|
||||
AgAAAA==
|
||||
</data>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>XHC</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.dhinakg.USBToolBox.kext</string>
|
||||
<key>IOClass</key>
|
||||
<string>USBToolBox</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>USBToolBox</string>
|
||||
<key>IONameMatch</key>
|
||||
<string>XHC</string>
|
||||
<key>IOProviderClass</key>
|
||||
<string>IOPCIDevice</string>
|
||||
<key>IOProviderMergeProperties</key>
|
||||
<dict>
|
||||
<key>kUSBMuxEnabled</key>
|
||||
<true/>
|
||||
<key>port-count</key>
|
||||
<data>
|
||||
EAAAAA==
|
||||
@@ -50,12 +76,12 @@
|
||||
<dict>
|
||||
<key>HS01</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
<key>port</key>
|
||||
<data>
|
||||
AQAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS02</key>
|
||||
<dict>
|
||||
@@ -68,93 +94,39 @@
|
||||
</dict>
|
||||
<key>HS03</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
<key>port</key>
|
||||
<data>
|
||||
AwAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS04</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
BAAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS05</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
BQAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS06</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
BgAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS07</key>
|
||||
<dict>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
<key>port</key>
|
||||
<data>
|
||||
BAAAAA==
|
||||
</data>
|
||||
</dict>
|
||||
<key>HS05</key>
|
||||
<dict>
|
||||
<key>UsbConnector</key>
|
||||
<integer>9</integer>
|
||||
<key>port</key>
|
||||
<data>
|
||||
BwAAAA==
|
||||
</data>
|
||||
</dict>
|
||||
<key>HS08</key>
|
||||
<key>HS06</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
CAAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS09</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
CQAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS10</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<integer>255</integer>
|
||||
<key>port</key>
|
||||
<data>
|
||||
CgAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS11</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
CwAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>HS12</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
DAAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>SS01</key>
|
||||
<dict>
|
||||
@@ -175,15 +147,6 @@
|
||||
</data>
|
||||
</dict>
|
||||
<key>SS03</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
DwAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>SS04</key>
|
||||
<dict>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
@@ -192,30 +155,15 @@
|
||||
EAAAAA==
|
||||
</data>
|
||||
</dict>
|
||||
<key>SS05</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
EQAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
<key>SS06</key>
|
||||
<dict>
|
||||
<key>#port</key>
|
||||
<data>
|
||||
EgAAAA==
|
||||
</data>
|
||||
<key>UsbConnector</key>
|
||||
<integer>3</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>model</key>
|
||||
<string>MacBookPro16,2</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>OSBundleLibraries</key>
|
||||
<dict>
|
||||
<key>com.dhinakg.USBToolBox.kext</key>
|
||||
<string>1.0.0</string>
|
||||
</dict>
|
||||
<key>OSBundleRequired</key>
|
||||
<string>Root</string>
|
||||
</dict>
|
||||
@@ -17,13 +17,13 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.7</string>
|
||||
<string>2.6.5</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.7</string>
|
||||
<string>2.6.5</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -17,13 +17,13 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.1.3</string>
|
||||
<string>1.1.1</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.1.3</string>
|
||||
<string>1.1.1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user