<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Happy Accident 1.1.1</title>
    <organization>com.nipplugins</organization>
    <readme file="readme.txt"/>
    <options customize="allow" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="10.13"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
        <line choice="app"/>
    </choices-outline>
    <choice id="vst3" title="VST3 plug-in" description="For Reaper, Live, Cubase, Bitwig and other VST3 hosts. Installs to /Library/Audio/Plug-Ins/VST3.">
        <pkg-ref id="com.nipplugins.happyaccident.vst3"/>
    </choice>
    <choice id="au" title="Audio Unit" description="For Logic Pro and GarageBand. Installs to /Library/Audio/Plug-Ins/Components.">
        <pkg-ref id="com.nipplugins.happyaccident.au"/>
    </choice>
    <choice id="app" title="Standalone application" description="Run Happy Accident on its own, without a host. Installs to /Applications.">
        <pkg-ref id="com.nipplugins.happyaccident.app"/>
    </choice>
    <pkg-ref id="com.nipplugins.happyaccident.vst3" version="1.1.1" installKBytes="23719" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.nipplugins.happyaccident.au" version="1.1.1" installKBytes="23847" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="com.nipplugins.happyaccident.app" version="1.1.1" installKBytes="24748" updateKBytes="0">#app.pkg</pkg-ref>
    <pkg-ref id="com.nipplugins.happyaccident.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.1" CFBundleVersion="1.1.1" id="com.nipplugins.happyaccident" path="Happy Accident.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.nipplugins.happyaccident.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.1" CFBundleVersion="1.1.1" id="com.nipplugins.happyaccident" path="Happy Accident.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.nipplugins.happyaccident.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.1.1" CFBundleVersion="1.1.1" id="com.nipplugins.happyaccident" path="Happy Accident.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>