<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Anvil 1.0.0</title>
    <organization>com.veloraaudio</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.veloraaudio.anvil.vst3"/>
            <line choice="com.veloraaudio.anvil.au"/>
            <line choice="com.veloraaudio.anvil.app"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.veloraaudio.anvil.vst3" title="Anvil VST3 plug-in" visible="true">
        <pkg-ref id="com.veloraaudio.anvil.vst3"/>
    </choice>
    <choice id="com.veloraaudio.anvil.au" title="Anvil Audio Unit" visible="true">
        <pkg-ref id="com.veloraaudio.anvil.au"/>
    </choice>
    <choice id="com.veloraaudio.anvil.app" title="Anvil Standalone App" visible="true">
        <pkg-ref id="com.veloraaudio.anvil.app"/>
    </choice>
    <pkg-ref id="com.veloraaudio.anvil.vst3" version="1.0.0" installKBytes="4503" updateKBytes="0">#Anvil-VST3.pkg</pkg-ref>
    <pkg-ref id="com.veloraaudio.anvil.au" version="1.0.0" installKBytes="4463" updateKBytes="0">#Anvil-AU.pkg</pkg-ref>
    <pkg-ref id="com.veloraaudio.anvil.app" version="1.0.0" installKBytes="5312" updateKBytes="0">#Anvil-App.pkg</pkg-ref>
    <pkg-ref id="com.veloraaudio.anvil.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.veloraaudio.anvil" path="Library/Audio/Plug-Ins/VST3/Anvil.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.veloraaudio.anvil.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.veloraaudio.anvil" path="Library/Audio/Plug-Ins/Components/Anvil.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.veloraaudio.anvil.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.veloraaudio.anvil" path="Applications/Anvil.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>