<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<installer-script authoringTool="Packages" authoringToolVersion="1.1.3" authoringToolBuild="2B112" minSpecVersion="1.0">
    <options/>
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>DISTRIBUTION_TITLE</title>
    <background file="background" scaling="proportional" alignment="left"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <choices-outline>
        <line choice="installer_choice_1"/>
        <line choice="installer_choice_2"/>
    </choices-outline>
    <choice id="installer_choice_1" start_enabled="false" start_selected="true" title="OBS" description="">
        <pkg-ref id="org.obsproject.pkg.obs-studio"/>
    </choice>
    <choice id="installer_choice_2" title="SyphonInject" description="">
        <pkg-ref id="zakk.lol.SyphonInject"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="org.obsproject.pkg.obs-studio" version="1.0" auth="Root" installKBytes="213754">#OBS.pkg</pkg-ref>
    <pkg-ref id="zakk.lol.SyphonInject" version="1.3" auth="Root" installKBytes="886">#SyphonInject.pkg</pkg-ref>
    <!--+==========================+
        |    JavaScript Scripts    |
        +==========================+-->
</installer-script>