can anyone help me to add the id (it must be 0x24c58086) to this info.plist?
i don't no where to put it because the key IONameMatch( is it the right one for the id?!) isn't in it.
i found this file and many people reported succses.
please help me.
CODE
<?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>CFBundleExecutable</key>
<string>AppleAC97Audio</string>
<key>CFBundleGetInfoString</key>
<string>1.0.0, Copyright Apple Computer, Inc. 2004</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAC97Audio</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AC97 Audio Driver</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>IOKitPersonalities</key>
<dict>
<key>AC97 Audio Codec</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAC97Audio</string>
<key>IOClass</key>
<string>IOAC97AudioCodec</string>
<key>IOProviderClass</key>
<string>IOAC97CodecDevice</string>
</dict>
<key>AC97 Audio Driver</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleAC97Audio</string>
<key>IOClass</key>
<string>AppleAC97AudioDriver</string>
<key>IOProviderClass</key>
<string>IOAC97AudioCodec</string>
</dict>
</dict>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOAudioFamily</key>
<string>1.1fc9</string>
</dict>
</dict>
</plist>