<?xml version="1.0" encoding="UTF-8"?>
<!--
 SourceControlFilePathInspector.inspector
 IDESourceControlUI
 
 Created by Kieran Senior
 Copyright 2017 Apple Inc. All rights reserved.
 -->

<slice>
    <section>
        <sliver title="File Path">
            <property type="string" keyPath="inspectedObjectsController.selection.logItemFile.filePath" editable="false"/>
        </sliver>
        <sliver visibleKeyPath="inspectedObjectsController.selection.logItemFile.wasRenamed" title="Previous Path">
            <property type="string" keyPath="inspectedObjectsController.selection.logItemFile.previousFilePath" editable="false"/>
        </sliver>
    </section>
</slice>
