<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Juicy</title>
    <welcome language="en" mime-type="text/html"><![CDATA[
        <html><body style="font-family: -apple-system, Helvetica, sans-serif; font-size: 13px;">
        <h2>Welcome to Juicy</h2>
        <p>A cross-platform Digital Audio Workstation for music production.</p>
        <p>This installer places <strong>Juicy.app</strong> at <strong>/Applications/Juicy.app</strong> on your startup disk.</p>
        <p>Stem separation models are not bundled in this package; download them from the app when prompted.</p>
        </body></html>
    ]]></welcome>
    <background file="background.png" alignment="center" scaling="proportional" mime-type="image/png"/>
    <background-darkAqua file="background_dark.png" alignment="center" scaling="proportional" mime-type="image/png"/>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <choices-outline>
        <line choice="choice-app"/>
    </choices-outline>
    <choice id="choice-app" title="Juicy Application" description="The Juicy application." enabled="false" selected="true">
        <pkg-ref id="com.juicydaw.app"/>
    </choice>
    <pkg-ref id="com.juicydaw.app" version="0.3.0" installKBytes="39529" auth="root" updateKBytes="0">#Juicy-app.pkg</pkg-ref>
    <pkg-ref id="com.juicydaw.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.3.0" CFBundleVersion="0.3.0" id="com.juicydaw.app" path="Applications/Juicy.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>