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/NoTouchID.kext/Contents/Info.plist | 81 +++++++++++++++ oc/Kexts/NoTouchID.kext/Contents/MacOS/NoTouchID | Bin 0 -> 48240 bytes .../Contents/_CodeSignature/CodeResources | 115 +++++++++++++++++++++ 3 files changed, 196 insertions(+) create mode 100755 oc/Kexts/NoTouchID.kext/Contents/Info.plist create mode 100755 oc/Kexts/NoTouchID.kext/Contents/MacOS/NoTouchID create mode 100755 oc/Kexts/NoTouchID.kext/Contents/_CodeSignature/CodeResources (limited to 'oc/Kexts/NoTouchID.kext/Contents') diff --git a/oc/Kexts/NoTouchID.kext/Contents/Info.plist b/oc/Kexts/NoTouchID.kext/Contents/Info.plist new file mode 100755 index 0000000..c212b7e --- /dev/null +++ b/oc/Kexts/NoTouchID.kext/Contents/Info.plist @@ -0,0 +1,81 @@ + + + + + BuildMachineOSBuild + 18G1012 + CFBundleDevelopmentRegion + en + CFBundleExecutable + NoTouchID + CFBundleIdentifier + xyz.racermaster.NoTouchID + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + NoTouchID + CFBundlePackageType + KEXT + CFBundleShortVersionString + 1.0.3 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1.0.3 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 11B500 + DTPlatformVersion + GM + DTSDKBuild + 19B89 + DTSDKName + macosx10.15 + DTXcode + 1120 + DTXcodeBuild + 11B500 + IOKitPersonalities + + NoTouchID + + CFBundleIdentifier + xyz.racermaster.NoTouchID + IOClass + NoTouchID + IOMatchCategory + NoTouchID + IOProviderClass + IOResources + IOResourceMatch + IOKit + + + LSMinimumSystemVersion + 10.13 + OSBundleCompatibleVersion + 1.0 + OSBundleLibraries + + as.vit9696.Lilu + 1.2.0 + com.apple.kpi.bsd + 12.0.0 + com.apple.kpi.dsep + 12.0.0 + com.apple.kpi.iokit + 12.0.0 + com.apple.kpi.libkern + 12.0.0 + com.apple.kpi.mach + 12.0.0 + com.apple.kpi.unsupported + 12.0.0 + + OSBundleRequired + Root + + diff --git a/oc/Kexts/NoTouchID.kext/Contents/MacOS/NoTouchID b/oc/Kexts/NoTouchID.kext/Contents/MacOS/NoTouchID new file mode 100755 index 0000000..d8fddf0 Binary files /dev/null and b/oc/Kexts/NoTouchID.kext/Contents/MacOS/NoTouchID differ diff --git a/oc/Kexts/NoTouchID.kext/Contents/_CodeSignature/CodeResources b/oc/Kexts/NoTouchID.kext/Contents/_CodeSignature/CodeResources new file mode 100755 index 0000000..d5d0fd7 --- /dev/null +++ b/oc/Kexts/NoTouchID.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,115 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Resources/Base\.lproj/ + + weight + 1010 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + -- cgit v1.2.3