<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="765" minSpecVersion="1.0">
    <options hostArchitectures="arm64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <welcome file="welcome.txt"/>
    <license file="license.txt"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
        <line choice="installer_choice_3"/>
        <line choice="installer_choice_4"/>
    </choices-outline>
    <choice id="installer_choice_1" title="Fragment Audio Unit (AU)" description="">
        <pkg-ref id="com.askernas.fragment.au"/>
    </choice>
    <choice id="installer_choice_2" title="Fragment Standalone Application" description="">
        <pkg-ref id="com.askernas.fragment.standalone"/>
    </choice>
    <choice id="installer_choice_3" title="Fragment VST3" description="">
        <pkg-ref id="com.askernas.fragment.vst3"/>
    </choice>
    <choice id="installer_choice_4" title="Fragment ProTools (AAX)" description="">
        <pkg-ref id="com.askernas.fragment.aaxplugin"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.askernas.fragment.vst3" version="1.0" auth="Root" installKBytes="10690">#Fragment_VST3.pkg</pkg-ref>
    <pkg-ref id="com.askernas.fragment.aaxplugin" version="1.0" auth="Root" installKBytes="10686">#Fragment_ProTools_(AAX).pkg</pkg-ref>
    <pkg-ref id="com.askernas.fragment.standalone" version="1.0" auth="Root" installKBytes="11719">#Fragment_Standalone_Application.pkg</pkg-ref>
    <pkg-ref id="com.askernas.fragment.au" version="1.0" auth="Root" installKBytes="91173">#Fragment_Audio_Unit_(AU).pkg</pkg-ref>
</installer-gui-script>