<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Rack 1.2.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.rack.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.rack.au"/>
    </choice>
    <choice id="app" title="Standalone application" description="Run Rack on its own, without a host. Installs to /Applications.">
        <pkg-ref id="com.nipplugins.rack.app"/>
    </choice>
    <pkg-ref id="com.nipplugins.rack.vst3" version="1.2.1" installKBytes="45361" updateKBytes="0">#vst3.pkg</pkg-ref>
    <pkg-ref id="com.nipplugins.rack.au" version="1.2.1" installKBytes="45473" updateKBytes="0">#au.pkg</pkg-ref>
    <pkg-ref id="com.nipplugins.rack.app" version="1.2.1" installKBytes="46358" updateKBytes="0">#app.pkg</pkg-ref>
    <pkg-ref id="com.nipplugins.rack.vst3">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.1" CFBundleVersion="1.2.1" id="com.nipplugins.rack" path="Rack.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.nipplugins.rack.au">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.1" CFBundleVersion="1.2.1" id="com.nipplugins.rack" path="Rack.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.nipplugins.rack.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.2.1" CFBundleVersion="1.2.1" id="com.nipplugins.rack" path="Rack.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>