<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
    <title>UDS Client Plugin</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_anywhere="true"/>
    <background file="background" alignment="topleft" scaling="proportional"/>
    <welcome language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1504\cocoasubrtf760
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs26 \cf0 Welcome to UDS Client plugin installation.\
\
This program will install the required components for connecting to UDS Services from your computer.\
\
}]]></welcome>
    <license file="License"/>
    <choices-outline>
        <line choice="choice1"/>
    </choices-outline>
    <choice id="choice1" title="UDSClient">
        <pkg-ref id="VirtualCable.UDSClient.pkg"/>
    </choice>
    <pkg-ref id="VirtualCable.UDSClient.pkg" installKBytes="36388" version="2.2.0" auth="Root">#udsclient.pkg</pkg-ref>
    <pkg-ref id="VirtualCable.UDSClient.pkg">
        <relocate search-id="pkmktoken2">
            <bundle id="org.openuds.UDSClient"/>
        </relocate>
    </pkg-ref>
    <locator>
        <search id="pkmktoken2-1" type="component">
            <bundle CFBundleIdentifier="org.openuds.UDSClient" path="/Applications/UDSClient.app"/>
        </search>
        <search id="pkmktoken2-0" type="script" script="pkmktoken2_combined()">
            <script>
function pkmktoken2_combined() {
	function pkmk_add_results_to_array(results, array) {
		for(i = 0; i &lt; results.length; i++)
			array.push(results[i]);
	}
	var result = new Array();
	var search;
	search = my.search.results['pkmktoken2-1'];
	if(search) pkmk_add_results_to_array(search, result);
	return result;
}
</script>
        </search>
        <search type="script" id="pkmktoken2" script="pkmktoken2_final()">
            <script>
function pkmktoken2_final() {
	var combined = my.search.results['pkmktoken2-0'];
	return combined;
}
</script>
        </search>
    </locator>
</installer-script>