diff options
Diffstat (limited to 'oc/Kexts/NoTouchID.kext')
| -rwxr-xr-x | oc/Kexts/NoTouchID.kext/Contents/Info.plist | 81 | ||||
| -rwxr-xr-x | oc/Kexts/NoTouchID.kext/Contents/MacOS/NoTouchID | bin | 0 -> 48240 bytes | |||
| -rwxr-xr-x | oc/Kexts/NoTouchID.kext/Contents/_CodeSignature/CodeResources | 115 |
3 files changed, 196 insertions, 0 deletions
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 @@ +<?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>18G1012</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>NoTouchID</string> + <key>CFBundleIdentifier</key> + <string>xyz.racermaster.NoTouchID</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>NoTouchID</string> + <key>CFBundlePackageType</key> + <string>KEXT</string> + <key>CFBundleShortVersionString</key> + <string>1.0.3</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>1.0.3</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>11B500</string> + <key>DTPlatformVersion</key> + <string>GM</string> + <key>DTSDKBuild</key> + <string>19B89</string> + <key>DTSDKName</key> + <string>macosx10.15</string> + <key>DTXcode</key> + <string>1120</string> + <key>DTXcodeBuild</key> + <string>11B500</string> + <key>IOKitPersonalities</key> + <dict> + <key>NoTouchID</key> + <dict> + <key>CFBundleIdentifier</key> + <string>xyz.racermaster.NoTouchID</string> + <key>IOClass</key> + <string>NoTouchID</string> + <key>IOMatchCategory</key> + <string>NoTouchID</string> + <key>IOProviderClass</key> + <string>IOResources</string> + <key>IOResourceMatch</key> + <string>IOKit</string> + </dict> + </dict> + <key>LSMinimumSystemVersion</key> + <string>10.13</string> + <key>OSBundleCompatibleVersion</key> + <string>1.0</string> + <key>OSBundleLibraries</key> + <dict> + <key>as.vit9696.Lilu</key> + <string>1.2.0</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/NoTouchID.kext/Contents/MacOS/NoTouchID b/oc/Kexts/NoTouchID.kext/Contents/MacOS/NoTouchID Binary files differnew file mode 100755 index 0000000..d8fddf0 --- /dev/null +++ b/oc/Kexts/NoTouchID.kext/Contents/MacOS/NoTouchID 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 @@ +<?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>files</key> + <dict/> + <key>files2</key> + <dict/> + <key>rules</key> + <dict> + <key>^Resources/</key> + <true/> + <key>^Resources/.*\.lproj/</key> + <dict> + <key>optional</key> + <true/> + <key>weight</key> + <real>1000</real> + </dict> + <key>^Resources/.*\.lproj/locversion.plist$</key> + <dict> + <key>omit</key> + <true/> + <key>weight</key> + <real>1100</real> + </dict> + <key>^Resources/Base\.lproj/</key> + <dict> + <key>weight</key> + <real>1010</real> + </dict> + <key>^version.plist$</key> + <true/> + </dict> + <key>rules2</key> + <dict> + <key>.*\.dSYM($|/)</key> + <dict> + <key>weight</key> + <real>11</real> + </dict> + <key>^(.*/)?\.DS_Store$</key> + <dict> + <key>omit</key> + <true/> + <key>weight</key> + <real>2000</real> + </dict> + <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> + <dict> + <key>nested</key> + <true/> + <key>weight</key> + <real>10</real> + </dict> + <key>^.*</key> + <true/> + <key>^Info\.plist$</key> + <dict> + <key>omit</key> + <true/> + <key>weight</key> + <real>20</real> + </dict> + <key>^PkgInfo$</key> + <dict> + <key>omit</key> + <true/> + <key>weight</key> + <real>20</real> + </dict> + <key>^Resources/</key> + <dict> + <key>weight</key> + <real>20</real> + </dict> + <key>^Resources/.*\.lproj/</key> + <dict> + <key>optional</key> + <true/> + <key>weight</key> + <real>1000</real> + </dict> + <key>^Resources/.*\.lproj/locversion.plist$</key> + <dict> + <key>omit</key> + <true/> + <key>weight</key> + <real>1100</real> + </dict> + <key>^Resources/Base\.lproj/</key> + <dict> + <key>weight</key> + <real>1010</real> + </dict> + <key>^[^/]+$</key> + <dict> + <key>nested</key> + <true/> + <key>weight</key> + <real>10</real> + </dict> + <key>^embedded\.provisionprofile$</key> + <dict> + <key>weight</key> + <real>20</real> + </dict> + <key>^version\.plist$</key> + <dict> + <key>weight</key> + <real>20</real> + </dict> + </dict> +</dict> +</plist> |
