diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-11 02:21:42 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-11 02:21:42 +0700 |
| commit | 0797deb6747ee9c5d385bc0119ae70a23f585b22 (patch) | |
| tree | 6e84c34d37cb1421dd365b21055c2b3f360dcfd1 /oc/Kexts/Display-30e4-521.kext/Contents/Info.plist | |
| parent | 1d86a9a40ce6448236854ea53e0e30d095d77e77 (diff) | |
Add Boot OC
Diffstat (limited to 'oc/Kexts/Display-30e4-521.kext/Contents/Info.plist')
| -rwxr-xr-x | oc/Kexts/Display-30e4-521.kext/Contents/Info.plist | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/oc/Kexts/Display-30e4-521.kext/Contents/Info.plist b/oc/Kexts/Display-30e4-521.kext/Contents/Info.plist new file mode 100755 index 0000000..2b7a5f9 --- /dev/null +++ b/oc/Kexts/Display-30e4-521.kext/Contents/Info.plist @@ -0,0 +1,54 @@ +<?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>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleGetInfoString</key> + <string>Copyright (C) 2013 AnV Software</string> + <key>CFBundleIdentifier</key> + <string>com.AnV.Software.driver.AppleMonitor</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Display Injector</string> + <key>CFBundlePackageType</key> + <string>KEXT</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>9.9.9</string> + <key>IOKitPersonalities</key> + <dict> + <key>Monitor Apple ID Injection</key> + <dict> + <key>CFBundleIdentifier</key> + <string>com.apple.driver.AppleUSBMergeNub</string> + <key>DisplayProductID</key> + <integer>1313</integer> + <key>DisplayVendorID</key> + <integer>12516</integer> + <key>IOClass</key> + <string>AppleUSBMergeNub</string> + <key>IOProbeScore</key> + <integer>5000</integer> + <key>IOProviderClass</key> + <string>AppleBacklightDisplay</string> + <key>IOProviderMergeProperties</key> + <dict> + <key>DisplayProductName</key> + <string>Display</string> + <key>IODisplayEDID</key> + <data> + AP///////wAw5HycAAAAAAAaAQSVHxFg6m+xp1VMniUM + UFQAAAABAQEBAQEBAQEBAQEBAQEBLjaAoHA4H0AwIDUA + Na4QAAAaVCuAoHA4H0AwIDUANa4QAAAaAAAA/gBMRyBE + aXNwbGF5CiAgAAAA/gBMUDE0MFdGNi1TUEI2AFE= + </data> + </dict> + </dict> + </dict> + <key>OSBundleRequired</key> + <string>Root</string> +</dict> +</plist> |
