<?xml version="1.0" encoding="utf-8"?>
<installer-script authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201" minSpecVersion="1">
    <title>Gurobi Optimizer</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_anywhere="true"/>
    <installation-check script="pm_install_check();"/>
    <volume-check script="pm_volume_check();"/>
    <script>function pm_volume_check() {
  if(!(my.target.systemVersion &amp;&amp; /* &gt;= */ system.compareVersions(my.target.systemVersion.ProductVersion, '10.9') &gt;= 0)) {
    my.result.title = 'Failure';
    my.result.message = 'Gurobi Optimizer requires OS X 10.9 or newer.';
    my.result.type = 'Fatal';
    return false;
  }
  if(!(my.target.mountpoint == '/')) {
    my.result.title = 'Failure';
    my.result.message = 'Installation cannot proceed, as not all requirements were met.';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}


function pm_install_check() {
  if(!(system.sysctl('hw.cpu64bit_capable') == '1')) {
    my.result.title = 'Cannot install on this Mac';
    my.result.message = 'Gurobi Optimizer requires an Intel Core 2 Duo processor or newer.';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <welcome language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs24 \cf0 You will be guided through the steps necessary to install Gurobi Optimizer.}]]></welcome>
    <choices-outline>
        <line choice="gurobimac"/>
    </choices-outline>
    <choice id="gurobimac" title="Gurobi Libraries for Mac">
        <pkg-ref id="com.gurobi.gurobiOptimizer1203.macos_universal2.pkg"/>
    </choice>
    <pkg-ref id="com.gurobi.gurobiOptimizer1203.macos_universal2.pkg" version="12.0.3" auth="Root" installKBytes="195857">#gurobi12.0.3_macos_universal2.component.pkg</pkg-ref>
    <pkg-ref id="com.gurobi.gurobiOptimizer1203.macos_universal2.pkg">
        <bundle-version/>
    </pkg-ref>
</installer-script>