<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.4" authoringToolBuild="179">
    <title>WHPS</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.sysctl('hw.machine') != 'ppc')) {
    my.result.title = 'Warning';
    my.result.message = 'Not support ppc';
    my.result.type = 'Fatal';
    return false;
  }
  if(!(system.sysctl('hw.machine') != 'ppc64')) {
    my.result.title = 'Warning';
    my.result.message = 'Not support ppc64';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <choices-outline>
        <line choice="choice507"/>
        <line choice="choice232"/>
        <line choice="choice425"/>
        <line choice="choice427"/>
        <line choice="choice456"/>
        <line choice="choice489"/>
        <line choice="choice506"/>
        <line choice="choice508"/>
    </choices-outline>
    <choice id="choice507" title="WHPS Preflight" start_visible="false">
        <pkg-ref id="com.Awind.whps.preflight.pkg"/>
    </choice>
    <choice id="choice232" title="SidePadLite">
        <pkg-ref id="com.Awind.whps.SidePadLite.pkg"/>
    </choice>
    <choice id="choice425" title="VersionChecker">
        <pkg-ref id="com.Awind.whps.VersionChecker.pkg"/>
    </choice>
    <choice id="choice427" title="SoundflowerVersion">
        <pkg-ref id="com.Awind.whps.SoundflowerVersion.pkg"/>
    </choice>
    <choice id="choice456" title="Soundflower">
        <pkg-ref id="com.Awind.whps.Soundflower.pkg"/>
    </choice>
    <choice id="choice489" title="Uninstall">
        <pkg-ref id="com.Awind.whps.Uninstall.pkg"/>
    </choice>
    <choice id="choice506" title="WHPS">
        <pkg-ref id="com.Awind.whps.WHPS.pkg"/>
    </choice>
    <choice id="choice508" title="WHPS Postflight" start_visible="false">
        <pkg-ref id="com.Awind.whps.postflight.pkg"/>
    </choice>
    <pkg-ref id="com.Awind.whps.preflight.pkg" installKBytes="0" version="1.0" auth="Root">#whpsPreflight.pkg</pkg-ref>
    <pkg-ref id="com.Awind.whps.SidePadLite.pkg" installKBytes="4804" version="1.0" auth="Root">#sidepadlite.pkg</pkg-ref>
    <pkg-ref id="com.Awind.whps.VersionChecker.pkg" installKBytes="216" version="1.0" auth="Root">#versionchecker.pkg</pkg-ref>
    <pkg-ref id="com.Awind.whps.SoundflowerVersion.pkg" installKBytes="4" version="1.0" auth="Root">#soundflowerversion.pkg</pkg-ref>
    <pkg-ref id="com.Awind.whps.Soundflower.pkg" installKBytes="864" version="1.0" auth="Root">#soundflower.pkg</pkg-ref>
    <pkg-ref id="com.Awind.whps.Uninstall.pkg" installKBytes="120" version="1.0" auth="Root">#uninstall.pkg</pkg-ref>
    <pkg-ref id="com.Awind.whps.WHPS.pkg" installKBytes="5392" version="1.0" auth="Root">#whps.pkg</pkg-ref>
    <pkg-ref id="com.Awind.whps.postflight.pkg" installKBytes="0" version="1.0" auth="Root">#whpsPostflight.pkg</pkg-ref>
</installer-script>