Advertisement
Guest User

Untitled

a guest
Oct 14th, 2010
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 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>Disabler</string>
  9. <key>CFBundleGetInfoString</key>
  10. <string>Kernel Extension Disabler 1.0.1, Copyright © 2008 by Kabyl</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>net.osrom.kext.Disabler</string>
  13. <key>CFBundleInfoDictionaryVersion</key>
  14. <string>6.0</string>
  15. <key>CFBundleName</key>
  16. <string>Kernel Extension Disabler</string>
  17. <key>CFBundlePackageType</key>
  18. <string>KEXT</string>
  19. <key>CFBundleVersion</key>
  20. <string>1.0.1</string>
  21. <key>IOKitPersonalities</key>
  22. <dict>
  23. <key>AppleUpstreamUserClientDisabler</key>
  24. <dict>
  25. <key>CFBundleIdentifier</key>
  26. <string>net.osrom.kext.Disabler</string>
  27. <key>IOClass</key>
  28. <string>Disabler</string>
  29. <key>IOMatchCategory</key>
  30. <string>AppleUpstreamUserClientDriver</string>
  31. <key>IOProbeScore</key>
  32. <integer>1000</integer>
  33. <key>IOProviderClass</key>
  34. <string>IOFramebuffer</string>
  35. <key>IOResourceMatch</key>
  36. <string>IOKit</string>
  37. </dict>
  38. <key>IntelCPUPowerManagement</key>
  39. <dict>
  40. <key>CFBundleIdentifier</key>
  41. <string>net.osrom.kext.Disabler</string>
  42. <key>IOClass</key>
  43. <string>Disabler</string>
  44. <key>IOMatchCategory</key>
  45. <string>AppleIntelCPUPowerManagement</string>
  46. <key>IOProbeScore</key>
  47. <integer>100</integer>
  48. <key>IOProviderClass</key>
  49. <string>IOResources</string>
  50. <key>IOResourceMatch</key>
  51. <string>IOKit</string>
  52. </dict>
  53. <key>Just for loading</key>
  54. <dict>
  55. <key>CFBundleIdentifier</key>
  56. <string>net.osrom.kext.Disabler</string>
  57. <key>IOClass</key>
  58. <string>Disabler</string>
  59. <key>IOMatchCategory</key>
  60. <string>Disabler</string>
  61. <key>IOProviderClass</key>
  62. <string>IOResources</string>
  63. <key>IOResourceMatch</key>
  64. <string>IOKit</string>
  65. </dict>
  66. </dict>
  67. <key>OSBundleLibraries</key>
  68. <dict>
  69. <key>com.apple.kpi.iokit</key>
  70. <string>8.0.0</string>
  71. <key>com.apple.kpi.libkern</key>
  72. <string>8.0.0</string>
  73. </dict>
  74. <key>OSBundleRequired</key>
  75. <string>Root</string>
  76. <key>_MKEXTBundlePath</key>
  77. <string>/tmp/MKextToolPack/Disabler.kext</string>
  78. <key>_MKEXTExecutable</key>
  79. <integer>8287</integer>
  80. </dict>
  81. </plist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement