Advertisement
Guest User

Untitled

a guest
Oct 14th, 2010
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleExecutable</key>
  8. <string>NullCPUPowerManagement</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>org.tgwbd.driver.NullCPUPowerManagement</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>NullCPUPowerManagement</string>
  15. <key>CFBundlePackageType</key>
  16. <string>KEXT</string>
  17. <key>CFBundleSignature</key>
  18. <string>????</string>
  19. <key>CFBundleVersion</key>
  20. <string>1.0.0d2</string>
  21. <key>IOKitPersonalities</key>
  22. <dict>
  23. <key>IntelCPUPowerManagement</key>
  24. <dict>
  25. <key>CFBundleIdentifier</key>
  26. <string>org.tgwbd.driver.NullCPUPowerManagement</string>
  27. <key>IOClass</key>
  28. <string>NullCPUPowerManagement</string>
  29. <key>IOMatchCategory</key>
  30. <string>AppleIntelCPUPowerManagement</string>
  31. <key>IOProbeScore</key>
  32. <integer>100</integer>
  33. <key>IOProviderClass</key>
  34. <string>IOResources</string>
  35. <key>IOResourceMatch</key>
  36. <string>IOKit</string>
  37. </dict>
  38. </dict>
  39. <key>OSBundleLibraries</key>
  40. <dict>
  41. <key>com.apple.kpi.iokit</key>
  42. <string>8.0.0</string>
  43. <key>com.apple.kpi.libkern</key>
  44. <string>8.0.0</string>
  45. <key>com.apple.kpi.unsupported</key>
  46. <string>8.0.0</string>
  47. </dict>
  48. <key>OSBundleRequired</key>
  49. <string>Root</string>
  50. </dict>
  51. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement