<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.4" authoringToolBuild="179">
    <title>Transit Station 1.0</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_localSystem="true"/>
    <installation-check script="pm_install_check();"/>
    <script>function pm_install_check() {
  if(!(/* >= */ system.compareVersions(system.version.ProductVersion, '10.6.0') >= 0)) {
    my.result.title = 'Upgrade OS';
    my.result.message = 'You must have Mac OS X 10.6.0 or later to install this software. ';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <welcome language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320
{\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 ### Transit Station 1.0 ###\
\
TheTransit Station Application will be installed onto the system drive of this computer. \
\
Requirements:\
Mac OS X 10.6.0 or later\
MySQL \
Apache\
PHP 5.3}]]></welcome>
    <readme language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320
{\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 Your Transit Station and all other MySQL data may be lost!  Please back up your computer before proceeding.  \
\
This is your last chance!}]]></readme>
    <license language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320
{\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 By downloading, installing, and/or using this software, you agree to only use this software with a licensed version of TEPS software, and is subject to all of the same terms and conditions of that licensed version of TEPS as if it were one and the same, subject to the following:\
\
The software is licensed for use through January 1, 2013}]]></license>
    <conclusion language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf320
{\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 Finished!  Good luck!}]]></conclusion>
    <choices-outline>
        <line choice="choice1"/>
    </choices-outline>
    <choice id="choice1" title="TransitStation">
        <pkg-ref id="com.triprism.transistation1.0.Encoded.pkg"/>
    </choice>
    <pkg-ref id="com.triprism.transistation1.0.Encoded.pkg" installKBytes="8344" version="1.0" auth="Root">#encoded.pkg</pkg-ref>
</installer-script>