<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <title>MPC Core Oscillators</title>
    <background alignment="left" mime-type="image/png" scaling="tofit" file="InstallerBackground.png"/>
    <!-- welcome file="resources/Welcome.rtf" mime-type="text/plain"/ -->
    <license file="inMusic Brands EULA.rtf"/>
    <domains enable_localSystem="true"/>
    <allowed-os-versions>
        <os-version min="10.7.0"/>
    </allowed-os-versions>
    <script>
    function install_check() 
    {
        requiredProductVersion = '10.7';
        if(!(system.compareVersions(system.version.ProductVersion, requiredProductVersion) &gt;= 0))
        {
                <!-- Allow installation only on 10.x or higher -->
        
                my.result.title = "Error";
                my.result.message = "Mac OS X " + requiredProductVersion + " or higher is required for this installation.";
                my.result.type = 'Fatal';
                return false;
        }
        return true;
    } 
    </script>
    <installation-check script="install_check();"/>
    <options customize="never" allow-external-scripts="true" rootVolumeOnly="true" hostArchitectures="i386,x86_64,arm64"/>
    <choices-outline>
        <line choice="content"/>
    </choices-outline>
    <choice id="content" visible="false" description="MPC Core Oscillators" start_selected="true" title="Expansion Pack">
        <pkg-ref id="com.akaipro.mpc.expansion.mpccoreoscillators" onConclusion="none">assets.pkg</pkg-ref>
    </choice>
    <pkg-ref id="com.akaipro.mpc.expansion.mpccoreoscillators" version="1.0.3" installKBytes="75935">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="com.akaipro.mpc.expansion.mpccoreoscillators">#assets.pkg</pkg-ref>
</installer-gui-script>