<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>DeathWings</title>
    <organization>com.mothproduction</organization>
    <domains enable_localSystem="true"/>
    <options customize="always" require-scripts="false" rootVolumeOnly="true"/>
    <readme file="ReadMe.html" mime-type="text/html"/>
    <choices-outline>
        <line choice="standalone"/>
        <line choice="vst3"/>
        <line choice="au"/>
    </choices-outline>
    <choice id="standalone" title="Standalone application" description="Installs the standalone DeathWings app into /Applications/Moth Production." start_selected="true">
        <pkg-ref id="com.mothproduction.deathwings.licensed.standalone"/>
    </choice>
    <choice id="vst3" title="VST3 plug-in" description="Installs the DeathWings VST3 plug-in into /Library/Audio/Plug-Ins/VST3." start_selected="true">
        <pkg-ref id="com.mothproduction.deathwings.licensed.vst3"/>
    </choice>
    <choice id="au" title="Audio Unit (AU) plug-in" description="Installs the DeathWings AU plug-in into /Library/Audio/Plug-Ins/Components." start_selected="true">
        <pkg-ref id="com.mothproduction.deathwings.licensed.au"/>
    </choice>
    <pkg-ref id="com.mothproduction.deathwings.licensed.standalone" version="0.1.15" onConclusion="none" installKBytes="7077" updateKBytes="0">#standalone.pkg</pkg-ref>
    <pkg-ref id="com.mothproduction.deathwings.licensed.vst3" version="0.1.15" onConclusion="none" installKBytes="6450" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.mothproduction.deathwings.licensed.au" version="0.1.15" onConclusion="none" installKBytes="6386" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="com.mothproduction.deathwings.licensed.standalone">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.15" CFBundleVersion="0.1.15" id="com.mothproduction.deathwings" path="Applications/Moth Production/DeathWings.app"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.mothproduction.deathwings.licensed.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.15" CFBundleVersion="0.1.15" id="com.mothproduction.deathwings" path="Library/Audio/Plug-Ins/VST3/DeathWings.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.mothproduction.deathwings.licensed.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.15" CFBundleVersion="0.1.15" id="com.mothproduction.deathwings" path="Library/Audio/Plug-Ins/Components/DeathWings.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>