distribution.xml 822 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <installer-gui-script minSpecVersion="2">
  3. <title>${settings.title}</title>
  4. <welcome file="welcome.rtf" />
  5. <readme file="readme.rtf" />
  6. <license file="license.rtf" />
  7. <background file="background.png" scaling="proportional" alignment="bottomleft"/>
  8. <conclusion file="conclusion.rtf" />
  9. <options customize="never" rootVolumeOnly="true"/>
  10. <allowed-os-versions>
  11. <os-version min="10.7"/>
  12. </allowed-os-versions>
  13. <choices-outline>
  14. <line choice="install"/>
  15. </choices-outline>
  16. <choice id="install" visible="true" title="Install" description="${settings.title} Installation">
  17. <pkg-ref id="com.${settings.author}.${settings.name}.pkg">#${settings.name}.pkg</pkg-ref>
  18. </choice>
  19. </installer-gui-script>