<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Distribution-Template fuer den Noisquito-Installer. 1.1.0 wird von
     scripts/package-macos.sh per sed ersetzt (Quelle: CMakeLists project VERSION).
     Custom-Install: "Anpassen" bietet VST3 + AU als Checkboxen (beide vorgewaehlt).
     Domains: Installation systemweit (/Library, Admin) ODER nur fuer den
     angemeldeten Benutzer (~/Library, ohne Admin); der Installer mappt die
     install-locations der Komponenten-Pkgs bei der Home-Wahl selbst auf ~. -->
<installer-gui-script minSpecVersion="2">
    <title>Noisquito 1.1.0</title>
    <options customize="allow" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <domains enable_localSystem="true" enable_currentUserHome="true"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="license.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <background file="background-light.tiff" mime-type="image/tiff" alignment="bottomleft" scaling="none"/>
    <background-darkAqua file="background-dark.tiff" mime-type="image/tiff" alignment="bottomleft" scaling="none"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="10.13"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
    </choices-outline>
    <choice id="vst3" visible="true" start_selected="true" title="Noisquito VST3" description="VST3 plug-in for Ableton Live, Cubase, Bitwig, FL Studio, Reaper and others. Installed to Library/Audio/Plug-Ins/VST3.">
        <pkg-ref id="de.sinee.noisquito.vst3"/>
    </choice>
    <choice id="au" visible="true" start_selected="true" title="Noisquito AU" description="Audio Unit for Logic Pro and GarageBand. Installed to Library/Audio/Plug-Ins/Components.">
        <pkg-ref id="de.sinee.noisquito.au"/>
    </choice>
    <pkg-ref id="de.sinee.noisquito.vst3" version="1.1.0" onConclusion="none" installKBytes="13865" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="de.sinee.noisquito.au" version="1.1.0" onConclusion="none" installKBytes="13805" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="de.sinee.noisquito.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.0" CFBundleVersion="1.1.0" id="de.sinee.noisquito" path="Noisquito.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="de.sinee.noisquito.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.0" CFBundleVersion="1.1.0" id="de.sinee.noisquito" path="Noisquito.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>