From 0797deb6747ee9c5d385bc0119ae70a23f585b22 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Sun, 11 Jan 2026 02:21:42 +0700 Subject: Add Boot OC --- oc/Kexts/itlwm.kext/Contents/Info.plist | 114 +++++++++++++++++++++++++++++++ oc/Kexts/itlwm.kext/Contents/MacOS/itlwm | Bin 0 -> 15962728 bytes 2 files changed, 114 insertions(+) create mode 100755 oc/Kexts/itlwm.kext/Contents/Info.plist create mode 100755 oc/Kexts/itlwm.kext/Contents/MacOS/itlwm (limited to 'oc/Kexts/itlwm.kext/Contents') diff --git a/oc/Kexts/itlwm.kext/Contents/Info.plist b/oc/Kexts/itlwm.kext/Contents/Info.plist new file mode 100755 index 0000000..a46c80b --- /dev/null +++ b/oc/Kexts/itlwm.kext/Contents/Info.plist @@ -0,0 +1,114 @@ + + + + + BuildMachineOSBuild + 19H2026 + CFBundleDevelopmentRegion + en + CFBundleExecutable + itlwm + CFBundleIdentifier + com.zxystd.itlwm + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + itlwm + CFBundlePackageType + KEXT + CFBundleShortVersionString + 2.2.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 2.2.0 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 11E801a + DTPlatformVersion + GM + DTSDKBuild + 19G68 + DTSDKName + macosx10.15 + DTXcode + 1170 + DTXcodeBuild + 11E801a + IOKitPersonalities + + itlwm + + CFBundleIdentifier + com.zxystd.itlwm + IOClass + itlwm + IOMatchCategory + IODefaultMatchCategory + IOPCIPrimaryMatch + 0x00008086&0x0000ffff + IOProbeScore + 2000 + IOProviderClass + IOPCIDevice + IOUserClientClass + ItlNetworkUserClient + WiFiConfig + + WiFi_1 + + password + zxyssdt112233 + ssid + ssdt + + WiFi_2 + + password + zxyssdt112233 + ssid + ssdt_5G + + WiFi_3 + + password + + ssid + Redmi + + WiFi_4 + + password + 9utc5c5f + ssid + CMCC-KtG6 + + + + + LSMinimumSystemVersion + 10.9 + NSHumanReadableCopyright + Copyright © 2020 钟先耀. All rights reserved. + OSBundleLibraries + + com.apple.iokit.IONetworkingFamily + 1.5.0 + com.apple.iokit.IOPCIFamily + 1.7 + com.apple.kpi.bsd + 8.10.0 + com.apple.kpi.iokit + 8.10.0 + com.apple.kpi.libkern + 8.10.0 + com.apple.kpi.mach + 8.10.0 + + OSBundleRequired + Network-Root + + diff --git a/oc/Kexts/itlwm.kext/Contents/MacOS/itlwm b/oc/Kexts/itlwm.kext/Contents/MacOS/itlwm new file mode 100755 index 0000000..602ec8f Binary files /dev/null and b/oc/Kexts/itlwm.kext/Contents/MacOS/itlwm differ -- cgit v1.2.3