<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>AudioTeleporter 0.1.1</title>
    <organization>com.AudioTeleporter</organization>
    <welcome file="welcome.html" mime-type="text/html"/>
    <readme file="readme.html" mime-type="text/html"/>
    <license file="license.txt" mime-type="text/plain"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <options customize="allow" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <domains enable_localSystem="true" enable_anywhere="false" enable_currentUserHome="false"/>
    <choices-outline>
        <line choice="choice_au"/>
        <line choice="choice_vst3"/>
    </choices-outline>
    <choice id="choice_au" title="Audio Unit (AU)" description="Install the AU plug-in into /Library/Audio/Plug-Ins/Components.">
        <pkg-ref id="com.AudioTeleporter.au.pkg"/>
    </choice>
    <choice id="choice_vst3" title="VST3" description="Install the VST3 plug-in into /Library/Audio/Plug-Ins/VST3.">
        <pkg-ref id="com.AudioTeleporter.vst3.pkg"/>
    </choice>
    <pkg-ref id="com.AudioTeleporter.au.pkg" version="0.1.1" auth="root" installKBytes="5932" updateKBytes="0">#AudioTeleporter-AU.pkg</pkg-ref>
    <pkg-ref id="com.AudioTeleporter.vst3.pkg" version="0.1.1" auth="root" installKBytes="6033" updateKBytes="0">#AudioTeleporter-VST3.pkg</pkg-ref>
    <pkg-ref id="com.AudioTeleporter.au.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.1" CFBundleVersion="0.1.1" id="com.AudioTeleporter.AudioTeleporter" path="Library/Audio/Plug-Ins/Components/AudioTeleporter.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.AudioTeleporter.vst3.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.1" CFBundleVersion="0.1.1" id="com.AudioTeleporter.AudioTeleporter" path="Library/Audio/Plug-Ins/VST3/AudioTeleporter.vst3"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>