<?xml version="1.0" encoding="UTF-8"?>
<!--
   WorkingCopyInspector.inspector
   IDESourceControlUI

   Created by Kieran Senior
   Copyright 2016 Apple Inc. All rights reserved.
-->

<slice>
    <section>
        <sliver title="Path">
            <property type="pathField" editable="false" showLink="true"
            keyPath="inspectedObjectsController.selection.workingCopy.fileURL.path" linkPathKeyPath="inspectedObjectsController.selection.workingCopy.fileURL.path"  />
        </sliver>
        <sliver title="URL" visibleKeyPath="inspectedObjectsController.selection.workingCopy.repository.sourceControlSystem.doesNotHaveLocalRepository">
            <property type="string" editable="false" keyPath="inspectedObjectsController.selection.workingCopy.repository.URL" />
        </sliver>
    </section>
    <section visibleKeyPath="inspectedObjectsController.selection.workingCopy.repository.sourceControlSystem.supportsCustomAuthor">
        <sliver title="Author Name">
            <property type="string" placeholderKeyPath="authorNamePlaceholderText" editableKeyPath="authorEditable" keyPath="authorName" />
        </sliver>
        <sliver title="Author Email">
            <property type="string" placeholderKeyPath="authorEmailPlaceholderText" editableKeyPath="authorEditable" keyPath="authorEmail" />
        </sliver>
    </section>
</slice>
