Thread: USB issues
View Single Post
 
Old 02-08-2009, 04:01 AM
VeryNice's Avatar
VeryNice VeryNice is offline
Cheetah
 
Join Date: Jan 2009
Posts: 10
Well in the system.kext in the info.plist it show 9.5.0 which is correct as I have voodoo 9.5.0 but in the version.plist is shows 9.4.0 , would this affect it ? Also I have nforce4 mobo mcp61

here's the info.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleGetInfoString</key>
<string>System Resource Pseudoextension, Apple Computer Inc, 9.5.0</string>
<key>CFBundleIdentifier</key>
<string>com.apple.kernel</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>System Resource Pseudoextension</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>9.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9.5.0</string>
<key>OSBundleCompatibleVersion</key>
<string>9.5.0</string>
<key>OSBundleRequired</key>
<string>Root</string>
<key>OSKernelResource</key>
<true/>
</dict>
</plist>




here's the version.plist

<?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>BuildVersion</key>
<string>1</string>
<key>CFBundleShortVersionString</key>
<string>9.4.0</string>
<key>CFBundleVersion</key>
<string>9.4.0</string>
<key>ProjectName</key>
<string>xnu</string>
<key>SourceVersion</key>
<string>12280520</string>
</dict>
</plist>
Reply With Quote