<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options rootVolumeOnly="true" hostArchitectures="arm64,x86_64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <background file="background" uti="public.png" scaling="proportional" alignment="left"/>
    <background-darkAqua file="background" uti="public.png" scaling="proportional" alignment="left"/>
    <welcome file="welcome.rtf"/>
    <readme file="readme.rtf"/>
    <license file="license.rtf"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
        <line choice="installer_choice_3"/>
        <line choice="installer_choice_4"/>
        <line choice="installer_choice_5"/>
    </choices-outline>
    <choice id="installer_choice_1" title="VST3 Plug-in" description="">
        <pkg-ref id="com.cymatics.vst3.pkg.CymaticsMemory"/>
    </choice>
    <choice id="installer_choice_2" title="AudioUnit Plug-in" description="">
        <pkg-ref id="com.cymatics.au.pkg.CymaticsMemory"/>
    </choice>
    <choice id="installer_choice_3" title="AAX Plug-in" description="">
        <pkg-ref id="com.cymatics.aax.pkg.CymaticsMemory"/>
    </choice>
    <choice id="installer_choice_4" title="Manual" description="">
        <pkg-ref id="com.cymatics.pdf.pkg.CymaticsMemory"/>
    </choice>
    <choice id="installer_choice_5" title="Presets" description="">
        <pkg-ref id="com.cymatics.presets.pkg.CymaticsMemory"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.cymatics.au.pkg.CymaticsMemory" version="1.0.0" auth="Root" installKBytes="12180">#AudioUnit_Plug-in.pkg</pkg-ref>
    <pkg-ref id="com.cymatics.pdf.pkg.CymaticsMemory" version="1.0.0" auth="Root" installKBytes="90">#Manual.pkg</pkg-ref>
    <pkg-ref id="com.cymatics.aax.pkg.CymaticsMemory" version="1.0.0" auth="Root" installKBytes="12114">#AAX_Plug-in.pkg</pkg-ref>
    <pkg-ref id="com.cymatics.presets.pkg.CymaticsMemory" version="1.0.0" auth="Root" installKBytes="11">#Presets.pkg</pkg-ref>
    <pkg-ref id="com.cymatics.vst3.pkg.CymaticsMemory" version="1.0.0" auth="Root" installKBytes="12160">#VST3_Plug-in.pkg</pkg-ref>
</installer-gui-script>