<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <!--+==========================+
        |       Presentation       |
        +==========================+-->
    <title>1Password CLI</title>
    <welcome file="Welcome.html" mime-type="text/html"/>
    <background file="cli-installer-illustration.png" uti="public/png" alignment="bottomleft" scaling="none"/>
    <!--+==========================+
        |         Installer        |
        +==========================+-->
    <domains enable_currentUserHome="true" enable_localSystem="true"/>
    <options customize="allow" rootVolumeOnly="true" hostArchitectures="x86_64,arm64"/>
    <choices-outline>
        <line choice="installer_choice_1"/>
    </choices-outline>
    <choice id="installer_choice_1" title="op" description="1Password CLI is installed in the /usr/local/bin folder for all users by default, which requires root privileges. If you'd like to install 1Password CLI without granting root permissions, you must click Change Install Location on the Installation Type page and select 'Install for me only', then click Customize and choose a target directory owned by the current user." customLocation="/usr/local/bin" customLocationAllowAlternateVolumes="false" enabled="false" selected="true">
        <pkg-ref id="com.1password.op"/>
    </choice>
    <!--+==========================+
        |    Package References    |
        +==========================+-->
    <pkg-ref id="com.1password.op" version="2.33.0" installKBytes="78520" updateKBytes="0">#op.pkg</pkg-ref>
    <pkg-ref id="com.1password.op">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>