github.com/searchspring/haus@v0.1.8-0.20200414161854-a7ca8bb9ea93/contrib/packaging/osxpkg/haus/distrobution.xml (about)

     1  <?xml version="1.0" encoding="utf-8" standalone="no"?>
     2  <installer-gui-script minSpecVersion="1">
     3      <title>haus</title>
     4      <organization>org.haus</organization>
     5      <domains enable_localSystem="true"/>
     6      <options customize="never" require-scripts="true" rootVolumeOnly="true"/>
     7      <!-- Define documents displayed at various steps -->
     8      <license    file="license.html"    mime-type="text/html" />
     9      <!-- List all component packages -->
    10      
    11      <pkg-ref id="org.haus.bin"
    12               version="0"
    13               auth="root">haus.pkg</pkg-ref>
    14      <!-- List them again here. They can now be organized
    15           as a hierarchy if you want. -->
    16      <choices-outline>
    17          <line choice="org.haus.bin"/>
    18      </choices-outline>
    19      <!-- Define each choice above -->
    20      <choice
    21          id="org.haus.bin"
    22          visible="false"
    23          title="Haus"
    24          description="Haus"
    25          start_selected="true">
    26        <pkg-ref id="org.haus.bin"/>
    27      </choice>
    28  </installer-gui-script>