<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
    <options rootVolumeOnly="true" customize="never" hostArchitectures="ppc,i386,arm64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <welcome file="welcome.rtfd"/>
    <license file="license.html"/>
    <conclusion file="conclusion.rtfd"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
    </choices-outline>
    <choice id="installer_choice_1" start_enabled="false" start_selected="true" title="SiliconConnector" description="">
        <pkg-ref id="com.siliconpublishing.pkg.BynderCCConnector"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.siliconpublishing.pkg.BynderCCConnector" version="2.7.0" auth="Root" installKBytes="0">#SiliconConnector.pkg</pkg-ref>
    <pkg-ref id="com.siliconpublishing.pkg.BynderCCConnector">
        <must-close>
            <app id="com.adobe.Illustrator"/>
            <app id="com.adobe.InDesign"/>
            <app id="com.adobe.Photoshop"/>
        </must-close>
    </pkg-ref>
</installer-gui-script>