<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
    Volume Atlas — Uninstaller distribution definition.

    A payload-free product package that removes Volume Atlas. Configured for
    non-interactive (MDM-friendly) use:
      • customize="never"   → no choices; runs straight through
      • require-scripts      → the postinstall removal must run
      • rootVolumeOnly       → operates on the system volume
      • hostArchitectures    → Apple Silicon + Intel (matches the app)
-->
<installer-gui-script minSpecVersion="2">
    <title>Uninstall Volume Atlas</title>
    <organization>com.OD</organization>
    <options customize="never" require-scripts="true" hostArchitectures="arm64,x86_64" rootVolumeOnly="true"/>
    <domains enable_localSystem="true"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="15.0"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="default"/>
    </choices-outline>
    <choice id="default" title="Uninstall Volume Atlas">
        <pkg-ref id="com.OD.VolumeAtlas.uninstaller"/>
    </choice>
    <pkg-ref id="com.OD.VolumeAtlas.uninstaller" version="1.1.0" onConclusion="none" installKBytes="0" updateKBytes="0">#VolumeAtlas-Uninstaller-component.pkg</pkg-ref>
    <pkg-ref id="com.OD.VolumeAtlas.uninstaller">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>