<?xml version="1.0" encoding="utf8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Sample Planet</title>
    <allowed-os-versions>
        <os-version min="10.15"/>
    </allowed-os-versions>
    <options customize="always" rootVolumeOnly="true" hostArchitectures="x86_64,arm64"/>
    <domain enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <choices-outline>
        <line choice="vst3"/>
        <line choice="au"/>
    </choices-outline>
    <choice id="vst3" visible="true" start_selected="true" title="Sample Planet VST3">
        <pkg-ref id="ai.soundry.sampleplanet.vst3.pkg" version="0.0.11" onConclusion="none">SamplePlanet.vst3.pkg</pkg-ref>
    </choice>
    <choice id="au" visible="true" start_selected="true" title="Sample Planet AU">
        <pkg-ref id="ai.soundry.sampleplanet.au.pkg" version="0.0.11" onConclusion="none">SamplePlanet.au.pkg</pkg-ref>
    </choice>
    <pkg-ref id="ai.soundry.sampleplanet.vst3.pkg" installKBytes="17852">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.0.11" CFBundleVersion="0.0.11" id="ai.soundry.sampleplanet" path="SamplePlanet.vst3"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="ai.soundry.sampleplanet.au.pkg" installKBytes="17240">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.0.11" CFBundleVersion="0.0.11" id="ai.soundry.sampleplanet" path="SamplePlanet.component"/>
        </bundle-version>
    </pkg-ref>
    <pkg-ref id="ai.soundry.sampleplanet.vst3.pkg">#SamplePlanet.vst3.pkg</pkg-ref>
    <pkg-ref id="ai.soundry.sampleplanet.au.pkg">#SamplePlanet.au.pkg</pkg-ref>
</installer-gui-script>