Mac OS X gamepad emulator for serial RC transmitters
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

Distribution.xml 1.3KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <installer-gui-script minSpecVersion="2">
  3. <title>SerialGamepad Emulator</title>
  4. <readme file="readme.rtf"/>
  5. <license file="license.txt"/>
  6. <pkg-ref id="de.xythobuz.SerialGamepad"/>
  7. <pkg-ref id="it.unbit.foohid"/>
  8. <options require-scripts="false" rootVolumeOnly="true" hostArchitectures="i386,x86_64"/>
  9. <volume-check>
  10. <allowed-os-versions>
  11. <os-version min="10.8"/>
  12. </allowed-os-versions>
  13. </volume-check>
  14. <choices-outline>
  15. <line choice="de.xythobuz.SerialGamepad"/>
  16. <line choice="it.unbit.foohid"/>
  17. </choices-outline>
  18. <choice id="de.xythobuz.SerialGamepad" visible="true"
  19. title="Install SerialGamepad"
  20. description="Install SerialGamepad.app to /Applications">
  21. <pkg-ref id="de.xythobuz.SerialGamepad"/>
  22. </choice>
  23. <choice id="it.unbit.foohid" visible="true"
  24. title="Install virtual HID driver"
  25. description="Install virtual HID Kernel driver foohid.kext to /Library/Extensions">
  26. <pkg-ref id="it.unbit.foohid"/>
  27. </choice>
  28. <pkg-ref id="de.xythobuz.SerialGamepad" version="0" onConclusion="none">SerialGamepad.pkg</pkg-ref>
  29. <pkg-ref id="it.unbit.foohid" version="1.0.0" onConclusion="none">foohid.pkg</pkg-ref>
  30. </installer-gui-script>