<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBObject-Identity.inspector
 Copyright © 2009-2018 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Label">
            <property type="string" placeholder="Xcode Specific Label" keyPath="inspectedObjectsController.selection.object.ibExternalExplicitLabel"/>
            <property type="custom" class="IBExternalLabelProperty" nibName="IBObjectIdentityInspectorColorLabelSlice" keyPath="inspectedObjectsController.selection.object.ibExternalLabelIdentifier"/>
        </sliver>
        <sliver title="Object ID">
            <property type="string" keyPath="inspectedObjectsController.selection.object.ibInspectedIdentityObjectID" editable="false"/>
        </sliver>
        <sliver title="Lock">
            <property type="enumeration" placeholder="Identity Access Control" keyPath="inspectedObjectsController.selection.object.ibInspectedIdentityAccessControl" >
                <option-group>
                    <!-- <rdar://problem/8695345> Locking rules inspector "Inherited - (ACTUAL VALUE PLACEHOLDER)" always says nothing. -->
                    <option value="0" title="Inherited - (Nothing)"/>
                </option-group>
                <option-group>
                    <option value="3" title="Nothing"/>
                    <option value="1" title="All Properties"/>
                    <option value="2" title="Localizable Properties"/>
                    <option value="4" title="Non-localizable Properties"/>
                </option-group>
            </property>
        </sliver>
        <sliver title="Localizer Hint">
            <property type="string" allowsNilValues="YES" keyPath="inspectedObjectsController.selection.object.ibInspectedLocalizationComment" placeholder="Comment For Localizer" />
        </sliver>
    </section>
</slice>
