diff options
Diffstat (limited to 'oc/Kexts/NoTouchID.kext/Contents/Info.plist')
| -rwxr-xr-x | oc/Kexts/NoTouchID.kext/Contents/Info.plist | 81 |
1 files changed, 81 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> |
