diff options
Diffstat (limited to 'oc/Kexts/BlueToolFixup.kext')
| -rwxr-xr-x | oc/Kexts/BlueToolFixup.kext/Contents/Info.plist | 81 | ||||
| -rwxr-xr-x | oc/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup | bin | 0 -> 40880 bytes |
2 files changed, 81 insertions, 0 deletions
diff --git a/oc/Kexts/BlueToolFixup.kext/Contents/Info.plist b/oc/Kexts/BlueToolFixup.kext/Contents/Info.plist new file mode 100755 index 0000000..fcd0faf --- /dev/null +++ b/oc/Kexts/BlueToolFixup.kext/Contents/Info.plist @@ -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>23H626</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.7.1</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>2.7.1</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string></string> + <key>DTPlatformName</key> + <string>macosx</string> + <key>DTPlatformVersion</key> + <string>14.2</string> + <key>DTSDKBuild</key> + <string>23C53</string> + <key>DTSDKName</key> + <string>macosx14.2</string> + <key>DTXcode</key> + <string>1520</string> + <key>DTXcodeBuild</key> + <string>15C500b</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> diff --git a/oc/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup b/oc/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup Binary files differnew file mode 100755 index 0000000..155e57e --- /dev/null +++ b/oc/Kexts/BlueToolFixup.kext/Contents/MacOS/BlueToolFixup |
