summaryrefslogtreecommitdiff
path: root/oc/Kexts/SMCLightSensor.kext
diff options
context:
space:
mode:
Diffstat (limited to 'oc/Kexts/SMCLightSensor.kext')
-rwxr-xr-xoc/Kexts/SMCLightSensor.kext/Contents/Info.plist87
-rwxr-xr-xoc/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensorbin0 -> 34432 bytes
2 files changed, 87 insertions, 0 deletions
diff --git a/oc/Kexts/SMCLightSensor.kext/Contents/Info.plist b/oc/Kexts/SMCLightSensor.kext/Contents/Info.plist
new file mode 100755
index 0000000..ec3896c
--- /dev/null
+++ b/oc/Kexts/SMCLightSensor.kext/Contents/Info.plist
@@ -0,0 +1,87 @@
+<?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>23H626</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleExecutable</key>
+ <string>SMCLightSensor</string>
+ <key>CFBundleIdentifier</key>
+ <string>ru.usrsse2.SMCLightSensor</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>SMCLightSensor</string>
+ <key>CFBundlePackageType</key>
+ <string>KEXT</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.3.7</string>
+ <key>CFBundleSupportedPlatforms</key>
+ <array>
+ <string>MacOSX</string>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>1.3.7</string>
+ <key>DTCompiler</key>
+ <string>com.apple.compilers.llvm.clang.1_0</string>
+ <key>DTPlatformBuild</key>
+ <string></string>
+ <key>DTPlatformName</key>
+ <string>macosx</string>
+ <key>DTPlatformVersion</key>
+ <string>14.2</string>
+ <key>DTSDKBuild</key>
+ <string>23C53</string>
+ <key>DTSDKName</key>
+ <string>macosx14.2</string>
+ <key>DTXcode</key>
+ <string>1520</string>
+ <key>DTXcodeBuild</key>
+ <string>15C500b</string>
+ <key>IOKitPersonalities</key>
+ <dict>
+ <key>SMCLightSensor</key>
+ <dict>
+ <key>CFBundleIdentifier</key>
+ <string>ru.usrsse2.SMCLightSensor</string>
+ <key>IOClass</key>
+ <string>SMCLightSensor</string>
+ <key>IOMatchCategory</key>
+ <string>SMCLightSensor</string>
+ <key>IOProviderClass</key>
+ <string>IOResources</string>
+ <key>IOResourceMatch</key>
+ <string>IOKit</string>
+ </dict>
+ </dict>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.6</string>
+ <key>NSHumanReadableCopyright</key>
+ <string>Copyright © 2018 vit9696. All rights reserved.</string>
+ <key>OSBundleCompatibleVersion</key>
+ <string>1.0.0</string>
+ <key>OSBundleLibraries</key>
+ <dict>
+ <key>as.vit9696.Lilu</key>
+ <string>1.2.0</string>
+ <key>as.vit9696.VirtualSMC</key>
+ <string>1.0.0</string>
+ <key>com.apple.iokit.IOACPIFamily</key>
+ <string>1.0.0d1</string>
+ <key>com.apple.kpi.bsd</key>
+ <string>10.0.0</string>
+ <key>com.apple.kpi.dsep</key>
+ <string>10.0.0</string>
+ <key>com.apple.kpi.iokit</key>
+ <string>10.0.0</string>
+ <key>com.apple.kpi.libkern</key>
+ <string>10.0.0</string>
+ <key>com.apple.kpi.mach</key>
+ <string>10.0.0</string>
+ <key>com.apple.kpi.unsupported</key>
+ <string>10.0.0</string>
+ </dict>
+</dict>
+</plist>
diff --git a/oc/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor b/oc/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor
new file mode 100755
index 0000000..955f594
--- /dev/null
+++ b/oc/Kexts/SMCLightSensor.kext/Contents/MacOS/SMCLightSensor
Binary files differ