<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>SimplyPrint Client</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="always" require-scripts="false" hostArchitectures="x86_64"/>
    <domains enable_localSystem="true"/>
    <choices-outline>
        <line choice="app"/>
        <line choice="autostart"/>
    </choices-outline>
    <choice id="app" title="SimplyPrint Client" description="The SimplyPrint client application (required)." start_selected="true" start_enabled="false">
        <pkg-ref id="com.simplyprint.client.app"/>
    </choice>
    <choice id="autostart" title="Start at login" description="Start the client automatically when you log in, so your printers stay connected to SimplyPrint. Recommended." start_selected="true">
        <pkg-ref id="com.simplyprint.client.autostart"/>
    </choice>
    <pkg-ref id="com.simplyprint.client.app" version="1.0.0-rc.6" installKBytes="108868" updateKBytes="0">#app.pkg</pkg-ref>
    <pkg-ref id="com.simplyprint.client.autostart" version="1.0.0-rc.6" installKBytes="2" updateKBytes="0">#autostart.pkg</pkg-ref>
    <pkg-ref id="com.simplyprint.client.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0-rc.6" CFBundleVersion="1.0.0-rc.6" id="com.simplyprint.client" path="Applications/SimplyPrint Client.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.simplyprint.client.autostart">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>