diff options
| author | schererleander <leander@leander-scherer.de> | 2023-12-02 09:33:37 +0100 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2023-12-02 09:33:37 +0100 |
| commit | f882c1f4b89fc6c9d8a90d299a99a62c76c82e29 (patch) | |
| tree | 3434ec85efd5aff874e5b720e1e5a1c600349f53 /EFI/OC/Kexts/WhateverGreen.kext/Contents | |
| parent | 3edef3dbb7a8b5499e4656d2216bc7fb90e84a5b (diff) | |
upload config
Diffstat (limited to 'EFI/OC/Kexts/WhateverGreen.kext/Contents')
| -rwxr-xr-x | EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist | 106 | ||||
| -rwxr-xr-x | EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen | bin | 0 -> 531792 bytes |
2 files changed, 106 insertions, 0 deletions
diff --git a/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist b/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist new file mode 100755 index 0000000..1f68389 --- /dev/null +++ b/EFI/OC/Kexts/WhateverGreen.kext/Contents/Info.plist @@ -0,0 +1,106 @@ +<?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>21G651</string> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleExecutable</key> + <string>WhateverGreen</string> + <key>CFBundleIdentifier</key> + <string>as.vit9696.WhateverGreen</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>WhateverGreen</string> + <key>CFBundlePackageType</key> + <string>KEXT</string> + <key>CFBundleShortVersionString</key> + <string>1.6.6</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> + <key>CFBundleVersion</key> + <string>1.6.6</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>13F100</string> + <key>DTPlatformName</key> + <string>macosx</string> + <key>DTPlatformVersion</key> + <string>12.3</string> + <key>DTSDKBuild</key> + <string>21E226</string> + <key>DTSDKName</key> + <string>macosx12.3</string> + <key>DTXcode</key> + <string>1341</string> + <key>DTXcodeBuild</key> + <string>13F100</string> + <key>IOKitPersonalities</key> + <dict> + <key>NVHDAEnabler</key> + <dict> + <key>CFBundleIdentifier</key> + <string>as.vit9696.WhateverGreen</string> + <key>IOClass</key> + <string>NVHDAEnabler</string> + <key>IOMatchCategory</key> + <string>IOFramebuffer</string> + <key>IOPCIClassMatch</key> + <string>0x03000000&0xff000000</string> + <key>IOPCIMatch</key> + <string>0x000010de&0x0000ffff</string> + <key>IOProbeScore</key> + <integer>300000</integer> + <key>IOProviderClass</key> + <string>IOPCIDevice</string> + </dict> + <key>as.vit9696.WhateverGreen</key> + <dict> + <key>CFBundleIdentifier</key> + <string>as.vit9696.WhateverGreen</string> + <key>IOClass</key> + <string>WhateverGreen</string> + <key>IOMatchCategory</key> + <string>WhateverGreen</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</string> + <key>OSBundleLibraries</key> + <dict> + <key>as.vit9696.Lilu</key> + <string>1.2.0</string> + <key>com.apple.iokit.IOPCIFamily</key> + <string>1.0.0b1</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> + <key>OSBundleRequired</key> + <string>Root</string> +</dict> +</plist> diff --git a/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen b/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen Binary files differnew file mode 100755 index 0000000..cd32d08 --- /dev/null +++ b/EFI/OC/Kexts/WhateverGreen.kext/Contents/MacOS/WhateverGreen |
