<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.4" authoringToolBuild="179">
    <title>Privoxy 3.0.19</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains/>
    <volume-check script="pm_volume_check();"/>
    <script>function pm_volume_check() {
  if(!(my.target.systemVersion &amp;&amp; /* >= */ system.compareVersions(my.target.systemVersion.ProductVersion, '10.5') >= 0)) {
    my.result.title = 'Failure';
    my.result.message = 'OS X 10.5 or higher required.';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <welcome file="Welcome"/>
    <readme file="ReadMe"/>
    <license file="License"/>
    <conclusion file="Conclusion"/>
    <choices-outline>
        <line choice="choice16"/>
    </choices-outline>
    <choice id="choice16" title="pkg content">
        <pkg-ref id="org.ijbswa.privoxy3019.pkg"/>
    </choice>
    <pkg-ref id="org.ijbswa.privoxy3019.pkg" installKBytes="3564" version="1.0" auth="Root">#pkgContent.pkg</pkg-ref>
</installer-script>