<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="2">
    <title>HumNyX SIGIL</title>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <welcome language="en" mime-type="text/html"><![CDATA[
<html><body style="font-family: -apple-system, Helvetica, sans-serif; padding: 20px;">
<h1 style="color: #8B00FF;">HumNyX SIGIL</h1>
<p>This installer will place the <strong>HumNyX SIGIL</strong> VST3 plugin into:</p>
<p style="background: #f0f0f0; padding: 10px; border-radius: 6px; font-family: monospace;">/Library/Audio/Plug-Ins/VST3/</p>
<p>After installation, restart your DAW (Ableton Live, Logic Pro, etc.) and the plugin will appear automatically.</p>
<p style="color: #888; font-size: 0.85em;">Universal Binary (Intel + Apple Silicon) &bull; &copy; HumNyX 2026</p>
</body></html>
    ]]></welcome>
    <choices-outline>
        <line choice="default">
            <line choice="com.humnyx.sigil"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.humnyx.sigil" visible="false">
        <pkg-ref id="com.humnyx.sigil"/>
    </choice>
    <pkg-ref id="com.humnyx.sigil" version="1.0.0" onConclusion="none">base.pkg</pkg-ref>
</installer-gui-script>
