<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <options rootVolumeOnly="true" hostArchitectures="arm64" customize="never"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <title>SLAY Cart</title>
    <choices-outline>
        <line choice="default"/>
    </choices-outline>
    <choice id="default" title="SLAY Cart">
        <pkg-ref id="org.slayradio.slay-cart"/>
    </choice>
    <pkg-ref id="org.slayradio.slay-cart" version="0.5.1" installKBytes="94909" updateKBytes="0">#component.pkg</pkg-ref>
    <installation-check script="installCheck();"/>
    <script>
        function installCheck() {
            if (system.compareVersions(system.version.ProductVersion, '12.0') == -1) {
                my.result.title = system.localizedStandardStringWithFormat(
                    'InstallationCheckError', system.localizedString('DISTRIBUTION_TITLE'));
                my.result.message = ' ';
                my.result.type = 'Fatal';
                return false;
            }
            return true;
        }
    </script>
    <pkg-ref id="org.slayradio.slay-cart">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.5.1" CFBundleVersion="0.5.1" id="org.slayradio.slay-cart" path="slay-cart.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>