Files
osx-patcher/resources/patch/AppleIntelGMAX3100.kext/Contents/Info.plist
Julian-Marius-Fairfax 24ffd8a991 Initial commit
2020-04-01 00:06:29 +02:00

81 lines
2.4 KiB
Plaintext
Executable File

<?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>CFBundleExecutable</key>
<string>AppleIntelGMAX3100</string>
<key>CFBundleGetInfoString</key>
<string>AppleIntelGMAX3100 1.6.6.25</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleIntelGMAX3100</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Apple Embedded Graphics Kernel Extension</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.6.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>6.0.6</string>
<key>IOKitPersonalities</key>
<dict>
<key>Intel965</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleIntelGMAX3100</string>
<key>IOCFPlugInTypes</key>
<dict>
<key>ACCF0000-0000-0000-0000-000a2789904e</key>
<string>AppleIntelGMAX3100GA.plugin</string>
</dict>
<key>IOClass</key>
<string>Intel965</string>
<key>IODVDBundleName</key>
<string>AppleIntelGMAX3100VADriver</string>
<key>IOGLBundleName</key>
<string>AppleIntelGMAX3100GLDriver</string>
<key>IOMatchCategory</key>
<string>IOAccelerator</string>
<key>IOPCIClassMatch</key>
<string>0x03000000&amp;0xff000000</string>
<key>IOPCIPrimaryMatch</key>
<string>0x2a028086</string>
<key>IOProbeScore</key>
<integer>100</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOSourceVersion</key>
<string>0.0.0.0.0</string>
<key>IOVARendererID</key>
<integer>17301504</integer>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2009 Apple Inc. All rights reserved.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOGraphicsFamily</key>
<string>1.0.0b1</string>
<key>com.apple.iokit.IONDRVSupport</key>
<string>1.0.0b1</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.0.0b1</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>8.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>8.0.0</string>
</dict>
</dict>
</plist>