<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="765" minSpecVersion="1.0">
    <options rootVolumeOnly="true" customize="always" hostArchitectures="arm64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <background-darkAqua file="background-darkAqua" uti="public.png" scaling="proportional" alignment="left"/>
    <background file="background" uti="public.png" scaling="none" alignment="left"/>
    <!--+==========================+
        |         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="Keyframeless X" description="INSTALLER_CHOICE_1_DESCRIPTION">
        <pkg-ref id="com.keyframeless.Keyframeless-X.Keyframeless-X-FCP"/>
    </choice>
    <choice id="installer_choice_2" title="Canvas" description="INSTALLER_CHOICE_2_DESCRIPTION">
        <pkg-ref id="com.keyframeless.Canvas"/>
    </choice>
    <choice id="installer_choice_3" title="Kai" description="INSTALLER_CHOICE_3_DESCRIPTION">
        <pkg-ref id="com.keyframeless.Kai"/>
    </choice>
    <choice id="installer_choice_4" title="Mirage" description="INSTALLER_CHOICE_4_DESCRIPTION">
        <pkg-ref id="com.keyframeless.Mirage"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.keyframeless.Keyframeless-X.Keyframeless-X-FCP" version="3.1.0" auth="Root" installKBytes="27660">#Keyframeless_X.pkg</pkg-ref>
    <pkg-ref id="com.keyframeless.Mirage" version="1.0.0" auth="Root" installKBytes="28218">#Mirage.pkg</pkg-ref>
    <pkg-ref id="com.keyframeless.Canvas" version="3.0.0" auth="Root" installKBytes="17749">#Canvas.pkg</pkg-ref>
    <pkg-ref id="com.keyframeless.Kai" version="1.1.0" auth="Root" installKBytes="72086">#Kai.pkg</pkg-ref>
</installer-gui-script>