<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>MacCapsule</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="license.html" mime-type="text/html"/>
    <options customize="allow" require-scripts="false"/>
    <os-version min="12.0"/>
    <choices-outline>
        <line choice="com.maccapsule.app"/>
        <line choice="com.maccapsule.cli"/>
    </choices-outline>
    <!-- App: required, always installed -->
    <choice id="com.maccapsule.app" title="MacCapsule Application" description="Installs MacCapsule.app in your Applications folder." enabled="false" selected="true">
        <pkg-ref id="com.maccapsule.app"/>
    </choice>
    <!-- CLI tools: optional, ticked by default -->
    <choice id="com.maccapsule.cli" title="Command Line Tools" description="Installs the &quot;maccapsule&quot; command in /usr/local/bin so you can run scans and cleanups from Terminal." selected="true">
        <pkg-ref id="com.maccapsule.cli"/>
    </choice>
    <pkg-ref id="com.maccapsule.app" version="1.0" installKBytes="8443" updateKBytes="0">#MacCapsule-app-x86_64.pkg</pkg-ref>
    <pkg-ref id="com.maccapsule.cli" version="1.0" installKBytes="2" updateKBytes="0">#MacCapsule-cli-arm64.pkg</pkg-ref>
    <pkg-ref id="com.maccapsule.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0" CFBundleVersion="1.0" id="com.maccapsule.app" path="Applications/MacCapsule.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.maccapsule.cli">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>