<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.11" authoringToolBuild="739" minSpecVersion="1.0">
    <options hostArchitectures="ppc,i386,arm64"/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <background file="background" uti="public.jpeg" scaling="tofit" alignment="left"/>
    <background-darkAqua file="background" uti="public.jpeg" scaling="tofit" alignment="left"/>
    <readme file="readme.rtfd"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
        <line choice="installer_choice_3"/>
    </choices-outline>
    <choice id="installer_choice_3" title="⚠️ Adobe Sanitiser" description="" start_selected="false">
        <pkg-ref id="com.mygreatcompany.pkg.Adobesanitiser"/>
    </choice>
    <choice id="installer_choice_2" title="Creative Cloud app management fix" description="" start_selected="false">
        <pkg-ref id="com.mygreatcompany.pkg.Appmanagement"/>
    </choice>
    <choice id="installer_choice_1" title="Genuine Service Fix" description="" start_selected="false">
        <pkg-ref id="com.mygreatcompany.pkg.Genuineservice"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.mygreatcompany.pkg.Genuineservice" version="1.0" auth="Root" installKBytes="0">#Genuine_Service_Fix.pkg</pkg-ref>
    <pkg-ref id="com.mygreatcompany.pkg.Adobesanitiser" version="1.0" auth="Root" installKBytes="0">#_E2_9A_A0_EF_B8_8F_Adobe_Sanitiser.pkg</pkg-ref>
    <pkg-ref id="com.mygreatcompany.pkg.Appmanagement" version="1.0" auth="Root" installKBytes="1">#Creative_Cloud_app_management_fix.pkg</pkg-ref>
</installer-gui-script>