<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Sympiano 1.0.3</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="license.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <choices-outline>
        <line choice="au"/>
        <line choice="vst3"/>
        <line choice="app"/>
    </choices-outline>
    <choice id="au" title="Audio Unit (AU)" description="Install the AU component into /Library/Audio/Plug-Ins/Components. Required for Logic and GarageBand.">
        <pkg-ref id="com.benjammin.sympiano.au.pkg"/>
    </choice>
    <choice id="vst3" title="VST3" description="Install the VST3 into /Library/Audio/Plug-Ins/VST3. Used by most other DAWs.">
        <pkg-ref id="com.benjammin.sympiano.vst3.pkg"/>
    </choice>
    <choice id="app" title="Standalone app" description="Install the standalone Sympiano app into /Applications. Optional; play Sympiano without a DAW.">
        <pkg-ref id="com.benjammin.sympiano.app.pkg"/>
    </choice>
    <pkg-ref id="com.benjammin.sympiano.au.pkg" version="1.0.3" installKBytes="9645" updateKBytes="0">#Sympiano-AU.pkg</pkg-ref>
    <pkg-ref id="com.benjammin.sympiano.vst3.pkg" version="1.0.3" installKBytes="9659" updateKBytes="0">#Sympiano-VST3.pkg</pkg-ref>
    <pkg-ref id="com.benjammin.sympiano.app.pkg" version="1.0.3" installKBytes="11326" updateKBytes="0">#Sympiano-App.pkg</pkg-ref>
    <pkg-ref id="com.benjammin.sympiano.au.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.3" CFBundleVersion="1.0.3" id="com.benjammin.sympiano" path="Sympiano.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.benjammin.sympiano.vst3.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.3" CFBundleVersion="1.0.3" id="com.benjammin.sympiano" path="Sympiano.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.benjammin.sympiano.app.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.3" CFBundleVersion="1.0.3" id="com.benjammin.sympiano" path="Sympiano.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>