<?xml version="1.0" encoding="UTF-8"?>
<!--
IBUICommand.inspector
Copyright © 2019-2021 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Title">
            <property type="string" keyPath="inspectedObjectsController.selection.object.title" editableKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
        </sliver>
        <sliver title="HUD Title">
            <property type="string" keyPath="inspectedObjectsController.selection.object.discoverabilityTitle" editableKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
        </sliver>
        <sliver title="Property List">
            <property type="string" keyPath="inspectedObjectsController.selection.object.propertyListString" editableKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem" allowsNilValues="YES"  placeholderKeyPath="inspectedObjectsController.selection.object.ibInspectedPlaceholderPropertyListString"/>
        </sliver>
        <sliver title="Key Equivalent" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem">
            <property type="key-equivalent" keyPath="inspectedObjectsController.selection.object.ibInspectedKeyEquivalent"/>
        </sliver>
        <sliver title="Key Equivalent" visibleKeyPath="inspectedObjectsController.selection.object.isSystemItem">
            <property type="string" keyPath="inspectedObjectsController.selection.object.ibInspectedKeyEquivalentString" editable="false"/>
        </sliver>
    </section>
    <section>
        <sliver title="Attributes">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.attributes" bits="0x1"  title="Disabled" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.attributes" bits="0x2"  title="Destructive" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.attributes" bits="0x4"  title="Hidden" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
        </sliver>
        <sliver title="State">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.state" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem">
                <option-group>
                    <option title="Off" value="0"/>
                    <option title="On" value="1"/>
                    <option title="Mixed" value="2"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Localize">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedLocalizationType" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem">
                <option-group>
                    <option title="Automatic" value="0"/>
                    <option title="Without Mirroring" value="1"/>
                    <option title="Never" value="2"/>
                </option-group>
            </property>
        </sliver>
    </section>
    <section title="Alternates">
        <sliver fullWidth="true">
            <property type="ib-command-alternate-array" keyPath="inspectedObjectsController.selection.object.ibInspectedAlternates" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedIsDeveloperItem"/>
        </sliver>
    </section>
</slice>
