<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.4" authoringToolBuild="179">
    <title>BaKoMa TeX</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_anywhere="true"/>
    <volume-check script="pm_volume_check();"/>
    <script>function pm_volume_check() {
  if(!(my.target.availableKilobytes >= 100 * 1024 * 1024)) {
    my.result.title = 'Failure';
    my.result.message = 'Installation cannot proceed, as not all requirements were met.';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <background file="background" alignment="center" scaling="proportional"/>
    <choices-outline>
        <line choice="choice42"/>
    </choices-outline>
    <choice id="choice42" title="Apps">
        <pkg-ref id="com.bakoma-tex.bakomaTex.Apps.pkg"/>
    </choice>
    <pkg-ref id="com.bakoma-tex.bakomaTex.Apps.pkg" installKBytes="49464" version="1.0" auth="Root">#apps.pkg</pkg-ref>
</installer-script>