<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>PictoWave Pro</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.PictoWavePro.pkg"/>
    </choice>
    <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>
    <!-- ⚠️ AUCUNE VERSION DÉCLARÉE ICI, ET C'EST VOULU (2026-08-07, audit des angles morts,
         défaut 14). Ces trois lignes portaient version="0.9.5", figée depuis des mois et fausse
         depuis autant de temps. Sans effet : `productbuild` RÉÉCRIT l'attribut à la fabrication
         (vérifié dans les .pkg livrés, qui portent bien 0.9.8.9 sur les trois sous-paquets), et la
         copie Lite de ce fichier n'en déclarait déjà aucune. Une valeur qui ment et que personne ne
         lit finit par être « corrigée » de travers ou prise pour argent comptant : on la retire.
         C'est VERSION, à la racine, qui fait autorité, via build_installer.sh. -->
    <pkg-ref id="com.pictowaveapp.PictoWavePro.pkg" onConclusion="none" version="1.0.1" installKBytes="32785" updateKBytes="0">#PictoWavePro-app.pkg</pkg-ref>
    <pkg-ref id="com.pictowaveapp.PictoWave.helpers.pkg" onConclusion="none" version="1.0.1" installKBytes="87429" updateKBytes="0">#PictoWave-helpers.pkg</pkg-ref>
    <pkg-ref id="com.pictowaveapp.PictoWave.plugin.pkg" onConclusion="none" version="1.0.1" installKBytes="17400" updateKBytes="0">#PictoWave-plugin.pkg</pkg-ref>
    <pkg-ref id="com.pictowaveapp.PictoWavePro.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.1" CFBundleVersion="1.0.1" id="com.pictowaveapp.PictoWavePro" path="PictoWave Pro.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.1" CFBundleVersion="1.0.1" id="com.PictoWave.PictoWave" path="PictoWave.aaxplugin"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>