<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="2">
    <title>Pololu Tic Stepper Motor Controller 1.5.0</title>
    <welcome file="welcome.html"/>
    <pkg-ref id="app" packageIdentifier="com.pololu.tic.app" version="1.5.0" installKBytes="15367">#app.pkg</pkg-ref>
    <pkg-ref id="path" packageIdentifier="com.pololu.tic.path" version="1.5.0" installKBytes="1">#path.pkg</pkg-ref>
    <options customize="allow" require-scripts="false"/>
    <domain enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="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 binary directory to the PATH" description="Adds an entry to /etc/paths.d/ so you can easily run ticcmd from a terminal.">
        <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.tic" version="1.5.0"/>
</installer-gui-script>