提交 7121bd73 编写于 作者: M mrasong

1. add `IntelBTPatcher.kext`

2. update `IntelBluetoothFirmware.kext` to `2.2.0`
3. update `IntelBluetoothInjector.kext` to `2.2.0`
上级 6235efd7
...@@ -3,53 +3,51 @@ ...@@ -3,53 +3,51 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>20G624</string> <string>19H2026</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>BlueToolFixup</string> <string>IntelBTPatcher</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>as.acidanthera.BlueToolFixup</string> <string>com.zxystd.IntelBTPatcher</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>BlueToolFixup</string> <string>IntelBTPatcher</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.6.3</string> <string>2.2.0</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.6.3</string> <string>2.2.0</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
<string>13C100</string> <string>11A420a</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key> <key>DTPlatformVersion</key>
<string>12.1</string> <string>GM</string>
<key>DTSDKBuild</key> <key>DTSDKBuild</key>
<string>21C46</string> <string>19A547</string>
<key>DTSDKName</key> <key>DTSDKName</key>
<string>macosx12.1</string> <string>macosx10.15</string>
<key>DTXcode</key> <key>DTXcode</key>
<string>1321</string> <string>1100</string>
<key>DTXcodeBuild</key> <key>DTXcodeBuild</key>
<string>13C100</string> <string>11A420a</string>
<key>IOKitPersonalities</key> <key>IOKitPersonalities</key>
<dict> <dict>
<key>BlueToolFixup</key> <key>IntelBTPatcher</key>
<dict> <dict>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>as.acidanthera.BlueToolFixup</string> <string>com.zxystd.IntelBTPatcher</string>
<key>IOClass</key> <key>IOClass</key>
<string>BlueToolFixup</string> <string>IntelBTPatcher</string>
<key>IOMatchCategory</key> <key>IOMatchCategory</key>
<string>BlueToolFixup</string> <string>IntelBTPatcher</string>
<key>IOProviderClass</key> <key>IOProviderClass</key>
<string>IOResources</string> <string>IOResources</string>
<key>IOResourceMatch</key> <key>IOResourceMatch</key>
...@@ -57,11 +55,15 @@ ...@@ -57,11 +55,15 @@
</dict> </dict>
</dict> </dict>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.8</string> <string>10.12</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2022 zxystd. All rights reserved.</string>
<key>OSBundleLibraries</key> <key>OSBundleLibraries</key>
<dict> <dict>
<key>as.vit9696.Lilu</key> <key>as.vit9696.Lilu</key>
<string>1.4.7</string> <string>1.2.0</string>
<key>com.apple.iokit.IOUSBHostFamily</key>
<string>1.2</string>
<key>com.apple.kpi.bsd</key> <key>com.apple.kpi.bsd</key>
<string>12.0.0</string> <string>12.0.0</string>
<key>com.apple.kpi.dsep</key> <key>com.apple.kpi.dsep</key>
...@@ -75,7 +77,5 @@ ...@@ -75,7 +77,5 @@
<key>com.apple.kpi.unsupported</key> <key>com.apple.kpi.unsupported</key>
<string>12.0.0</string> <string>12.0.0</string>
</dict> </dict>
<key>OSBundleRequired</key>
<string>Root</string>
</dict> </dict>
</plist> </plist>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1519</string> <string>19H2026</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.1.0</string> <string>2.2.0</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.1.0</string> <string>2.2.0</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
...@@ -74,6 +74,23 @@ ...@@ -74,6 +74,23 @@
<key>idVendor</key> <key>idVendor</key>
<integer>32903</integer> <integer>32903</integer>
</dict> </dict>
<key>IntelBluetoothFirmware_0035</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.zxystd.IntelBluetoothFirmware</string>
<key>IOClass</key>
<string>IntelBluetoothFirmware</string>
<key>IOMatchCategory</key>
<string>IntelBluetoothFirmware</string>
<key>IOProbeScore</key>
<integer>4000</integer>
<key>IOProviderClass</key>
<string>IOUSBHostDevice</string>
<key>idProduct</key>
<integer>53</integer>
<key>idVendor</key>
<integer>32903</integer>
</dict>
<key>IntelBluetoothFirmware_3165</key> <key>IntelBluetoothFirmware_3165</key>
<dict> <dict>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>BuildMachineOSBuild</key> <key>BuildMachineOSBuild</key>
<string>19H1519</string> <string>19H2026</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>en</string> <string>en</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -15,13 +15,13 @@ ...@@ -15,13 +15,13 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>KEXT</string> <string>KEXT</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.1.0</string> <string>2.2.0</string>
<key>CFBundleSupportedPlatforms</key> <key>CFBundleSupportedPlatforms</key>
<array> <array>
<string>MacOSX</string> <string>MacOSX</string>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.1.0</string> <string>2.2.0</string>
<key>DTCompiler</key> <key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string> <string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key> <key>DTPlatformBuild</key>
...@@ -68,6 +68,21 @@ ...@@ -68,6 +68,21 @@
<key>idVendor</key> <key>idVendor</key>
<integer>32903</integer> <integer>32903</integer>
</dict> </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> <key>3165ac</key>
<dict> <dict>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
......
...@@ -349,13 +349,13 @@ ...@@ -349,13 +349,13 @@
<key>Arch</key> <key>Arch</key>
<string>Any</string> <string>Any</string>
<key>BundlePath</key> <key>BundlePath</key>
<string>BlueToolFixup.kext</string> <string>IntelBTPatcher.kext</string>
<key>Comment</key> <key>Comment</key>
<string></string> <string></string>
<key>Enabled</key> <key>Enabled</key>
<true/> <true/>
<key>ExecutablePath</key> <key>ExecutablePath</key>
<string>Contents/MacOS/BlueToolFixup</string> <string>Contents/MacOS/IntelBTPatcher</string>
<key>MaxKernel</key> <key>MaxKernel</key>
<string></string> <string></string>
<key>MinKernel</key> <key>MinKernel</key>
......
...@@ -85,9 +85,9 @@ If it's the first time your nuc10 install with macOS, you must unlock CFG before ...@@ -85,9 +85,9 @@ If it's the first time your nuc10 install with macOS, you must unlock CFG before
- [AppleALC.kext 1.7.4](https://github.com/acidanthera/AppleALC) - [AppleALC.kext 1.7.4](https://github.com/acidanthera/AppleALC)
- [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi) - [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi)
- [AirportItlwm.kext 2.1.0](https://github.com/OpenIntelWireless/itlwm) - [AirportItlwm.kext 2.1.0](https://github.com/OpenIntelWireless/itlwm)
- [BlueToolFixup.kext 2.6.3](https://github.com/acidanthera/BrcmPatchRAM) - [IntelBTPatcher.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothFirmware.kext 2.1.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware) - [IntelBluetoothFirmware.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 2.1.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware) - [IntelBluetoothInjector.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [FakePCIID.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id) - [FakePCIID.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id)
- [FakePCIID_Intel_HDMI_Audio.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id) - [FakePCIID_Intel_HDMI_Audio.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id)
- [IOElectrify.kext 1.0.0](https://github.com/the-darkvoid/macOS-IOElectrify) - [IOElectrify.kext 1.0.0](https://github.com/the-darkvoid/macOS-IOElectrify)
......
...@@ -88,9 +88,9 @@ BIOS version **FNCML357.0057(CFG Unlocked under 0055)** ...@@ -88,9 +88,9 @@ BIOS version **FNCML357.0057(CFG Unlocked under 0055)**
- [AppleALC.kext 1.7.4](https://github.com/acidanthera/AppleALC) - [AppleALC.kext 1.7.4](https://github.com/acidanthera/AppleALC)
- [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi) - [IntelMausi.kext 1.0.7](https://github.com/acidanthera/IntelMausi)
- [AirportItlwm.kext 2.1.0](https://github.com/OpenIntelWireless/itlwm) - [AirportItlwm.kext 2.1.0](https://github.com/OpenIntelWireless/itlwm)
- [BlueToolFixup.kext 2.6.3](https://github.com/acidanthera/BrcmPatchRAM) - [IntelBTPatcher.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothFirmware.kext 2.1.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware) - [IntelBluetoothFirmware.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 2.1.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware) - [IntelBluetoothInjector.kext 2.2.0](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [FakePCIID.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id) - [FakePCIID.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id)
- [FakePCIID_Intel_HDMI_Audio.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id) - [FakePCIID_Intel_HDMI_Audio.kext 1.3.15](https://bitbucket.org/RehabMan/os-x-fake-pci-id)
- [IOElectrify.kext 1.0.0](https://github.com/the-darkvoid/macOS-IOElectrify) - [IOElectrify.kext 1.0.0](https://github.com/the-darkvoid/macOS-IOElectrify)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册