<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Uyap UDF Helper</title>
    <organization>com.uyapudf</organization>
    <!-- Run natively on both Apple Silicon and Intel. Without this, the installer
         on Apple Silicon forces Intel/Rosetta for the scripts, which fails with
         "Operation not permitted" if Rosetta is unavailable. -->
    <options hostArchitectures="x86_64,arm64" customize="never"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="License.rtf"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- System-adaptive branding: light + dark (Mojave 10.14+ auto-switches). @2x art
         scaled to fit the 620x418 pane -> crisp on Retina. -->
    <background file="mac-bg-light@2x.png" mime-type="image/png" alignment="center" scaling="tofit"/>
    <background-darkAqua file="mac-bg-dark@2x.png" mime-type="image/png" alignment="center" scaling="tofit"/>
    <!-- System-wide install: /Applications (admin password required, macOS convention) -->
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="10.13"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="default">
            <line choice="com.uyapudf.helper.pkg"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.uyapudf.helper.pkg" visible="false">
        <pkg-ref id="com.uyapudf.helper.pkg"/>
    </choice>
    <pkg-ref id="com.uyapudf.helper.pkg" version="1.0.0" auth="root" installKBytes="13149" updateKBytes="0">#UyapUdfHelper-component.pkg</pkg-ref>
    <pkg-ref id="com.uyapudf.helper.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.uyapudf.helper" path="Applications/UyapUdfHelper.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>