mirror of
https://github.com/thewesker/osx-patcher.git
synced 2025-12-20 12:21:06 -05:00
62 lines
1.8 KiB
Plaintext
Executable File
62 lines
1.8 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>NVDAGK100Hal</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>NVDAGK100Hal 7.32.12 295.10.20f01</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.apple.nvidia.nvGK100hal</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>NVIDIA GK100 Resman Kernel Extension</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>KEXT</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>7.32.12</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>7.3.2</string>
|
|
<key>IOKitPersonalities</key>
|
|
<dict>
|
|
<key>NVidiaRM</key>
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.apple.nvidia.nvGK100hal</string>
|
|
<key>IOClass</key>
|
|
<string>NVDAGK100HAL</string>
|
|
<key>IOMatchCategory</key>
|
|
<string>IOService</string>
|
|
<key>IOPCIClassMatch</key>
|
|
<string>0x03000000&0xff000000</string>
|
|
<key>IOPCIMatch</key>
|
|
<string>0x000010de&0x0000ffff</string>
|
|
<key>IOProbeScore</key>
|
|
<integer>60000</integer>
|
|
<key>IOProviderClass</key>
|
|
<string>IOPCIDevice</string>
|
|
</dict>
|
|
</dict>
|
|
<key>OSBundleCompatibleVersion</key>
|
|
<string>1.2.0</string>
|
|
<key>OSBundleLibraries</key>
|
|
<dict>
|
|
<key>com.apple.NVDAResman</key>
|
|
<string>1.2.0</string>
|
|
<key>com.apple.iokit.IOPCIFamily</key>
|
|
<string>2.4</string>
|
|
<key>com.apple.kpi.iokit</key>
|
|
<string>9.0.0</string>
|
|
<key>com.apple.kpi.libkern</key>
|
|
<string>9.0.0</string>
|
|
</dict>
|
|
<key>OSBundleRequired</key>
|
|
<string>Safe Boot</string>
|
|
</dict>
|
|
</plist>
|