Sha256: bc93da53d196d829bd5b7da7461a5d313080ee23731cd507fe7f694e827db513
Contents?: true
Size: 900 Bytes
Versions: 84
Compression:
Stored size: 900 Bytes
Contents
<?xml version="1.0" standalone="no"?> <installer-gui-script minSpecVersion="1"> <title><%= friendly_name %></title> <background file="background.png" alignment="bottomleft" mime-type="image/png"/> <welcome file="welcome.html" mime-type="text/html"/> <license file="license.html" mime-type="text/html"/> <!-- Generated by productbuild - - synthesize --> <pkg-ref id="<%= identifier %>"/> <options customize="never" require-scripts="false"/> <choices-outline> <line choice="default"> <line choice="<%= identifier %>"/> </line> </choices-outline> <choice id="default"/> <choice id="<%= identifier %>" visible="false"> <pkg-ref id="<%= identifier %>"/> </choice> <pkg-ref id="<%= identifier %>" version="<%= version %>" onConclusion="none"><%= component_pkg %></pkg-ref> <domains enable_anywhere="false" enable_localSystem="true" /> </installer-gui-script>
Version data entries
84 entries across 84 versions & 1 rubygems