<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUIBarButtonItemAppearance.inspector
 Copyright © 2021 Apple Inc. All rights reserved.
 -->
<slice>
    <section title="{{BAR_BUTTON_ITEM_APPEARANCE_TITLE}}">
        <chooser type="number" title="State Config" keyPath="inspectedObjectsController.selection.object.{{BAR_BUTTON_ITEM_APPEARANCE_KEYPATH}}.ibStateConfiguration">
            <choice title="Normal" value="0">
                <include fileName="IBUIBarButtonItemStateAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH" replacementString="{{BAR_BUTTON_ITEM_APPEARANCE_KEYPATH}}.normal"/>
                </include>
            </choice>
            <choice title="Highlighted" value="1">
                <include fileName="IBUIBarButtonItemStateAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH" replacementString="{{BAR_BUTTON_ITEM_APPEARANCE_KEYPATH}}.highlighted"/>
                </include>
            </choice>
            <choice title="Disabled" value="2">
                <include fileName="IBUIBarButtonItemStateAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH" replacementString="{{BAR_BUTTON_ITEM_APPEARANCE_KEYPATH}}.disabled"/>
                </include>
            </choice>
            <choice title="Focused" value="3">
                <include fileName="IBUIBarButtonItemStateAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_STATE_APPEARANCE_KEYPATH" replacementString="{{BAR_BUTTON_ITEM_APPEARANCE_KEYPATH}}.focused"/>
                </include>
            </choice>
        </chooser>
    </section>
</slice>
