<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <options hostArchitectures="x86_64,arm64"/>
    <title>Pink</title>
    <license file="license.txt" mime-type="text/plain"/>
    <allowed-os-versions>
        <os-version min="10.9"/>
    </allowed-os-versions>
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
        <line choice="installer_choice_3"/>
        <line choice="installer_choice_4"/>
        <line choice="installer_choice_5"/>
    </choices-outline>
    <choice id="installer_choice_1" title="Pink VST2">
        <pkg-ref id="com.credland.pkg.vst2.Pink"/>
    </choice>
    <choice id="installer_choice_2" title="Pink AAX">
        <pkg-ref id="com.credland.pkg.aax.Pink"/>
    </choice>
    <choice id="installer_choice_3" title="Pink VST3">
        <pkg-ref id="com.credland.pkg.vst3.Pink"/>
    </choice>
    <choice id="installer_choice_4" title="Common Files (required)" enabled="false">
        <pkg-ref id="com.credland.pkg.common.Pink"/>
    </choice>
    <choice id="installer_choice_5" title="Pink AudioUnit">
        <pkg-ref id="com.credland.pkg.au.Pink"/>
    </choice>
    <pkg-ref version="2.0.0" id="com.credland.pkg.vst2.Pink" auth="Root" installKBytes="6837" updateKBytes="0">#Pink_vst2.pkg</pkg-ref>
    <pkg-ref version="2.0.0" id="com.credland.pkg.aax.Pink" auth="Root" installKBytes="7294" updateKBytes="0">#Pink_aax.pkg</pkg-ref>
    <pkg-ref version="2.0.0" id="com.credland.pkg.vst3.Pink" auth="Root" installKBytes="7256" updateKBytes="0">#Pink_vst3.pkg</pkg-ref>
    <pkg-ref version="2.0.0" id="com.credland.pkg.common.Pink" auth="Root" installKBytes="1" updateKBytes="0">#Pink_common.pkg</pkg-ref>
    <pkg-ref version="2.0.0" id="com.credland.pkg.au.Pink" auth="Root" installKBytes="7136" updateKBytes="0">#Pink_au.pkg</pkg-ref>
    <pkg-ref id="com.credland.pkg.vst2.Pink">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.0.0" CFBundleVersion="2.0.0" id="net.credland.pink" path="Pink.vst"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.credland.pkg.aax.Pink">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.0.0" CFBundleVersion="2.0.0" id="net.credland.pink" path="Pink.aaxplugin"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.credland.pkg.vst3.Pink">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.0.0" CFBundleVersion="2.0.0" id="net.credland.pink" path="Pink.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="com.credland.pkg.common.Pink">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="com.credland.pkg.au.Pink">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.0.0" CFBundleVersion="2.0.0" id="net.credland.pink" path="Pink.component"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>