<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBLayoutConstraint.inspector
 Copyright © 2011-2017 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="First Item">
            <property type="ib-constraint-item" title="First Item &amp; Attribute" keyPath="inspectedObjectsController.selection.object.firstItem" />
        </sliver>
        <sliver title="Relation" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedCanEditRelation">
            <property type="enumeration" placeholder="Unknown Relation" keyPath="inspectedObjectsController.selection.object.ibInspectedRelation">
                <option-group>
                    <option title="Less Than or Equal" value="-1" />
                    <option title="Equal" value="0" />
                    <option title="Greater Than or Equal" value="1" />
                </option-group>
            </property>
        </sliver>
        <sliver title="Second Item" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedCanEditSecondItem">
            <property type="ib-constraint-item" title="Second Item &amp; Attribute" keyPath="inspectedObjectsController.selection.object.secondItem" />
        </sliver>
    </section>
    <section>
        <sliver title="Constant">
            <property type="ib-constraint-constant" configurableProperty="ibInspectedConstant" />
        </sliver>
        <sliver title="Priority">
            <property type="ib-layout-priority" keyPath="inspectedObjectsController.selection.object.ibInspectedPriority" />
        </sliver>
        <sliver title="Multiplier" visibleKeyPath="inspectedObjectsController.selection.object.ibInspectedCanEditMultiplier" visibleKeyPath2="inspectedObjectsController.selection.object.ibInspectedCanEditSecondItem">
            <property type="ib-constraint-multiplier" keyPath="inspectedObjectsController.selection.object.ibInspectedMultiplier" />
        </sliver>
    </section>
    <section>
        <sliver title="Identifier">
            <property type="string" placeholder="Identifier" keyPath="inspectedObjectsController.selection.object.identifier" allowsNilValues="YES"/>
        </sliver>
    </section>
    <section>
        <sliver title="Placeholder">
            <property type="boolean" title="Remove at build time" keyPath="inspectedObjectsController.selection.object.placeholder" />
        </sliver>
    </section>
    <section visibleKeyPath="configurablePropertyAdapterController.selection.object.ibInspectedIsInstallationConfigurable" searchable="NO">
        <sliver>
            <property type="boolean" title="Installed" configurableProperty="inspectedInstalled"/>
        </sliver>
    </section>
</slice>
