<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
    <title>Boca Systems Mac Printer Drivers V3.1</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_localSystem="true"/>
    <installation-check script="pm_install_check();"/>
    <script>function pm_install_check() {
  if(!(/* &gt;= */ system.compareVersions(system.version.ProductVersion, '10.6') &gt;= 0)) {
    my.result.title = 'Invalid OS';
    my.result.message = 'MAC OS must be 10.6 or newer';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <background file="background" alignment="right" scaling="proportional"/>
    <readme language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1348\cocoasubrtf170
{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs26 \cf0 These files make up the Boca Systems Mac printer drivers\
\
This version (3.1) includes :\
1. Cutter Control - Each Ticket, Last Ticket or No Cut\
2. Enhanced dithering algorithms\
3. USB Bidi Port Monitor for return status\
4. Path Control for dual path printers (1 & 2)\
5. Rotation - None, Clockwise, Counter Clockwise & Upside Down\
}]]></readme>
    <license language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1348\cocoasubrtf170
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs26 \cf0 This software is built and copyrighted by Boca Systems. \
\
You are allowed to use it to print on Boca Systems printers only. \
\
Boca Systems can not be held responsible for any damage that is caused by using this software.\
}]]></license>
    <choices-outline>
        <line choice="choice75"/>
    </choices-outline>
    <choice id="choice75" title="boca">
        <pkg-ref id="com.bocasystems.bocaSystemsMacPrinterDriversV31.boca.pkg"/>
    </choice>
    <pkg-ref id="com.bocasystems.bocaSystemsMacPrinterDriversV31.boca.pkg" installKBytes="424" version="1.0" auth="Root">#boca.pkg</pkg-ref>
</installer-script>