<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <options rootVolumeOnly="true" hostArchitectures="arm64,x86_64" customize="never" allow-external-scripts="no"/>
    <domains enable_currentUserHome="true" enable_anywhere="false" enable_localSystem="false"/>
    <title>trackerzoomer-filter</title>
    <choices-outline>
        <line choice="obs-plugin"/>
    </choices-outline>
    <choice id="obs-plugin" title="trackerzoomer-filter" description="">
        <pkg-ref id="com.1030.trackerzoomer-filter"/>
    </choice>
    <pkg-ref id="com.1030.trackerzoomer-filter" version="'0.1.0'" packageIdentifier="'com.1030.trackerzoomer-filter'" installKBytes="333" updateKBytes="0">#trackerzoomer-filter.pkg</pkg-ref>
    <installation-check script="installCheck();"/>
    <script>
        function installCheck() {
            var macOSVersion = system.version.ProductVersion

            if (system.compareVersions(macOSVersion, '12.0') == -1) {
                my.result.title = system.localizedStandardStringWithFormat(
                                    'InstallationCheckError',
                                    system.localizedString('DISTRIBUTION_TITLE')
                                  );
                my.result.message = ' ';
                my.result.type = 'Fatal';
                return false;
            }
        }
    </script>
    <pkg-ref id="com.1030.trackerzoomer-filter">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.0" CFBundleVersion="30112645138" id="com.1030.trackerzoomer-filter" path="Library/Application Support/obs-studio/plugins/trackerzoomer-filter.plugin"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>