<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
    <title>360yunpan</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_localSystem="true"/>
    <installation-check script="pm_install_check();"/>
    <script>function pm_install_check() {
  if(!(/* &gt;= */ system.compareVersions(system.version.ProductVersion, '10.7.0') &gt;= 0)) {
    my.result.title = '安装360云盘失败';
    my.result.message = '安装360云盘至少需要OS X 10.7.0以上的版本';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <background file="background" alignment="topleft" scaling="none"/>
    <welcome file="Welcome"/>
    <readme file="ReadMe"/>
    <conclusion file="Conclusion"/>
    <choices-outline>
        <line choice="choice3"/>
        <line choice="com360cloud"/>
        <line choice="choice4"/>
    </choices-outline>
    <choice id="choice3" title="360yunpan Preflight" start_visible="false">
        <pkg-ref id="com.360.cloud.360yunpan.preflight.pkg"/>
    </choice>
    <choice id="com360cloud" title="360yunpanInstaller" description="360云盘Mac版" start_enabled="false">
        <pkg-ref id="com.360.cloud.360yunpan.360yunpanInjector.pkg"/>
        <pkg-ref id="com.360.cloud.360yunpan.360yunpan.pkg"/>
    </choice>
    <choice id="choice4" title="360yunpan Postflight" start_visible="false">
        <pkg-ref id="com.360.cloud.360yunpan.postflight.pkg"/>
    </choice>
    <pkg-ref id="com.360.cloud.360yunpan.preflight.pkg" installKBytes="0" version="1.0" auth="Root">#360yunpanPreflight.pkg</pkg-ref>
    <pkg-ref id="com.360.cloud.360yunpan.360yunpanInjector.pkg" installKBytes="572" version="1.0" auth="Root">#360yunpaninjector.pkg</pkg-ref>
    <pkg-ref id="com.360.cloud.360yunpan.360yunpan.pkg" installKBytes="6464" version="1.0" auth="Root">#360yunpan.pkg</pkg-ref>
    <pkg-ref id="com.360.cloud.360yunpan.postflight.pkg" installKBytes="0" version="1.0" auth="Root">#360yunpanPostflight.pkg</pkg-ref>
</installer-script>