Advertisement
camilosasuketbs

Untitled

Jun 21st, 2022
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 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>CFBundleGetInfoString</key>
  8. <string>v1.1</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>com.dhinakg.USBToolBox.map</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>UTBMap</string>
  15. <key>CFBundlePackageType</key>
  16. <string>KEXT</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>1.1</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleVersion</key>
  22. <string>1.1</string>
  23. <key>IOKitPersonalities</key>
  24. <dict>
  25. <key>EUSB</key>
  26. <dict>
  27. <key>CFBundleIdentifier</key>
  28. <string>com.dhinakg.USBToolBox.kext</string>
  29. <key>IOClass</key>
  30. <string>USBToolBox</string>
  31. <key>IOMatchCategory</key>
  32. <string>USBToolBox</string>
  33. <key>IONameMatch</key>
  34. <string>EUSB</string>
  35. <key>IOProviderClass</key>
  36. <string>IOPCIDevice</string>
  37. <key>IOProviderMergeProperties</key>
  38. <dict>
  39. <key>port-count</key>
  40. <data>
  41. AgAAAA==
  42. </data>
  43. <key>ports</key>
  44. <dict>
  45. <key>PRT1</key>
  46. <dict>
  47. <key>UsbConnector</key>
  48. <integer>255</integer>
  49. <key>port</key>
  50. <data>
  51. AQAAAA==
  52. </data>
  53. </dict>
  54. <key>PRT2</key>
  55. <dict>
  56. <key>UsbConnector</key>
  57. <integer>0</integer>
  58. <key>port</key>
  59. <data>
  60. AgAAAA==
  61. </data>
  62. </dict>
  63. </dict>
  64. </dict>
  65. </dict>
  66. <key>USBE</key>
  67. <dict>
  68. <key>CFBundleIdentifier</key>
  69. <string>com.dhinakg.USBToolBox.kext</string>
  70. <key>IOClass</key>
  71. <string>USBToolBox</string>
  72. <key>IOMatchCategory</key>
  73. <string>USBToolBox</string>
  74. <key>IONameMatch</key>
  75. <string>USBE</string>
  76. <key>IOProviderClass</key>
  77. <string>IOPCIDevice</string>
  78. <key>IOProviderMergeProperties</key>
  79. <dict>
  80. <key>port-count</key>
  81. <data>
  82. AgAAAA==
  83. </data>
  84. <key>ports</key>
  85. <dict>
  86. <key>PRT1</key>
  87. <dict>
  88. <key>UsbConnector</key>
  89. <integer>255</integer>
  90. <key>port</key>
  91. <data>
  92. AQAAAA==
  93. </data>
  94. </dict>
  95. <key>PRT2</key>
  96. <dict>
  97. <key>UsbConnector</key>
  98. <integer>0</integer>
  99. <key>port</key>
  100. <data>
  101. AgAAAA==
  102. </data>
  103. </dict>
  104. </dict>
  105. </dict>
  106. </dict>
  107. </dict>
  108. <key>OSBundleLibraries</key>
  109. <dict>
  110. <key>com.dhinakg.USBToolBox.kext</key>
  111. <string>1.0.0</string>
  112. </dict>
  113. <key>OSBundleRequired</key>
  114. <string>Root</string>
  115. </dict>
  116. </plist>
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement