Skip to content

Commit

Permalink
fixed bluetooth
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Nov 11, 2021
1 parent 63225a6 commit 1b81efd
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 20 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/.DS_Store
Binary file not shown.
Binary file modified EFI/OC/.DS_Store
Binary file not shown.
Binary file removed EFI/OC/Bootstrap/Bootstrap.efi
Binary file not shown.
81 changes: 81 additions & 0 deletions EFI/OC/Kexts/BlueToolFixup.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<?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>21A559</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>BlueToolFixup</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.BlueToolFixup</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>BlueToolFixup</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.6.2</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.6.2</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13A1030d</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>12.0</string>
<key>DTSDKBuild</key>
<string>21A344</string>
<key>DTSDKName</key>
<string>macosx12.0</string>
<key>DTXcode</key>
<string>1310</string>
<key>DTXcodeBuild</key>
<string>13A1030d</string>
<key>IOKitPersonalities</key>
<dict>
<key>BlueToolFixup</key>
<dict>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.BlueToolFixup</string>
<key>IOClass</key>
<string>BlueToolFixup</string>
<key>IOMatchCategory</key>
<string>BlueToolFixup</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
</dict>
<key>LSMinimumSystemVersion</key>
<string>10.8</string>
<key>OSBundleLibraries</key>
<dict>
<key>as.vit9696.Lilu</key>
<string>1.4.7</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>
Binary file not shown.
18 changes: 9 additions & 9 deletions EFI/OC/Kexts/IntelBluetoothFirmware.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>20G165</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.0.1</string>
<string>2.1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12E507</string>
<string>13A1030d</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.3</string>
<string>12.0</string>
<key>DTSDKBuild</key>
<string>20E214</string>
<string>21A344</string>
<key>DTSDKName</key>
<string>macosx11.3</string>
<string>macosx12.0</string>
<key>DTXcode</key>
<string>1251</string>
<string>1310</string>
<key>DTXcodeBuild</key>
<string>12E507</string>
<string>13A1030d</string>
<key>IOKitPersonalities</key>
<dict>
<key>IntelBluetoothFirmware_0026</key>
Expand Down
Binary file not shown.
18 changes: 9 additions & 9 deletions EFI/OC/Kexts/IntelBluetoothInjector.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>20G165</string>
<string>21A559</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleIdentifier</key>
Expand All @@ -15,29 +15,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12E507</string>
<string>13A1030d</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.3</string>
<string>12.0</string>
<key>DTSDKBuild</key>
<string>20E214</string>
<string>21A344</string>
<key>DTSDKName</key>
<string>macosx11.3</string>
<string>macosx12.0</string>
<key>DTXcode</key>
<string>1251</string>
<string>1310</string>
<key>DTXcodeBuild</key>
<string>12E507</string>
<string>13A1030d</string>
<key>IOKitPersonalities</key>
<dict>
<key>0026</key>
Expand Down
24 changes: 22 additions & 2 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,24 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>BlueToolFixup.kext</string>
<key>Comment</key>
<string>V2.6.2</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/BlueToolFixup</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
Expand All @@ -792,7 +810,7 @@
<key>Comment</key>
<string>Bluetooth</string>
<key>Enabled</key>
<true/>
<false/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
Expand Down Expand Up @@ -1133,7 +1151,7 @@
<key>HideAuxiliary</key>
<true/>
<key>LauncherOption</key>
<string>Disabled</string>
<string>Full</string>
<key>LauncherPath</key>
<string>Default</string>
<key>PickerAttributes</key>
Expand Down Expand Up @@ -1485,6 +1503,8 @@
<string>BuiltinGraphics</string>
<key>UgaPassThrough</key>
<false/>
<key>UIScale</key>
<integer>-1</integer>
</dict>
<key>ProtocolOverrides</key>
<dict>
Expand Down

0 comments on commit 1b81efd

Please sign in to comment.