Advertisement
Izzard

NVDAStartup

May 3rd, 2015
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.92 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  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>NVDAStartup</string>
  11.     <key>CFBundleGetInfoString</key>
  12.     <string>NVDAStartup 10.3.7 (346.01.02f02)</string>
  13.     <key>CFBundleIdentifier</key>
  14.     <string>com.nvidia.NVDAStartup</string>
  15.     <key>CFBundleInfoDictionaryVersion</key>
  16.     <string>6.0</string>
  17.     <key>CFBundleName</key>
  18.     <string>NVDAStartup</string>
  19.     <key>CFBundlePackageType</key>
  20.     <string>KEXT</string>
  21.     <key>CFBundleShortVersionString</key>
  22.     <string>10.3.7</string>
  23.     <key>CFBundleSignature</key>
  24.     <string>????</string>
  25.     <key>CFBundleVersion</key>
  26.     <string>10.0.3</string>
  27.     <key>IOKitPersonalities</key>
  28.     <dict>
  29.         <key>NVDAStartup</key>
  30.         <dict>
  31.             <key>CFBundleIdentifier</key>
  32.             <string>com.nvidia.NVDAStartup</string>
  33.             <key>IOClass</key>
  34.             <string>NVDAStartup</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>100000</integer>
  43.             <key>IOProviderClass</key>
  44.             <string>IOPCIDevice</string>
  45.             <key>NVDARequiredOS</key>
  46.             <string>14D136</string>
  47.             <key>NVDAType</key>
  48.             <string>Web</string>
  49.             <key>IOPCITunnelCompatible</key>
  50.             <true/>
  51.         </dict>
  52.     </dict>
  53.     <key>OSBundleLibraries</key>
  54.     <dict>
  55.         <key>com.apple.iokit.IOPCIFamily</key>
  56.         <string>1.0b1</string>
  57.         <key>com.apple.kpi.iokit</key>
  58.         <string>7.0</string>
  59.         <key>com.apple.kpi.libkern</key>
  60.         <string>8.0d0</string>
  61.     </dict>
  62.     <key>OSBundleRequired</key>
  63.     <string>Safe Boot</string>
  64.     <key>IOPCITunnelCompatible</key>
  65.     <true/>
  66. </dict>
  67. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement