diff options
Diffstat (limited to 'oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist')
| -rwxr-xr-x | oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist b/oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist new file mode 100755 index 0000000..57af198 --- /dev/null +++ b/oc/Kexts/IntelBTPatcher.kext/Contents/Info.plist @@ -0,0 +1,83 @@ +<?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>CFBundleExecutable</key> + <string>IntelBTPatcher</string> + <key>CFBundleIdentifier</key> + <string>com.zxystd.IntelBTPatcher</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>IntelBTPatcher</string> + <key>CFBundlePackageType</key> + <string>KEXT</string> + <key>CFBundleShortVersionString</key> + <string>2.4.0</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>2.4.0</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>12D4e</string> + <key>DTPlatformName</key> + <string>macosx</string> + <key>DTPlatformVersion</key> + <string>11.1</string> + <key>DTSDKBuild</key> + <string>20C63</string> + <key>DTSDKName</key> + <string>macosx11.1</string> + <key>DTXcode</key> + <string>1240</string> + <key>DTXcodeBuild</key> + <string>12D4e</string> + <key>IOKitPersonalities</key> + <dict> + <key>IntelBTPatcher</key> + <dict> + <key>CFBundleIdentifier</key> + <string>com.zxystd.IntelBTPatcher</string> + <key>IOClass</key> + <string>IntelBTPatcher</string> + <key>IOMatchCategory</key> + <string>IntelBTPatcher</string> + <key>IOProviderClass</key> + <string>IOResources</string> + <key>IOResourceMatch</key> + <string>IOKit</string> + </dict> + </dict> + <key>LSMinimumSystemVersion</key> + <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.IOUSBHostFamily</key> + <string>1.2</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> +</dict> +</plist> |
