<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Atavism 1.0.0</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="EULA.txt" mime-type="text/plain"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <domains enable_localSystem="true"/>
    <allowed-os-versions>
        <os-version min="11.0"/>
    </allowed-os-versions>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
        <line choice="manual"/>
    </choices-outline>
    <choice id="vst3" title="Atavism VST3" description="Installs Atavism.vst3 into /Library/Audio/Plug-Ins/VST3." start_selected="true">
        <pkg-ref id="studio.parallelminds.atavism.vst3"/>
    </choice>
    <choice id="au" title="Atavism AU" description="Installs Atavism.component into /Library/Audio/Plug-Ins/Components." start_selected="true">
        <pkg-ref id="studio.parallelminds.atavism.au"/>
    </choice>
    <choice id="manual" title="User Manual (PDF), notices and uninstaller" description="Installs the Atavism manual, the third-party notices and the uninstaller into /Library/Documentation/Atavism." start_selected="true">
        <pkg-ref id="studio.parallelminds.atavism.manual"/>
    </choice>
    <pkg-ref id="studio.parallelminds.atavism.vst3" version="1.0.0" onConclusion="none" installKBytes="8948" updateKBytes="0">#AtavismVST3.pkg</pkg-ref>
    <pkg-ref id="studio.parallelminds.atavism.au" version="1.0.0" onConclusion="none" installKBytes="8979" updateKBytes="0">#AtavismAU.pkg</pkg-ref>
    <pkg-ref id="studio.parallelminds.atavism.manual" version="1.0.0" onConclusion="none" installKBytes="3350" updateKBytes="0">#AtavismManual.pkg</pkg-ref>
    <pkg-ref id="studio.parallelminds.atavism.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1" id="studio.parallelminds.atavism" path="Atavism.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="studio.parallelminds.atavism.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1" id="studio.parallelminds.atavism" path="Atavism.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="studio.parallelminds.atavism.manual">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>