<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="2">
    <title>Pololu USB Bootloader Utility 2.3.1</title>
    <welcome file="welcome.html"/>
    <pkg-ref id="app" packageIdentifier="com.pololu.p-load.app" version="2.3.1" installKBytes="224">#app.pkg</pkg-ref>
    <pkg-ref id="path" packageIdentifier="com.pololu.p-load.path" version="2.3.1" installKBytes="1">#path.pkg</pkg-ref>
    <options customize="allow" require-scripts="false" rootVolumeOnly="true"/>
    <choices-outline>
        <line choice="app"/>
        <line choice="path"/>
    </choices-outline>
    <choice id="app" visible="false">
        <pkg-ref id="app"/>
    </choice>
    <choice id="path" title="Add bin directory to the PATH" description="Adds an entry to /etc/paths.d/ so you can run p-load from a terminal easily.">
        <pkg-ref id="path"/>
    </choice>
    <volume-check>
        <allowed-os-versions>
            <os-version min="10.11"/>
        </allowed-os-versions>
    </volume-check>
    <pkg-ref id="app">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="path">
        <bundle-version/>
    </pkg-ref>
    <product id="com.pololu.p-load" version="2.3.1"/>
</installer-gui-script>