<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>PictoWave</title>
    <welcome file="Welcome.txt" mime-type="text/plain"/>
    <license file="CLUF_Installeur.txt" mime-type="text/plain"/>
    <options customize="never" require-scripts="false" rootVolumeOnly="true"/>
    <choices-outline>
        <line choice="choice_app"/>
        <line choice="choice_helpers"/>
        <line choice="choice_plugin"/>
    </choices-outline>
    <choice id="choice_app" visible="false">
        <pkg-ref id="com.pictowaveapp.PictoWaveLite.pkg"/>
    </choice>
    <!-- Ces deux identifiants sont VOLONTAIREMENT ceux de l'installeur Pro : mêmes fichiers,
         mêmes chemins absolus. cf. Lite/build_installer.sh -->
    <choice id="choice_helpers" visible="false">
        <pkg-ref id="com.pictowaveapp.PictoWave.helpers.pkg"/>
    </choice>
    <choice id="choice_plugin" visible="false">
        <pkg-ref id="com.pictowaveapp.PictoWave.plugin.pkg"/>
    </choice>
    <pkg-ref id="com.pictowaveapp.PictoWaveLite.pkg" onConclusion="none" version="1.0.0" installKBytes="7424" updateKBytes="0">#PictoWaveLite-app.pkg</pkg-ref>
    <pkg-ref id="com.pictowaveapp.PictoWave.helpers.pkg" onConclusion="none" version="1.0.0" installKBytes="87429" updateKBytes="0">#PictoWave-helpers.pkg</pkg-ref>
    <pkg-ref id="com.pictowaveapp.PictoWave.plugin.pkg" onConclusion="none" version="1.0.0" installKBytes="17355" updateKBytes="0">#PictoWave-plugin.pkg</pkg-ref>
    <pkg-ref id="com.pictowaveapp.PictoWaveLite.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.pictowaveapp.PictoWaveLite" path="PictoWave.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.pictowaveapp.PictoWave.helpers.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="3.14.6" CFBundleVersion="3.14.6" id="org.python.python" path="ptsl_learn/_internal/Python.framework"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.pictowaveapp.PictoWave.plugin.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.PictoWave.PictoWave" path="PictoWave.aaxplugin"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>