Skip to content

Commit

Permalink
Merge pull request #19 from LoveGlaze/master
Browse files Browse the repository at this point in the history
蓝牙修复
  • Loading branch information
LoveGlaze authored Oct 31, 2021
2 parents dd376c6 + 46f58bb commit 162c839
Show file tree
Hide file tree
Showing 15 changed files with 80 additions and 374 deletions.
6 changes: 3 additions & 3 deletions OpenCore/Kexts/AirportItlwm.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12E507</string>
<string>13A233</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
Expand All @@ -37,9 +37,9 @@
<key>DTSDKName</key>
<string>macosx11.3</string>
<key>DTXcode</key>
<string>1251</string>
<string>1300</string>
<key>DTXcodeBuild</key>
<string>12E507</string>
<string>13A233</string>
<key>IOKitPersonalities</key>
<dict>
<key>itlwm</key>
Expand Down
Binary file modified OpenCore/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm
Binary file not shown.
79 changes: 0 additions & 79 deletions OpenCore/Kexts/Black80211.kext/Contents/Info.plist

This file was deleted.

Binary file not shown.
20 changes: 10 additions & 10 deletions OpenCore/Kexts/BlueToolFixup.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>21A559</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>2.6.0</string>
<string>2.6.1</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.0</string>
<string>2.6.1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B45b</string>
<string>13A233</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<string>11.3</string>
<key>DTSDKBuild</key>
<string>20A2408</string>
<string>20E214</string>
<key>DTSDKName</key>
<string>macosx11.0</string>
<string>macosx11.3</string>
<key>DTXcode</key>
<string>1220</string>
<string>1300</string>
<key>DTXcodeBuild</key>
<string>12B45b</string>
<string>13A233</string>
<key>IOKitPersonalities</key>
<dict>
<key>BlueToolFixup</key>
Expand All @@ -57,7 +57,7 @@
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<string>10.9</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
Expand Down
Binary file modified OpenCore/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup
Binary file not shown.
201 changes: 0 additions & 201 deletions OpenCore/Kexts/IntelBluetoothInjector.kext/Contents/Info.plist

This file was deleted.

16 changes: 7 additions & 9 deletions OpenCore/Kexts/RealtekRTL8111.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>19H1030</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,19 +29,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12D4e</string>
<key>DTPlatformName</key>
<string>macosx</string>
<string>10G8</string>
<key>DTPlatformVersion</key>
<string>11.1</string>
<string>GM</string>
<key>DTSDKBuild</key>
<string>20C63</string>
<string>18G74</string>
<key>DTSDKName</key>
<string>macosx11.1</string>
<string>macosx10.14</string>
<key>DTXcode</key>
<string>1240</string>
<string>1030</string>
<key>DTXcodeBuild</key>
<string>12D4e</string>
<string>10G8</string>
<key>IOKitPersonalities</key>
<dict>
<key>RTL8111 PCIe Adapter</key>
Expand Down
Binary file not shown.
Loading

0 comments on commit 162c839

Please sign in to comment.