|
|
@@ -1,7 +1,9 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="11173.2" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
|
|
|
<dependencies>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11173.2"/>
|
|
|
+ <deployment identifier="macosx"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
|
|
|
+ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
|
<scenes>
|
|
|
<!--Application-->
|
|
|
@@ -598,7 +600,7 @@
|
|
|
<menuItem title="Show Sidebar" keyEquivalent="s" id="kIP-vf-haE">
|
|
|
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
|
|
|
<connections>
|
|
|
- <action selector="toggleSourceList:" target="Ady-hI-5gd" id="iwa-gc-5KM"/>
|
|
|
+ <action selector="toggleSidebar:" target="Ady-hI-5gd" id="iwa-gc-5KM"/>
|
|
|
</connections>
|
|
|
</menuItem>
|
|
|
<menuItem title="Enter Full Screen" keyEquivalent="f" id="4J7-dP-txa">
|
|
|
@@ -662,11 +664,14 @@
|
|
|
<scene sceneID="R2V-B0-nI4">
|
|
|
<objects>
|
|
|
<windowController id="B8D-0N-5wS" sceneMemberID="viewController">
|
|
|
- <window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
|
|
|
+ <window key="window" title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
|
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
|
|
<rect key="contentRect" x="196" y="240" width="480" height="270"/>
|
|
|
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
|
|
|
+ <connections>
|
|
|
+ <outlet property="delegate" destination="B8D-0N-5wS" id="O24-2G-H7h"/>
|
|
|
+ </connections>
|
|
|
</window>
|
|
|
<connections>
|
|
|
<segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/>
|
|
|
@@ -688,7 +693,7 @@
|
|
|
<rect key="frame" x="10" y="233" width="460" height="22"/>
|
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" title="Hello World!" placeholderString="Keychain item" drawsBackground="YES" id="lYI-xs-Dpi">
|
|
|
<font key="font" metaFont="system"/>
|
|
|
- <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
|
</textFieldCell>
|
|
|
</textField>
|
|
|
@@ -737,8 +742,8 @@
|
|
|
<font key="font" metaFont="system"/>
|
|
|
</buttonCell>
|
|
|
</button>
|
|
|
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="HPx-Lm-uNv">
|
|
|
- <rect key="frame" x="222" y="32" width="37" height="17"/>
|
|
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="HPx-Lm-uNv">
|
|
|
+ <rect key="frame" x="223" y="32" width="34" height="17"/>
|
|
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Error" id="Kl8-zj-kdM">
|
|
|
<font key="font" metaFont="system"/>
|
|
|
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|