View difference between Paste ID: C51Mfmec and xF9n0dBv
SHOW: | | - or go back to the newest paste.
1-
sh-3.2# cd /System/Library/Extensions/NVDAStartupWeb.kext/Contents/
1+
2-
sh-3.2# cat Info.plist 
2+
3
<plist version="1.0">
4
<dict>
5
	<key>BuildMachineOSBuild</key>
6
	<string>11A511</string>
7
	<key>CFBundleDevelopmentRegion</key>
8
	<string>English</string>
9
	<key>CFBundleExecutable</key>
10
	<string>NVDAStartupWeb</string>
11
	<key>CFBundleGetInfoString</key>
12
	<string>NVDAStartupWeb 10.11.13 (346.03.15f02)</string>
13
	<key>CFBundleIdentifier</key>
14
	<string>com.nvidia.NVDAStartupWeb</string>
15
	<key>CFBundleInfoDictionaryVersion</key>
16
	<string>6.0</string>
17
	<key>CFBundleName</key>
18
	<string>NVDAStartupWeb</string>
19
	<key>CFBundlePackageType</key>
20
	<string>KEXT</string>
21
	<key>CFBundleShortVersionString</key>
22
	<string>10.11.13</string>
23
	<key>CFBundleSignature</key>
24
	<string>????</string>
25
	<key>CFBundleVersion</key>
26
	<string>10.1.1</string>
27
	<key>IOKitPersonalities</key>
28
	<dict>
29
		<key>NVDAStartup</key>
30
		<dict>
31
			<key>CFBundleIdentifier</key>
32
			<string>com.nvidia.NVDAStartupWeb</string>
33
			<key>IOClass</key>
34
			<string>NVDAStartupWeb</string>
35
			<key>IOMatchCategory</key>
36
			<string>IOFramebuffer</string>
37
			<key>IOPCIClassMatch</key>
38
			<string>0x03000000&amp;0xff000000</string>
39
			<key>IOPCIMatch</key>
40
			<string>0x000010de&amp;0x0000ffff</string>
41
			<key>IOProbeScore</key>
42
			<integer>200000</integer>
43
			<key>IOProviderClass</key>
44
			<string>IOPCIDevice</string>
45
			<key>NVDARequiredOS</key>
46
			<string>15G1004</string>
47
			<key>NVDAType</key>
48-
			<string>15G31</string>
48+
49
		</dict>
50
	</dict>
51
	<key>OSBundleLibraries</key>
52
	<dict>
53
		<key>com.apple.iokit.IOPCIFamily</key>
54
		<string>1.0b1</string>
55
		<key>com.apple.kpi.iokit</key>
56
		<string>7.0</string>
57
		<key>com.apple.kpi.libkern</key>
58
		<string>8.0d0</string>
59
	</dict>
60
	<key>OSBundleRequired</key>
61
	<string>Safe Boot</string>
62
</dict>
63
</plist>