blob: 2b7a5f922cbbaeb275792cd7dccfba9354d9898c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>
|