<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Studio Buddy Plugin</title>
    <!-- enable_currentUserHome=true flips the install target from /Library
         to ~/Library, so no admin password is required and the plugin
         installs to the user's own AU components directory.
         enable_localSystem=false disables the system-wide path. -->
    <domains enable_currentUserHome="true" enable_localSystem="false"/>
    <options customize="never" rootVolumeOnly="false" hostArchitectures="arm64,x86_64"/>
    <choices-outline>
        <line choice="default"/>
    </choices-outline>
    <choice id="default" title="Studio Buddy Plugin">
        <pkg-ref id="com.studiobuddy.plugin.pkg"/>
    </choice>
    <pkg-ref id="com.studiobuddy.plugin.pkg" version="0.1.6" installKBytes="3524" updateKBytes="0">#studio-buddy-plugin-component.pkg</pkg-ref>
    <pkg-ref id="com.studiobuddy.plugin.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.6" CFBundleVersion="0.1.6" id="com.studiobuddy.StudioBuddy" path="Library/Audio/Plug-Ins/Components/Studio Buddy.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>