<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBUIToolbarAppearance.inspector
 Copyright © 2021 Apple Inc. All rights reserved.
 -->
<slice>
    <include fileName="IBUIBarAppearance">
        <replaceToken tokenIdentifier="BAR_APPEARANCE_KEYPATH" replacementString="{{TOOLBAR_APPEARANCE_KEYPATH}}"/>
        <replaceToken tokenIdentifier="BAR_APPEARANCE_TITLE" replacementString="{{TOOLBAR_APPEARANCE_TITLE_PREFIX}} Appearance"/>
        <replaceToken tokenIdentifier="BAR_APPEARANCE_VISIBLE_KEYPATH" replacementString="{{TOOLBAR_APPEARANCE_VISIBLE_KEYPATH}}"/>
    </include>
    <section title="{{TOOLBAR_APPEARANCE_TITLE_PREFIX}} Bar Button Appearances" visibleKeyPath="inspectedObjectsController.selection.object.{{TOOLBAR_APPEARANCE_VISIBLE_KEYPATH}}">
        <chooser type="number" title="Button" keyPath="inspectedObjectsController.selection.object.{{TOOLBAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomButtonAppearance">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <include fileName="IBUIBarButtonItemAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_KEYPATH" replacementString="{{TOOLBAR_APPEARANCE_KEYPATH}}.buttonAppearance"/>
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_TITLE" replacementString="{{TOOLBAR_APPEARANCE_TITLE_PREFIX}} Button Appearance"/>
                </include>
            </choice>
        </chooser>
        <chooser type="number" title="Done Button" keyPath="inspectedObjectsController.selection.object.{{TOOLBAR_APPEARANCE_KEYPATH}}.ibInspectedHasCustomDoneButtonAppearance">
            <choice title="Inherited" value="0" />
            <choice title="Custom" value="1">
                <include fileName="IBUIBarButtonItemAppearance">
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_KEYPATH" replacementString="{{TOOLBAR_APPEARANCE_KEYPATH}}.doneButtonAppearance"/>
                    <replaceToken tokenIdentifier="BAR_BUTTON_ITEM_APPEARANCE_TITLE" replacementString="{{TOOLBAR_APPEARANCE_TITLE_PREFIX}} Done Button Appearance"/>
                </include>
            </choice>
        </chooser>
    </section>
</slice>
