unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

MainMenu.xib (80507B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
      3     <dependencies>
      4         <deployment version="1060" identifier="macosx"/>
      5         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14460.31"/>
      6         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
      7     </dependencies>
      8     <objects>
      9         <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"/>
     10         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
     11         <customObject id="-3" userLabel="Application" customClass="NSObject">
     12             <connections>
     13                 <outlet property="delegate" destination="209" id="571"/>
     14             </connections>
     15         </customObject>
     16         <window title="Unison" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="mainWindow" animationBehavior="default" toolbarStyle="expanded" id="21" userLabel="Window">
     17             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
     18             <windowPositionMask key="initialPositionMask" leftStrut="YES" topStrut="YES"/>
     19             <rect key="contentRect" x="0.0" y="364" width="480" height="360"/>
     20             <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
     21             <value key="minSize" type="size" width="213" height="107"/>
     22             <view key="contentView" id="2">
     23                 <rect key="frame" x="0.0" y="0.0" width="480" height="360"/>
     24                 <autoresizingMask key="autoresizingMask"/>
     25                 <subviews>
     26                     <segmentedControl verticalHuggingPriority="750" id="515">
     27                         <rect key="frame" x="370" y="317" width="83" height="25"/>
     28                         <segmentedCell key="cell" borderStyle="border" alignment="left" style="automatic" trackingMode="selectOne" id="527">
     29                             <font key="font" metaFont="system"/>
     30                             <segments>
     31                                 <segment image="Outline-Flat" imageScaling="none" width="24" tag="1"/>
     32                                 <segment label="O" image="Outline-Flattened" imageScaling="none" width="25.333333969116211" selected="YES" tag="2"/>
     33                                 <segment label="D" image="Outline-Deep" imageScaling="none" width="25.333333969116211" tag="3"/>
     34                             </segments>
     35                         </segmentedCell>
     36                         <connections>
     37                             <action selector="tableModeChanged:" target="209" id="517"/>
     38                         </connections>
     39                     </segmentedControl>
     40                 </subviews>
     41             </view>
     42         </window>
     43         <menu title="MainMenu" systemMenu="main" id="29" userLabel="MainMenu">
     44             <items>
     45                 <menuItem title="Unison" id="56">
     46                     <menu key="submenu" title="Unison" systemMenu="apple" id="57">
     47                         <items>
     48                             <menuItem title="About Unison" id="414">
     49                                 <connections>
     50                                     <action selector="raiseAboutWindow:" target="209" id="462"/>
     51                                 </connections>
     52                             </menuItem>
     53                             <menuItem isSeparatorItem="YES" id="196">
     54                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
     55                             </menuItem>
     56                             <menuItem title="Preferences..." keyEquivalent="," id="129">
     57                                 <connections>
     58                                     <action selector="showPreferences:" target="209" id="572"/>
     59                                 </connections>
     60                             </menuItem>
     61                             <menuItem title="Install command-line tool" id="428">
     62                                 <connections>
     63                                     <action selector="raiseCltoolWindow:" target="209" id="507"/>
     64                                 </connections>
     65                             </menuItem>
     66                             <menuItem isSeparatorItem="YES" id="144">
     67                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
     68                             </menuItem>
     69                             <menuItem title="Hide Unison" keyEquivalent="h" id="134">
     70                                 <connections>
     71                                     <action selector="hide:" target="-2" id="152"/>
     72                                 </connections>
     73                             </menuItem>
     74                             <menuItem title="Hide Others" keyEquivalent="h" id="145">
     75                                 <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
     76                                 <connections>
     77                                     <action selector="hideOtherApplications:" target="-2" id="146"/>
     78                                 </connections>
     79                             </menuItem>
     80                             <menuItem title="Show All" id="150">
     81                                 <connections>
     82                                     <action selector="unhideAllApplications:" target="-2" id="153"/>
     83                                 </connections>
     84                             </menuItem>
     85                             <menuItem isSeparatorItem="YES" id="149">
     86                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
     87                             </menuItem>
     88                             <menuItem title="Quit Unison" keyEquivalent="q" id="136">
     89                                 <connections>
     90                                     <action selector="terminate:" target="-2" id="139"/>
     91                                 </connections>
     92                             </menuItem>
     93                         </items>
     94                     </menu>
     95                 </menuItem>
     96                 <menuItem title="Edit" id="163">
     97                     <menu key="submenu" title="Edit" id="169">
     98                         <items>
     99                             <menuItem title="Cut" keyEquivalent="x" id="160">
    100                                 <connections>
    101                                     <action selector="cut:" target="-1" id="175"/>
    102                                 </connections>
    103                             </menuItem>
    104                             <menuItem title="Copy" keyEquivalent="c" id="157">
    105                                 <connections>
    106                                     <action selector="copy:" target="-1" id="181"/>
    107                                 </connections>
    108                             </menuItem>
    109                             <menuItem title="Paste" keyEquivalent="v" id="171">
    110                                 <connections>
    111                                     <action selector="paste:" target="-1" id="176"/>
    112                                 </connections>
    113                             </menuItem>
    114                             <menuItem title="Select All" keyEquivalent="a" id="172">
    115                                 <connections>
    116                                     <action selector="selectAll:" target="-1" id="179"/>
    117                                 </connections>
    118                             </menuItem>
    119                             <menuItem title="Select Conflicts" id="269">
    120                                 <connections>
    121                                     <action selector="selectConflicts:" target="-1" id="273"/>
    122                                 </connections>
    123                             </menuItem>
    124                         </items>
    125                     </menu>
    126                 </menuItem>
    127                 <menuItem title="Actions" id="261">
    128                     <menu key="submenu" title="Actions" id="262">
    129                         <items>
    130                             <menuItem title="Propagate Left to Right" keyEquivalent="&gt;" id="263">
    131                                 <connections>
    132                                     <action selector="copyLR:" target="-1" id="270"/>
    133                                 </connections>
    134                             </menuItem>
    135                             <menuItem title="Propagate Right to Left" keyEquivalent="&lt;" id="266">
    136                                 <connections>
    137                                     <action selector="copyRL:" target="-1" id="271"/>
    138                                 </connections>
    139                             </menuItem>
    140                             <menuItem title="Propagate Newer to Older" id="281">
    141                                 <connections>
    142                                     <action selector="forceNewer:" target="-1" id="282"/>
    143                                 </connections>
    144                             </menuItem>
    145                             <menuItem title="Propagate Older to Newer" id="267">
    146                                 <connections>
    147                                     <action selector="forceOlder:" target="-1" id="283"/>
    148                                 </connections>
    149                             </menuItem>
    150                             <menuItem title="Leave Alone" keyEquivalent="/" id="284">
    151                                 <connections>
    152                                     <action selector="leaveAlone:" target="-1" id="285"/>
    153                                 </connections>
    154                             </menuItem>
    155                             <menuItem title="Revert to Unison's Recommendation" id="268">
    156                                 <connections>
    157                                     <action selector="revert:" target="-1" id="274"/>
    158                                 </connections>
    159                             </menuItem>
    160                             <menuItem title="Merge" id="481">
    161                                 <connections>
    162                                     <action selector="merge:" target="-1" id="482"/>
    163                                 </connections>
    164                             </menuItem>
    165                             <menuItem title="Diff" id="417">
    166                                 <connections>
    167                                     <action selector="showDiff:" target="-1" id="483"/>
    168                                 </connections>
    169                             </menuItem>
    170                             <menuItem isSeparatorItem="YES" id="419">
    171                                 <modifierMask key="keyEquivalentModifierMask" command="YES"/>
    172                             </menuItem>
    173                             <menuItem title="Restart" keyEquivalent="r" id="430">
    174                                 <connections>
    175                                     <action selector="restartButton:" target="209" id="431"/>
    176                                 </connections>
    177                             </menuItem>
    178                             <menuItem title="Rescan" id="484">
    179                                 <modifierMask key="keyEquivalentModifierMask"/>
    180                                 <connections>
    181                                     <action selector="rescan:" target="209" id="485"/>
    182                                 </connections>
    183                             </menuItem>
    184                             <menuItem title="Synchronize all" keyEquivalent="g" id="420">
    185                                 <connections>
    186                                     <action selector="syncButton:" target="209" id="421"/>
    187                                 </connections>
    188                             </menuItem>
    189                         </items>
    190                     </menu>
    191                 </menuItem>
    192                 <menuItem title="Ignore" id="253">
    193                     <menu key="submenu" title="Ignore" id="254">
    194                         <items>
    195                             <menuItem title="Ignore Path" keyEquivalent="i" id="255">
    196                                 <connections>
    197                                     <action selector="ignorePath:" target="-1" id="258"/>
    198                                 </connections>
    199                             </menuItem>
    200                             <menuItem title="Ignore Extension" keyEquivalent="e" id="256">
    201                                 <connections>
    202                                     <action selector="ignoreExt:" target="-1" id="259"/>
    203                                 </connections>
    204                             </menuItem>
    205                             <menuItem title="Ignore Name" keyEquivalent="n" id="257">
    206                                 <connections>
    207                                     <action selector="ignoreName:" target="-1" id="260"/>
    208                                 </connections>
    209                             </menuItem>
    210                         </items>
    211                     </menu>
    212                 </menuItem>
    213                 <menuItem title="Help" id="103">
    214                     <menu key="submenu" title="Help" id="106">
    215                         <items>
    216                             <menuItem title="Unison Online Help" keyEquivalent="?" id="111">
    217                                 <connections>
    218                                     <action selector="onlineHelp:" target="209" id="416"/>
    219                                 </connections>
    220                             </menuItem>
    221                         </items>
    222                     </menu>
    223                 </menuItem>
    224             </items>
    225         </menu>
    226         <customView id="197" userLabel="chooseProfileView">
    227             <rect key="frame" x="0.0" y="0.0" width="363" height="281"/>
    228             <autoresizingMask key="autoresizingMask"/>
    229             <subviews>
    230                 <scrollView horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="203">
    231                     <rect key="frame" x="20" y="20" width="323" height="208"/>
    232                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    233                     <clipView key="contentView" id="WLB-IC-vB8">
    234                         <rect key="frame" x="1" y="0.0" width="321" height="207"/>
    235                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    236                         <subviews>
    237                             <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" headerView="563" id="205" customClass="ProfileTableView">
    238                                 <rect key="frame" x="0.0" y="0.0" width="321" height="190"/>
    239                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    240                                 <size key="intercellSpacing" width="3" height="2"/>
    241                                 <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
    242                                 <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
    243                                 <tableColumns>
    244                                     <tableColumn identifier="profiles" editable="NO" width="317.97698974609375" minWidth="47.477001190185547" maxWidth="1000" id="202">
    245                                         <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Profiles">
    246                                             <font key="font" metaFont="smallSystem"/>
    247                                             <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    248                                             <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
    249                                         </tableHeaderCell>
    250                                         <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="557">
    251                                             <font key="font" metaFont="system"/>
    252                                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    253                                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    254                                         </textFieldCell>
    255                                         <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
    256                                     </tableColumn>
    257                                 </tableColumns>
    258                                 <connections>
    259                                     <outlet property="dataSource" destination="217" id="219"/>
    260                                     <outlet property="myController" destination="209" id="400"/>
    261                                 </connections>
    262                             </tableView>
    263                         </subviews>
    264                     </clipView>
    265                     <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="562">
    266                         <rect key="frame" x="-100" y="-100" width="113" height="15"/>
    267                         <autoresizingMask key="autoresizingMask"/>
    268                     </scroller>
    269                     <scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="561">
    270                         <rect key="frame" x="306" y="17" width="16" height="190"/>
    271                         <autoresizingMask key="autoresizingMask"/>
    272                     </scroller>
    273                     <tableHeaderView key="headerView" id="563">
    274                         <rect key="frame" x="0.0" y="0.0" width="321" height="17"/>
    275                         <autoresizingMask key="autoresizingMask"/>
    276                     </tableHeaderView>
    277                 </scrollView>
    278                 <button verticalHuggingPriority="750" id="201">
    279                     <rect key="frame" x="651" y="-524" width="84" height="32"/>
    280                     <autoresizingMask key="autoresizingMask"/>
    281                     <buttonCell key="cell" type="push" title="Quit" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="529">
    282                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    283                         <font key="font" metaFont="system"/>
    284                     </buttonCell>
    285                 </button>
    286                 <textField verticalHuggingPriority="750" id="199">
    287                     <rect key="frame" x="17" y="236" width="329" height="25"/>
    288                     <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
    289                     <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="center" id="528">
    290                         <font key="font" metaFont="system"/>
    291                         <string key="title">Please choose a profile or create a new one
    292 </string>
    293                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    294                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    295                     </textFieldCell>
    296                 </textField>
    297             </subviews>
    298         </customView>
    299         <customView id="198" userLabel="updatesView">
    300             <rect key="frame" x="0.0" y="0.0" width="730" height="546"/>
    301             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    302             <subviews>
    303                 <textField verticalHuggingPriority="750" id="583">
    304                     <rect key="frame" x="3" y="6" width="582" height="14"/>
    305                     <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
    306                     <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Idle" id="584">
    307                         <font key="font" metaFont="smallSystem"/>
    308                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    309                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    310                     </textFieldCell>
    311                 </textField>
    312                 <progressIndicator verticalHuggingPriority="750" maxValue="100" bezeled="NO" controlSize="small" style="bar" id="486">
    313                     <rect key="frame" x="589" y="6" width="122" height="12"/>
    314                     <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
    315                 </progressIndicator>
    316                 <splitView id="586">
    317                     <rect key="frame" x="0.0" y="24" width="730" height="522"/>
    318                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    319                     <subviews>
    320                         <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="20" horizontalPageScroll="0.0" verticalLineScroll="20" verticalPageScroll="0.0" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="590">
    321                             <rect key="frame" x="0.0" y="0.0" width="730" height="428"/>
    322                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    323                             <clipView key="contentView" id="AuU-c4-4ip">
    324                                 <rect key="frame" x="0.0" y="0.0" width="730" height="428"/>
    325                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    326                                 <subviews>
    327                                     <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" autosaveColumns="NO" rowHeight="18" headerView="591" id="594" customClass="ReconTableView">
    328                                         <rect key="frame" x="0.0" y="0.0" width="730" height="411"/>
    329                                         <autoresizingMask key="autoresizingMask"/>
    330                                         <size key="intercellSpacing" width="3" height="2"/>
    331                                         <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
    332                                         <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
    333                                         <tableColumns>
    334                                             <tableColumn identifier="path" editable="NO" width="426" minWidth="27.095703125" maxWidth="1000" id="597">
    335                                                 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Path">
    336                                                     <font key="font" metaFont="smallSystem"/>
    337                                                     <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    338                                                     <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
    339                                                 </tableHeaderCell>
    340                                                 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" id="602">
    341                                                     <font key="font" metaFont="cellTitle"/>
    342                                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    343                                                     <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
    344                                                 </textFieldCell>
    345                                                 <sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="pathSortKey"/>
    346                                                 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
    347                                             </tableColumn>
    348                                             <tableColumn identifier="fileSizeString" editable="NO" width="70" minWidth="70" maxWidth="70" id="596">
    349                                                 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="Size">
    350                                                     <font key="font" metaFont="smallSystem"/>
    351                                                     <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    352                                                     <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
    353                                                 </tableHeaderCell>
    354                                                 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="right" id="603">
    355                                                     <font key="font" metaFont="cellTitle"/>
    356                                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    357                                                     <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
    358                                                 </textFieldCell>
    359                                                 <sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="fileSize" ascending="NO"/>
    360                                                 <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
    361                                             </tableColumn>
    362                                             <tableColumn identifier="leftIcon" editable="NO" width="16" minWidth="16" maxWidth="16" id="599">
    363                                                 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="&lt;">
    364                                                     <font key="font" metaFont="smallSystem"/>
    365                                                     <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    366                                                     <color key="backgroundColor" white="0.33333299" alpha="1" colorSpace="calibratedWhite"/>
    367                                                 </tableHeaderCell>
    368                                                 <imageCell key="dataCell" refusesFirstResponder="YES" alignment="left" animates="YES" imageScaling="proportionallyDown" id="600"/>
    369                                                 <sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="leftSortKey"/>
    370                                             </tableColumn>
    371                                             <tableColumn identifier="percentTransferred" editable="NO" width="76.63916015625" minWidth="42.10107421875" maxWidth="100" id="595">
    372                                                 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="center" title="Action">
    373                                                     <font key="font" metaFont="smallSystem"/>
    374                                                     <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    375                                                     <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
    376                                                 </tableHeaderCell>
    377                                                 <textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="right" id="604">
    378                                                     <font key="font" metaFont="cellTitle"/>
    379                                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    380                                                     <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
    381                                                 </textFieldCell>
    382                                                 <sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="directionSortKey"/>
    383                                             </tableColumn>
    384                                             <tableColumn identifier="rightIcon" editable="NO" width="16" minWidth="16" maxWidth="16" id="598">
    385                                                 <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="&gt;">
    386                                                     <font key="font" metaFont="smallSystem"/>
    387                                                     <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
    388                                                     <color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
    389                                                 </tableHeaderCell>
    390                                                 <imageCell key="dataCell" refusesFirstResponder="YES" alignment="left" animates="YES" imageScaling="proportionallyDown" id="601"/>
    391                                                 <sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="rightSortKey"/>
    392                                             </tableColumn>
    393                                         </tableColumns>
    394                                         <connections>
    395                                             <outlet property="dataSource" destination="209" id="606"/>
    396                                             <outlet property="delegate" destination="209" id="605"/>
    397                                         </connections>
    398                                     </tableView>
    399                                 </subviews>
    400                             </clipView>
    401                             <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="592">
    402                                 <rect key="frame" x="-100" y="-100" width="629" height="15"/>
    403                                 <autoresizingMask key="autoresizingMask"/>
    404                             </scroller>
    405                             <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="593">
    406                                 <rect key="frame" x="-30" y="17" width="15" height="391"/>
    407                                 <autoresizingMask key="autoresizingMask"/>
    408                             </scroller>
    409                             <tableHeaderView key="headerView" id="591">
    410                                 <rect key="frame" x="0.0" y="0.0" width="730" height="17"/>
    411                                 <autoresizingMask key="autoresizingMask"/>
    412                             </tableHeaderView>
    413                         </scrollView>
    414                         <view id="589" customClass="ColorGradientView">
    415                             <rect key="frame" x="0.0" y="437" width="730" height="85"/>
    416                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    417                             <subviews>
    418                                 <textField verticalHuggingPriority="750" id="607">
    419                                     <rect key="frame" x="2" y="5" width="726" height="74"/>
    420                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    421                                     <textFieldCell key="cell" controlSize="small" selectable="YES" sendsActionOnEndEditing="YES" title="Label" id="608">
    422                                         <font key="font" metaFont="smallSystem"/>
    423                                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    424                                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    425                                     </textFieldCell>
    426                                 </textField>
    427                             </subviews>
    428                         </view>
    429                     </subviews>
    430                     <holdingPriorities>
    431                         <real value="250"/>
    432                         <real value="250"/>
    433                     </holdingPriorities>
    434                 </splitView>
    435             </subviews>
    436         </customView>
    437         <customObject id="209" userLabel="MyController" customClass="MyController">
    438             <connections>
    439                 <outlet property="ConnectingView" destination="423" id="425"/>
    440                 <outlet property="aboutWindow" destination="402" id="412"/>
    441                 <outlet property="chooseDetailsFont" destination="637" id="676"/>
    442                 <outlet property="chooseDiffFont" destination="641" id="677"/>
    443                 <outlet property="chooseProfileView" destination="197" id="211"/>
    444                 <outlet property="cltoolPref" destination="494" id="497"/>
    445                 <outlet property="cltoolWindow" destination="488" id="500"/>
    446                 <outlet property="connectingAnimation" destination="576" id="578"/>
    447                 <outlet property="connectingViewGradient" destination="681" id="686"/>
    448                 <outlet property="detailsFontLabel" destination="636" id="661"/>
    449                 <outlet property="detailsTextView" destination="607" id="609"/>
    450                 <outlet property="detailsTextViewGradient" destination="589" id="687"/>
    451                 <outlet property="diffFontLabel" destination="640" id="662"/>
    452                 <outlet property="diffView" destination="478" id="480"/>
    453                 <outlet property="diffWindow" destination="475" id="479"/>
    454                 <outlet property="mainWindow" destination="21" id="216"/>
    455                 <outlet property="notificationController" destination="437" id="438"/>
    456                 <outlet property="passwordCancelButton" destination="238" id="395"/>
    457                 <outlet property="passwordPrompt" destination="239" id="436"/>
    458                 <outlet property="passwordText" destination="236" id="242"/>
    459                 <outlet property="passwordWindow" destination="234" id="241"/>
    460                 <outlet property="preferencesController" destination="331" id="350"/>
    461                 <outlet property="preferencesView" destination="307" id="358"/>
    462                 <outlet property="preferencesWindow" destination="618" id="659"/>
    463                 <outlet property="profileController" destination="217" id="221"/>
    464                 <outlet property="progressBar" destination="486" id="487"/>
    465                 <outlet property="splitView" destination="586" id="684"/>
    466                 <outlet property="statusText" destination="583" id="585"/>
    467                 <outlet property="tableModeSelector" destination="515" id="516"/>
    468                 <outlet property="tableView" destination="594" id="610"/>
    469                 <outlet property="updatesView" destination="198" id="210"/>
    470                 <outlet property="versionText" destination="411" id="413"/>
    471             </connections>
    472         </customObject>
    473         <customObject id="217" userLabel="ProfileController" customClass="ProfileController">
    474             <connections>
    475                 <outlet property="tableView" destination="205" id="218"/>
    476             </connections>
    477         </customObject>
    478         <customObject id="331" userLabel="PreferencesController" customClass="PreferencesController">
    479             <connections>
    480                 <outlet property="firstRootText" destination="363" id="373"/>
    481                 <outlet property="localButtonCell" destination="366" id="378"/>
    482                 <outlet property="profileNameText" destination="330" id="332"/>
    483                 <outlet property="remoteButtonCell" destination="365" id="377"/>
    484                 <outlet property="secondRootHost" destination="370" id="375"/>
    485                 <outlet property="secondRootText" destination="372" id="376"/>
    486                 <outlet property="secondRootUser" destination="368" id="374"/>
    487             </connections>
    488         </customObject>
    489         <customObject id="437" userLabel="NotificationController" customClass="NotificationController"/>
    490         <customView id="307" userLabel="PreferencesView">
    491             <rect key="frame" x="0.0" y="0.0" width="534" height="250"/>
    492             <autoresizingMask key="autoresizingMask"/>
    493             <subviews>
    494                 <textField verticalHuggingPriority="750" id="330">
    495                     <rect key="frame" x="106" y="208" width="408" height="22"/>
    496                     <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
    497                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="544">
    498                         <font key="font" metaFont="system"/>
    499                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    500                         <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    501                     </textFieldCell>
    502                     <connections>
    503                         <outlet property="nextKeyView" destination="363" id="379"/>
    504                     </connections>
    505                 </textField>
    506                 <textField verticalHuggingPriority="750" id="329">
    507                     <rect key="frame" x="20" y="213" width="87" height="17"/>
    508                     <autoresizingMask key="autoresizingMask"/>
    509                     <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Profile name:" id="543">
    510                         <font key="font" metaFont="system"/>
    511                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    512                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    513                     </textFieldCell>
    514                 </textField>
    515                 <box title="Second root" id="323">
    516                     <rect key="frame" x="20" y="16" width="497" height="106"/>
    517                     <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
    518                     <view key="contentView" id="mgt-lt-fuO">
    519                         <rect key="frame" x="3" y="3" width="491" height="85"/>
    520                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    521                         <subviews>
    522                             <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="364">
    523                                 <rect key="frame" x="12" y="39" width="70" height="38"/>
    524                                 <autoresizingMask key="autoresizingMask"/>
    525                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    526                                 <size key="cellSize" width="70" height="18"/>
    527                                 <size key="intercellSpacing" width="4" height="2"/>
    528                                 <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="556">
    529                                     <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    530                                     <font key="font" metaFont="system"/>
    531                                 </buttonCell>
    532                                 <cells>
    533                                     <column>
    534                                         <buttonCell type="radio" title="Remote" imagePosition="left" alignment="left" state="on" inset="2" id="365">
    535                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    536                                             <font key="font" metaFont="system"/>
    537                                             <connections>
    538                                                 <action selector="remoteClick:" target="331" id="386"/>
    539                                             </connections>
    540                                         </buttonCell>
    541                                         <buttonCell type="radio" title="Local" imagePosition="left" alignment="left" tag="1" inset="2" id="366">
    542                                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    543                                             <font key="font" metaFont="system"/>
    544                                             <connections>
    545                                                 <action selector="localClick:" target="331" id="387"/>
    546                                             </connections>
    547                                         </buttonCell>
    548                                     </column>
    549                                 </cells>
    550                                 <connections>
    551                                     <outlet property="nextKeyView" destination="368" id="381"/>
    552                                 </connections>
    553                             </matrix>
    554                             <textField verticalHuggingPriority="750" id="367">
    555                                 <rect key="frame" x="97" y="58" width="37" height="17"/>
    556                                 <autoresizingMask key="autoresizingMask"/>
    557                                 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="User:" id="537">
    558                                     <font key="font" metaFont="system"/>
    559                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    560                                     <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    561                                 </textFieldCell>
    562                             </textField>
    563                             <textField verticalHuggingPriority="750" id="368">
    564                                 <rect key="frame" x="134" y="56" width="91" height="22"/>
    565                                 <autoresizingMask key="autoresizingMask"/>
    566                                 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="538">
    567                                     <font key="font" metaFont="system"/>
    568                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    569                                     <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    570                                 </textFieldCell>
    571                                 <connections>
    572                                     <outlet property="nextKeyView" destination="370" id="382"/>
    573                                 </connections>
    574                             </textField>
    575                             <textField verticalHuggingPriority="750" id="369">
    576                                 <rect key="frame" x="236" y="58" width="38" height="17"/>
    577                                 <autoresizingMask key="autoresizingMask"/>
    578                                 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Host:" id="539">
    579                                     <font key="font" metaFont="system"/>
    580                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    581                                     <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    582                                 </textFieldCell>
    583                             </textField>
    584                             <textField verticalHuggingPriority="750" id="370">
    585                                 <rect key="frame" x="274" y="56" width="197" height="22"/>
    586                                 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
    587                                 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="540">
    588                                     <font key="font" metaFont="system"/>
    589                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    590                                     <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    591                                 </textFieldCell>
    592                                 <connections>
    593                                     <outlet property="nextKeyView" destination="372" id="383"/>
    594                                 </connections>
    595                             </textField>
    596                             <textField verticalHuggingPriority="750" id="371">
    597                                 <rect key="frame" x="11" y="16" width="30" height="17"/>
    598                                 <autoresizingMask key="autoresizingMask"/>
    599                                 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="File:" id="541">
    600                                     <font key="font" metaFont="system"/>
    601                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    602                                     <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    603                                 </textFieldCell>
    604                             </textField>
    605                             <textField verticalHuggingPriority="750" id="372">
    606                                 <rect key="frame" x="46" y="14" width="425" height="22"/>
    607                                 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
    608                                 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="542">
    609                                     <font key="font" metaFont="system"/>
    610                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    611                                     <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    612                                 </textFieldCell>
    613                             </textField>
    614                         </subviews>
    615                     </view>
    616                     <font key="titleFont" metaFont="system"/>
    617                 </box>
    618                 <box title="First root" id="321">
    619                     <rect key="frame" x="20" y="129" width="497" height="71"/>
    620                     <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
    621                     <view key="contentView" id="dD4-Qr-wSn">
    622                         <rect key="frame" x="3" y="3" width="491" height="50"/>
    623                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    624                         <subviews>
    625                             <textField verticalHuggingPriority="750" id="362">
    626                                 <rect key="frame" x="11" y="20" width="30" height="17"/>
    627                                 <autoresizingMask key="autoresizingMask"/>
    628                                 <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="535">
    629                                     <font key="font" metaFont="system"/>
    630                                     <string key="title">File:
    631 </string>
    632                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    633                                     <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    634                                 </textFieldCell>
    635                             </textField>
    636                             <textField verticalHuggingPriority="750" id="363">
    637                                 <rect key="frame" x="46" y="18" width="425" height="22"/>
    638                                 <autoresizingMask key="autoresizingMask" widthSizable="YES"/>
    639                                 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="536">
    640                                     <font key="font" metaFont="system"/>
    641                                     <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    642                                     <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    643                                 </textFieldCell>
    644                                 <connections>
    645                                     <outlet property="nextKeyView" destination="364" id="380"/>
    646                                 </connections>
    647                             </textField>
    648                         </subviews>
    649                     </view>
    650                     <font key="titleFont" metaFont="system"/>
    651                 </box>
    652             </subviews>
    653         </customView>
    654         <customView id="423" userLabel="ConnectingView">
    655             <rect key="frame" x="0.0" y="0.0" width="871" height="577"/>
    656             <autoresizingMask key="autoresizingMask"/>
    657             <subviews>
    658                 <view id="681" customClass="ColorGradientView">
    659                     <rect key="frame" x="0.0" y="0.0" width="871" height="577"/>
    660                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    661                     <subviews>
    662                         <textField verticalHuggingPriority="750" id="682">
    663                             <rect key="frame" x="304" y="230" width="263" height="19"/>
    664                             <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
    665                             <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="Connecting..." id="683">
    666                                 <font key="font" metaFont="system" size="16"/>
    667                                 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    668                                 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    669                             </textFieldCell>
    670                         </textField>
    671                     </subviews>
    672                 </view>
    673                 <progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" bezeled="NO" indeterminate="YES" style="spinning" id="576">
    674                     <rect key="frame" x="419" y="263" width="32" height="32"/>
    675                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
    676                 </progressIndicator>
    677             </subviews>
    678         </customView>
    679         <window title="PasswordWindow" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="234" userLabel="PasswordWindow">
    680             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
    681             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
    682             <rect key="contentRect" x="2" y="118" width="227" height="128"/>
    683             <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
    684             <value key="minSize" type="size" width="213" height="107"/>
    685             <view key="contentView" id="235">
    686                 <rect key="frame" x="0.0" y="0.0" width="227" height="128"/>
    687                 <autoresizingMask key="autoresizingMask"/>
    688                 <subviews>
    689                     <textField verticalHuggingPriority="750" id="236" customClass="NSSecureTextField">
    690                         <rect key="frame" x="20" y="60" width="187" height="22"/>
    691                         <autoresizingMask key="autoresizingMask"/>
    692                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="531">
    693                             <font key="font" metaFont="system"/>
    694                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    695                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    696                         </textFieldCell>
    697                         <connections>
    698                             <outlet property="delegate" destination="209" id="396"/>
    699                         </connections>
    700                     </textField>
    701                     <button verticalHuggingPriority="750" id="237">
    702                         <rect key="frame" x="115" y="12" width="98" height="32"/>
    703                         <autoresizingMask key="autoresizingMask"/>
    704                         <buttonCell key="cell" type="push" title="Continue" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="532">
    705                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    706                             <font key="font" metaFont="system"/>
    707                         </buttonCell>
    708                         <connections>
    709                             <action selector="endPasswordWindow:" target="209" id="240"/>
    710                         </connections>
    711                     </button>
    712                     <button verticalHuggingPriority="750" id="238">
    713                         <rect key="frame" x="14" y="12" width="84" height="32"/>
    714                         <autoresizingMask key="autoresizingMask"/>
    715                         <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="533">
    716                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    717                             <font key="font" metaFont="system"/>
    718                         </buttonCell>
    719                         <connections>
    720                             <action selector="endPasswordWindow:" target="209" id="243"/>
    721                         </connections>
    722                     </button>
    723                     <textField verticalHuggingPriority="750" id="239">
    724                         <rect key="frame" x="17" y="90" width="193" height="17"/>
    725                         <autoresizingMask key="autoresizingMask"/>
    726                         <textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="left" id="534">
    727                             <font key="font" metaFont="system"/>
    728                             <string key="title">Please enter your password
    729 </string>
    730                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    731                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    732                         </textFieldCell>
    733                     </textField>
    734                 </subviews>
    735             </view>
    736         </window>
    737         <window allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="402" userLabel="AboutWindow">
    738             <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
    739             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
    740             <rect key="contentRect" x="194" y="458" width="262" height="266"/>
    741             <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
    742             <value key="minSize" type="size" width="213" height="107"/>
    743             <view key="contentView" id="401">
    744                 <rect key="frame" x="0.0" y="0.0" width="262" height="266"/>
    745                 <autoresizingMask key="autoresizingMask"/>
    746                 <subviews>
    747                     <textField verticalHuggingPriority="750" id="406">
    748                         <rect key="frame" x="22" y="152" width="220" height="22"/>
    749                         <autoresizingMask key="autoresizingMask"/>
    750                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" state="on" alignment="center" title="Unison" id="545">
    751                             <font key="font" metaFont="systemBold" size="18"/>
    752                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
    753                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    754                         </textFieldCell>
    755                     </textField>
    756                     <textField verticalHuggingPriority="750" id="407">
    757                         <rect key="frame" x="22" y="20" width="224" height="52"/>
    758                         <autoresizingMask key="autoresizingMask"/>
    759                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" state="on" alignment="center" id="546">
    760                             <font key="font" metaFont="label"/>
    761                             <string key="title">© Copyright 1999-2020.
    762 
    763 This software is licensed under the GNU General Public License.</string>
    764                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
    765                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    766                         </textFieldCell>
    767                     </textField>
    768                     <imageView id="409">
    769                         <rect key="frame" x="20" y="182" width="224" height="64"/>
    770                         <autoresizingMask key="autoresizingMask"/>
    771                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="Unison" id="547"/>
    772                     </imageView>
    773                     <textField verticalHuggingPriority="750" id="410">
    774                         <rect key="frame" x="22" y="101" width="224" height="18"/>
    775                         <autoresizingMask key="autoresizingMask"/>
    776                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" state="on" alignment="center" title="Sync you very much!" id="548">
    777                             <font key="font" size="12" name="Optima-Italic"/>
    778                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
    779                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    780                         </textFieldCell>
    781                     </textField>
    782                     <textField verticalHuggingPriority="750" id="411">
    783                         <rect key="frame" x="22" y="127" width="220" height="17"/>
    784                         <autoresizingMask key="autoresizingMask"/>
    785                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" state="on" alignment="center" title="?.?.?" id="549">
    786                             <font key="font" metaFont="cellTitle"/>
    787                             <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
    788                             <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    789                         </textFieldCell>
    790                     </textField>
    791                 </subviews>
    792             </view>
    793         </window>
    794         <window title="Diff" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="475" userLabel="DiffWindow">
    795             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
    796             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
    797             <rect key="contentRect" x="519" y="382" width="505" height="342"/>
    798             <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
    799             <value key="minSize" type="size" width="213" height="107"/>
    800             <view key="contentView" id="476">
    801                 <rect key="frame" x="0.0" y="0.0" width="505" height="342"/>
    802                 <autoresizingMask key="autoresizingMask"/>
    803                 <subviews>
    804                     <scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="477">
    805                         <rect key="frame" x="0.0" y="0.0" width="505" height="342"/>
    806                         <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES" flexibleMaxY="YES"/>
    807                         <clipView key="contentView" drawsBackground="NO" id="p5P-PL-fW5">
    808                             <rect key="frame" x="0.0" y="0.0" width="505" height="342"/>
    809                             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    810                             <subviews>
    811                                 <textView editable="NO" selectable="NO" importsGraphics="NO" verticallyResizable="YES" usesFontPanel="YES" findStyle="panel" continuousSpellChecking="YES" usesRuler="YES" smartInsertDelete="YES" id="478">
    812                                     <rect key="frame" x="0.0" y="0.0" width="505" height="342"/>
    813                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
    814                                     <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
    815                                     <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    816                                     <size key="minSize" width="505" height="342"/>
    817                                     <size key="maxSize" width="1010" height="10000000"/>
    818                                     <color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
    819                                 </textView>
    820                             </subviews>
    821                         </clipView>
    822                         <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="YES" id="570">
    823                             <rect key="frame" x="-100" y="-100" width="87" height="18"/>
    824                             <autoresizingMask key="autoresizingMask"/>
    825                         </scroller>
    826                         <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="569">
    827                             <rect key="frame" x="-30" y="1" width="15" height="356"/>
    828                             <autoresizingMask key="autoresizingMask"/>
    829                         </scroller>
    830                     </scrollView>
    831                 </subviews>
    832             </view>
    833         </window>
    834         <window title="Unison" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="488" userLabel="CltoolWindow">
    835             <windowStyleMask key="styleMask" titled="YES"/>
    836             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
    837             <rect key="contentRect" x="163" y="135" width="400" height="229"/>
    838             <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
    839             <value key="minSize" type="size" width="213" height="107"/>
    840             <view key="contentView" id="489">
    841                 <rect key="frame" x="0.0" y="0.0" width="400" height="229"/>
    842                 <autoresizingMask key="autoresizingMask"/>
    843                 <subviews>
    844                     <button verticalHuggingPriority="750" id="491">
    845                         <rect key="frame" x="302" y="12" width="84" height="32"/>
    846                         <autoresizingMask key="autoresizingMask"/>
    847                         <buttonCell key="cell" type="push" title="Yes" bezelStyle="rounded" alignment="center" state="on" borderStyle="border" inset="2" id="551">
    848                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    849                             <font key="font" metaFont="system"/>
    850                         </buttonCell>
    851                         <connections>
    852                             <action selector="cltoolYesButton:" target="209" id="505"/>
    853                         </connections>
    854                     </button>
    855                     <textField verticalHuggingPriority="750" id="493">
    856                         <rect key="frame" x="20" y="188" width="383" height="21"/>
    857                         <autoresizingMask key="autoresizingMask"/>
    858                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Would you like to install the Unison command-line tool?" id="552">
    859                             <font key="font" metaFont="systemBold" size="12"/>
    860                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    861                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    862                         </textFieldCell>
    863                     </textField>
    864                     <button id="494">
    865                         <rect key="frame" x="17" y="36" width="145" height="18"/>
    866                         <autoresizingMask key="autoresizingMask"/>
    867                         <buttonCell key="cell" type="check" title="Don't ask me again" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" inset="2" id="553">
    868                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    869                             <font key="font" metaFont="smallSystem"/>
    870                         </buttonCell>
    871                     </button>
    872                     <button verticalHuggingPriority="750" id="495">
    873                         <rect key="frame" x="218" y="12" width="84" height="32"/>
    874                         <autoresizingMask key="autoresizingMask"/>
    875                         <buttonCell key="cell" type="push" title="No" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="554">
    876                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    877                             <font key="font" metaFont="system"/>
    878                         </buttonCell>
    879                         <connections>
    880                             <action selector="cltoolNoButton:" target="209" id="503"/>
    881                         </connections>
    882                     </button>
    883                     <textField verticalHuggingPriority="750" id="496">
    884                         <rect key="frame" x="17" y="60" width="366" height="120"/>
    885                         <autoresizingMask key="autoresizingMask"/>
    886                         <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="555">
    887                             <font key="font" metaFont="smallSystem"/>
    888                             <string key="title">The command-line tool is a small program that can be installed in a standard place on your computer (/usr/local/bin/unison) so Unison can easily be found. If you want to be able to synchronize files on this computer by running Unison on a remote computer, you should probably install it.
    889 
    890 If you don't install it now, you can do so later by choosing 'Install command-line tool' from the Unison menu.
    891 </string>
    892                             <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    893                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    894                         </textFieldCell>
    895                     </textField>
    896                 </subviews>
    897             </view>
    898             <connections>
    899                 <outlet property="initialFirstResponder" destination="491" id="506"/>
    900             </connections>
    901         </window>
    902         <window title="General" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="618" userLabel="PreferencesWindow">
    903             <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
    904             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
    905             <rect key="contentRect" x="235" y="475" width="446" height="84"/>
    906             <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1178"/>
    907             <view key="contentView" id="619">
    908                 <rect key="frame" x="0.0" y="0.0" width="446" height="84"/>
    909                 <autoresizingMask key="autoresizingMask"/>
    910             </view>
    911             <toolbar key="toolbar" implicitIdentifier="2780CC9C-D44A-4484-8D03-C65609351E57" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="737" customClass="SSSelectableToolbar">
    912                 <allowedToolbarItems>
    913                     <toolbarItem implicitItemIdentifier="4A97E608-13A1-41D8-B077-1360865DB1A4" label="General" paletteLabel="General" tag="-1" image="NSPreferencesGeneral" selectable="YES" id="758" customClass="SSSelectableToolbarItem">
    914                         <connections>
    915                             <outlet property="linkedView" destination="699" id="760"/>
    916                         </connections>
    917                     </toolbarItem>
    918                     <toolbarItem implicitItemIdentifier="D5D59D5F-DFD1-4F67-8724-69D88EF5E355" label="Fonts" paletteLabel="Fonts" toolTip="Show Font Panel" tag="-1" image="NSFontPanel" selectable="YES" id="757" customClass="SSSelectableToolbarItem">
    919                         <connections>
    920                             <outlet property="linkedView" destination="678" id="759"/>
    921                         </connections>
    922                     </toolbarItem>
    923                     <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="743"/>
    924                 </allowedToolbarItems>
    925                 <defaultToolbarItems>
    926                     <toolbarItem reference="758"/>
    927                     <toolbarItem reference="757"/>
    928                     <toolbarItem reference="743"/>
    929                 </defaultToolbarItems>
    930                 <connections>
    931                     <outlet property="window" destination="618" id="756"/>
    932                 </connections>
    933             </toolbar>
    934         </window>
    935         <userDefaultsController representsSharedInstance="YES" id="653"/>
    936         <view id="699">
    937             <rect key="frame" x="0.0" y="0.0" width="446" height="84"/>
    938             <autoresizingMask key="autoresizingMask"/>
    939             <subviews>
    940                 <button id="702">
    941                     <rect key="frame" x="18" y="45" width="174" height="18"/>
    942                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
    943                     <buttonCell key="cell" type="check" title="Open profile on startup:" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="703">
    944                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    945                         <font key="font" metaFont="system"/>
    946                     </buttonCell>
    947                     <connections>
    948                         <action selector="checkOpenProfileChanged:" target="209" id="709"/>
    949                         <binding destination="653" name="value" keyPath="values.openProfileAtStartup" id="707"/>
    950                     </connections>
    951                 </button>
    952                 <button id="701">
    953                     <rect key="frame" x="18" y="18" width="410" height="18"/>
    954                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
    955                     <buttonCell key="cell" type="check" title="Delete log-file (~/unison.log) automatically on complete sync" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="704">
    956                         <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
    957                         <font key="font" metaFont="system"/>
    958                     </buttonCell>
    959                     <connections>
    960                         <binding destination="653" name="value" keyPath="values.deleteLogOnExit" id="706"/>
    961                     </connections>
    962                 </button>
    963                 <comboBox verticalHuggingPriority="750" id="700">
    964                     <rect key="frame" x="198" y="40" width="231" height="26"/>
    965                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
    966                     <comboBoxCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" numberOfVisibleItems="5" id="705">
    967                         <font key="font" metaFont="system"/>
    968                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    969                         <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
    970                     </comboBoxCell>
    971                     <connections>
    972                         <binding destination="653" name="value" keyPath="values.profileToOpen" id="708"/>
    973                     </connections>
    974                 </comboBox>
    975             </subviews>
    976         </view>
    977         <view id="678" userLabel="Font View">
    978             <rect key="frame" x="0.0" y="0.0" width="422" height="87"/>
    979             <autoresizingMask key="autoresizingMask"/>
    980             <subviews>
    981                 <textField verticalHuggingPriority="750" id="636">
    982                     <rect key="frame" x="125" y="50" width="213" height="17"/>
    983                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
    984                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="xxxx" id="639">
    985                         <font key="font" metaFont="system"/>
    986                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
    987                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
    988                     </textFieldCell>
    989                 </textField>
    990                 <button verticalHuggingPriority="750" id="637">
    991                     <rect key="frame" x="343" y="45" width="59" height="25"/>
    992                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
    993                     <buttonCell key="cell" type="roundTextured" title="choose" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="638">
    994                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
    995                         <font key="font" metaFont="system"/>
    996                     </buttonCell>
    997                     <connections>
    998                         <action selector="chooseFont:" target="209" id="672"/>
    999                     </connections>
   1000                 </button>
   1001                 <textField verticalHuggingPriority="750" id="640">
   1002                     <rect key="frame" x="125" y="20" width="213" height="17"/>
   1003                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
   1004                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="xxxx" id="643">
   1005                         <font key="font" metaFont="system"/>
   1006                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
   1007                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
   1008                     </textFieldCell>
   1009                 </textField>
   1010                 <button verticalHuggingPriority="750" id="641">
   1011                     <rect key="frame" x="343" y="15" width="59" height="25"/>
   1012                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
   1013                     <buttonCell key="cell" type="roundTextured" title="choose" bezelStyle="texturedRounded" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="642">
   1014                         <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
   1015                         <font key="font" metaFont="system"/>
   1016                     </buttonCell>
   1017                     <connections>
   1018                         <action selector="chooseFont:" target="209" id="673"/>
   1019                     </connections>
   1020                 </button>
   1021                 <textField verticalHuggingPriority="750" id="644">
   1022                     <rect key="frame" x="17" y="20" width="106" height="17"/>
   1023                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
   1024                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Diff font:" id="645">
   1025                         <font key="font" metaFont="system"/>
   1026                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
   1027                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
   1028                     </textFieldCell>
   1029                 </textField>
   1030                 <textField verticalHuggingPriority="750" id="646">
   1031                     <rect key="frame" x="17" y="50" width="106" height="17"/>
   1032                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
   1033                     <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Details font:" id="647">
   1034                         <font key="font" metaFont="system"/>
   1035                         <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
   1036                         <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
   1037                     </textFieldCell>
   1038                 </textField>
   1039             </subviews>
   1040         </view>
   1041     </objects>
   1042     <resources>
   1043         <image name="NSFontPanel" width="32" height="32"/>
   1044         <image name="NSPreferencesGeneral" width="32" height="32"/>
   1045         <image name="Outline-Deep" width="24" height="16"/>
   1046         <image name="Outline-Flat" width="24" height="16"/>
   1047         <image name="Outline-Flattened" width="24" height="16"/>
   1048         <image name="Unison" width="128" height="128"/>
   1049     </resources>
   1050 </document>