<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Background Music 0.5.0</title>
    <volume-check>
        <allowed-os-versions>
            <!-- TODO: Get this from the Xcode project files instead of hardcoding it. -->
            <os-version min="10.13"/>
        </allowed-os-versions>
    </volume-check>
    <!--
      Do not specify <domains>.
      Installer does not show "OS X version X.Y.Z or later is required" message when <domains> exists.
      <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
      -->
    <pkg-ref id="com.bearisdriving.BGM"/>
    <options customize="never" require-scripts="false" hostArchitectures="arm64,x86_64"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.bearisdriving.BGM"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.bearisdriving.BGM" visible="false">
        <pkg-ref id="com.bearisdriving.BGM"/>
    </choice>
    <pkg-ref id="com.bearisdriving.BGM" version="0.5.0">#Installer.pkg</pkg-ref>
    <pkg-ref id="com.bearisdriving.BGM" installKBytes="1616" updateKBytes="0">
        <must-close>
            <app id="com.bearisdriving.BGM.App"/>
        </must-close>
        <bundle-version>
            <bundle CFBundleShortVersionString="0.5.0" CFBundleVersion="1.0.0" id="com.bearisdriving.BGM.App" path="Applications/Background Music.app"/>
            <bundle CFBundleShortVersionString="0.5.0" CFBundleVersion="1.0.0" id="com.bearisdriving.BGM.Driver" path="Library/Audio/Plug-Ins/HAL/Background Music Device.driver"/>
        </bundle-version>
    </pkg-ref>
    <background file="FermataIcon.pdf" alignment="bottomleft" mime-type="application/pdf"/>
    <product id="com.bearisdriving.BGM"/>
</installer-gui-script>