Advertisement
Izzard

IONDRVSupport

May 3rd, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.35 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>14D121</string>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleExecutable</key>
  10.     <string>IONDRVSupport</string>
  11.     <key>CFBundleGetInfoString</key>
  12.     <string>2.4.1, Copyright Apple Computer, Inc. 2000-2012</string>
  13.     <key>CFBundleIdentifier</key>
  14.     <string>com.apple.iokit.IONDRVSupport</string>
  15.     <key>CFBundleInfoDictionaryVersion</key>
  16.     <string>6.0</string>
  17.     <key>CFBundleName</key>
  18.     <string>I/O Kit NDRV Support</string>
  19.     <key>CFBundlePackageType</key>
  20.     <string>KEXT</string>
  21.     <key>CFBundleShortVersionString</key>
  22.     <string>2.4.1</string>
  23.     <key>CFBundleSignature</key>
  24.     <string>????</string>
  25.     <key>CFBundleVersion</key>
  26.     <string>2.4.1</string>
  27.     <key>DTCompiler</key>
  28.     <string>com.apple.compilers.llvm.clang.1_0</string>
  29.     <key>DTPlatformBuild</key>
  30.     <string>6D543f</string>
  31.     <key>DTPlatformVersion</key>
  32.     <string>GM</string>
  33.     <key>DTSDKBuild</key>
  34.     <string>14D107</string>
  35.     <key>DTSDKName</key>
  36.     <string>macosx10.10internal</string>
  37.     <key>DTXcode</key>
  38.     <string>0630</string>
  39.     <key>DTXcodeBuild</key>
  40.     <string>6D543f</string>
  41.     <key>IOKitPersonalities</key>
  42.     <dict>
  43.         <key>1</key>
  44.         <dict>
  45.             <key>CFBundleIdentifier</key>
  46.             <string>com.apple.iokit.IONDRVSupport</string>
  47.             <key>IOClass</key>
  48.             <string>IONDRVFramebuffer</string>
  49.             <key>IOMatchCategory</key>
  50.             <string>IOFramebuffer</string>
  51.             <key>IONameMatch</key>
  52.             <string>display</string>
  53.             <key>IOProbeScore</key>
  54.             <integer>20000</integer>
  55.             <key>IOProviderClass</key>
  56.             <string>IOPCIDevice</string>
  57.             <key>IOPCITunnelCompatible</key>
  58.             <true/>
  59.         </dict>
  60.         <key>2</key>
  61.         <dict>
  62.             <key>CFBundleIdentifier</key>
  63.             <string>com.apple.iokit.IONDRVSupport</string>
  64.             <key>IOClass</key>
  65.             <string>IONDRVFramebuffer</string>
  66.             <key>IOMatchCategory</key>
  67.             <string>IOFramebuffer</string>
  68.             <key>IONameMatch</key>
  69.             <string>display</string>
  70.             <key>IOProbeScore</key>
  71.             <integer>20000</integer>
  72.             <key>IOProviderClass</key>
  73.             <string>IOPlatformDevice</string>
  74.             <key>IOPCITunnelCompatible</key>
  75.             <true/>
  76.         </dict>
  77.         <key>3</key>
  78.         <dict>
  79.             <key>CFBundleIdentifier</key>
  80.             <string>com.apple.iokit.IONDRVSupport</string>
  81.             <key>IOClass</key>
  82.             <string>IONDRVFramebuffer</string>
  83.             <key>IOMatchCategory</key>
  84.             <string>IOFramebuffer</string>
  85.             <key>IOPCIClassMatch</key>
  86.             <string>0x03000000&amp;0xff000000</string>
  87.             <key>IOProbeScore</key>
  88.             <integer>0</integer>
  89.             <key>IOProviderClass</key>
  90.             <string>IOPCIDevice</string>
  91.             <key>IOPCITunnelCompatible</key>
  92.             <true/>
  93.         </dict>
  94.     </dict>
  95.     <key>OSBundleCompatibleVersion</key>
  96.     <string>1.0.0b1</string>
  97.     <key>OSBundleLibraries</key>
  98.     <dict>
  99.         <key>com.apple.iokit.IOGraphicsFamily</key>
  100.         <string>1.1</string>
  101.         <key>com.apple.iokit.IOPCIFamily</key>
  102.         <string>1.1</string>
  103.         <key>com.apple.kpi.iokit</key>
  104.         <string>8.0.0</string>
  105.         <key>com.apple.kpi.libkern</key>
  106.         <string>8.0.0</string>
  107.         <key>com.apple.kpi.mach</key>
  108.         <string>8.0.0</string>
  109.         <key>com.apple.kpi.unsupported</key>
  110.         <string>8.0.0</string>
  111.     </dict>
  112.     <key>OSBundleRequired</key>
  113.     <string>Safe Boot</string>
  114.     <key>IOPCITunnelCompatible</key>
  115.     <true/>
  116. </dict>
  117. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement