mirror of
https://github.com/thewesker/osx-patcher.git
synced 2025-12-27 07:27:02 -05:00
Initial commit
This commit is contained in:
67
resources/patch/NVDANV40HalG7xxx.kext/Contents/Info.plist
Executable file
67
resources/patch/NVDANV40HalG7xxx.kext/Contents/Info.plist
Executable file
@@ -0,0 +1,67 @@
|
||||
<?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>NVDANV40HalG7xxx</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>NVDANV40HalG7xxx 7.4.1 270.01.00f10</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.nvidia.nv40hal.G7xxx</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>NVIDIA NV40 Resman Kernel Extension</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>KEXT</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>7.4.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7.0.4</string>
|
||||
<key>IOKitPersonalities</key>
|
||||
<dict>
|
||||
<key>NVidiaRM</key>
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.nvidia.nv40hal.G7xxx</string>
|
||||
<key>IOClass</key>
|
||||
<string>NVDANV40HALG7xxx</string>
|
||||
<key>IOMatchCategory</key>
|
||||
<string>IOService</string>
|
||||
<key>IOPCIPrimaryMatch</key>
|
||||
<string>
|
||||
0x004010de&0xfff0ffff
|
||||
0x00f010de&0xfff0ffff
|
||||
0x022010de&0xfff0ffff
|
||||
0x014010de&0xfff0ffff
|
||||
0x016010de&0xfff0ffff
|
||||
0x009010de&0xfff0ffff
|
||||
0x01d010de&0xfff0ffff
|
||||
0x039010de&0xfff0ffff
|
||||
0x029010de&0xfff0ffff
|
||||
</string>
|
||||
<key>IOProbeScore</key>
|
||||
<integer>70000</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.G7xxx</key>
|
||||
<string>1.2.0</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>
|
||||
Reference in New Issue
Block a user