Sha256: aba7f18d2d5a6ac13e22bec0f46c52b1741babfb8c3774e864d17a6f74476bde
Contents?: true
Size: 977 Bytes
Versions: 10
Compression:
Stored size: 977 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" hostArchitectures="<%= host_architecture %>" /> <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_currentUserHome="false" enable_localSystem="true" /> </installer-gui-script>
Version data entries
10 entries across 10 versions & 1 rubygems