2017-01-19 21:15:47 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2017-04-08 23:51:43 +08:00
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12118" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="YoR-iB-XAd">
2017-02-07 14:03:19 +08:00
<device id="retina5_5" orientation="portrait">
2017-01-19 21:15:47 +08:00
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
2017-04-04 00:03:21 +08:00
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
2017-01-19 21:15:47 +08:00
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
2017-02-01 23:15:29 +08:00
<!--Password Store-->
2017-02-03 13:01:41 +08:00
<scene sceneID="Qd0-Fd-Lct">
2017-01-19 21:15:47 +08:00
<objects>
2017-02-03 13:01:41 +08:00
<viewController id="cwm-DY-Eli" customClass="PasswordsViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="zEx-Wa-Uh0"/>
<viewControllerLayoutGuide type="bottom" id="G6Y-6n-xyC"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="dfS-FV-A7r">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2017-02-03 13:01:41 +08:00
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="Tn1-q5-vaJ">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="44" width="414" height="692"/>
2017-02-03 13:01:41 +08:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
2017-03-02 22:10:27 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="passwordTableViewCell" textLabel="Eu3-i0-M5v" detailTextLabel="jms-aX-6FT" style="IBUITableViewCellStyleValue1" id="bEm-K1-de5">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="28" width="414" height="44"/>
2017-02-03 13:01:41 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="bEm-K1-de5" id="kV8-N2-jWc">
2017-02-17 13:44:25 +08:00
<rect key="frame" x="0.0" y="0.0" width="381" height="43.666666666666664"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-02-03 13:01:41 +08:00
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Eu3-i0-M5v">
2017-03-02 22:10:27 +08:00
<rect key="frame" x="15" y="11.999999999999998" width="33.333333333333336" height="20.333333333333332"/>
2017-02-03 13:01:41 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
2017-03-02 22:10:27 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="jms-aX-6FT">
<rect key="frame" x="335" y="11.999999999999998" width="44" height="20.333333333333332"/>
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
2017-02-03 13:01:41 +08:00
</subviews>
</tableViewCellContentView>
</tableViewCell>
</prototypes>
<sections/>
</tableView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</view>
<navigationItem key="navigationItem" title="Password Store" id="Cio-ZG-zCS">
<barButtonItem key="backBarButtonItem" title="Back" id="New-sD-9Z1"/>
2017-02-10 22:15:01 +08:00
<barButtonItem key="rightBarButtonItem" systemItem="add" id="qVW-c1-xgh">
<connections>
2017-04-05 19:33:06 -07:00
<segue destination="fyR-Cj-h6o" kind="show" identifier="addPasswordSegue" id="zhp-fK-Zwp"/>
2017-02-10 22:15:01 +08:00
</connections>
</barButtonItem>
2017-01-22 01:42:36 +08:00
</navigationItem>
2017-01-23 12:48:20 +08:00
<connections>
2017-02-03 13:01:41 +08:00
<outlet property="tableView" destination="Tn1-q5-vaJ" id="UHc-AS-gXh"/>
2017-03-02 14:51:40 +08:00
<segue destination="tW4-E9-CGv" kind="show" identifier="showPasswordDetail" id="gXF-zd-527"/>
2017-01-23 12:48:20 +08:00
</connections>
2017-02-03 13:01:41 +08:00
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="6ju-JT-yds" userLabel="First Responder" sceneMemberID="firstResponder"/>
2017-01-19 21:15:47 +08:00
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="2562" y="152"/>
2017-01-19 21:15:47 +08:00
</scene>
<!--Settings-->
2017-01-22 01:42:36 +08:00
<scene sceneID="d9R-gZ-ywG">
2017-01-19 21:15:47 +08:00
<objects>
2017-01-22 01:42:36 +08:00
<tableViewController id="h1X-0d-XeE" customClass="SettingsTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="l4i-8x-Bl1">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections>
2017-02-09 21:45:31 +08:00
<tableViewSection id="Nv8-Nd-Jd7">
2017-01-19 21:15:47 +08:00
<cells>
2017-02-09 21:45:31 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="dOt-Rj-vWD" style="IBUITableViewCellStyleDefault" id="55g-T3-9ak">
<rect key="frame" x="0.0" y="35" width="414" height="44"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-02-09 21:45:31 +08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="55g-T3-9ak" id="dKn-cO-EJa">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="0.0" y="0.0" width="381" height="43.666666666666664"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-02-09 21:45:31 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="General" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="dOt-Rj-vWD">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="0.0" width="364" height="43.666666666666664"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
<connections>
2017-02-09 21:45:31 +08:00
<segue destination="ljx-el-KZL" kind="show" id="Jhf-o6-vIP"/>
2017-01-22 01:42:36 +08:00
</connections>
</tableViewCell>
2017-02-21 13:07:14 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" textLabel="gWn-ib-STb" detailTextLabel="Myq-fV-riz" style="IBUITableViewCellStyleValue1" id="2rc-ZW-XKd">
2017-02-09 21:45:31 +08:00
<rect key="frame" x="0.0" y="79" width="414" height="44"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-02-09 21:45:31 +08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="2rc-ZW-XKd" id="CpT-zb-QEP">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="0.0" y="0.0" width="381" height="43.666666666666664"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-02-09 21:45:31 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Password Repository" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="gWn-ib-STb">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="11.999999999999998" width="160.33333333333334" height="20.333333333333332"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
2017-02-21 13:07:14 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Not Set" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Myq-fV-riz">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="321.33333333333331" y="11.999999999999998" width="57.666666666666664" height="20.333333333333332"/>
2017-02-21 13:07:14 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
2017-01-22 01:42:36 +08:00
</subviews>
</tableViewCellContentView>
2017-01-28 00:21:17 +08:00
<connections>
2017-02-21 13:07:14 +08:00
<segue destination="K0b-qZ-UOk" kind="show" identifier="showGitServerSettingSegue" id="gbo-er-kAn"/>
2017-01-28 00:21:17 +08:00
</connections>
2017-01-22 01:42:36 +08:00
</tableViewCell>
2017-02-09 21:45:31 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="pgpKeyTableViewCell" textLabel="RR9-xr-9ko" detailTextLabel="7lc-Vh-G9W" style="IBUITableViewCellStyleValue1" id="1ze-MS-Xbj">
<rect key="frame" x="0.0" y="123" width="414" height="44"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-02-09 21:45:31 +08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="1ze-MS-Xbj" id="W7U-oL-hOh">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="0.0" y="0.0" width="381" height="43.666666666666664"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-02-09 21:45:31 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="PGP Key" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="RR9-xr-9ko">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="11.999999999999998" width="66" height="20.333333333333332"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-01-22 01:42:36 +08:00
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-01-19 21:15:47 +08:00
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
2017-02-09 21:45:31 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Not Set" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="7lc-Vh-G9W">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="321.33333333333331" y="11.999999999999998" width="57.666666666666664" height="20.333333333333332"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-02-18 00:51:39 +08:00
<color key="textColor" red="0.55686274509803924" green="0.55686274509803924" blue="0.57647058823529407" alpha="1" colorSpace="calibratedRGB"/>
2017-01-22 01:42:36 +08:00
<nil key="highlightedColor"/>
</label>
2017-01-19 21:15:47 +08:00
</subviews>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
2017-03-26 23:05:29 -07:00
<tableViewSection headerTitle="SECURITY" id="Cx7-e4-wCO">
2017-02-07 17:56:31 +08:00
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="passcodeTableViewCell" textLabel="RaZ-6t-0CU" detailTextLabel="HXb-ZX-HUv" style="IBUITableViewCellStyleValue1" id="6Y0-mj-qhA">
2017-02-17 13:44:25 +08:00
<rect key="frame" x="0.0" y="223" width="414" height="44"/>
2017-02-07 17:56:31 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="6Y0-mj-qhA" id="qlv-tQ-Xmc">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="0.0" y="0.0" width="381" height="43.666666666666664"/>
2017-02-07 17:56:31 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-03-26 23:05:29 -07:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Passcode Lock" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="RaZ-6t-0CU">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="11.999999999999998" width="115" height="20.333333333333332"/>
2017-02-07 17:56:31 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
2017-02-07 20:57:06 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Off" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="HXb-ZX-HUv">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="354.66666666666669" y="11.999999999999998" width="24.333333333333332" height="20.333333333333332"/>
2017-02-07 17:56:31 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-02-18 00:51:39 +08:00
<color key="textColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="calibratedRGB"/>
2017-02-07 17:56:31 +08:00
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="touchIDTableViewCell" textLabel="H2E-hP-Gyf" style="IBUITableViewCellStyleDefault" id="wB7-Km-Oel">
2017-02-17 13:44:25 +08:00
<rect key="frame" x="0.0" y="267" width="414" height="44"/>
2017-02-07 17:56:31 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="wB7-Km-Oel" id="m90-X7-DbI">
2017-02-17 13:44:25 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="43.666666666666664"/>
2017-02-07 17:56:31 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Touch ID" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="H2E-hP-Gyf">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="0.0" width="384" height="43.666666666666664"/>
2017-02-07 17:56:31 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
2017-02-07 16:45:14 +08:00
<tableViewSection id="6U8-ue-MhL">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="advancedTableViewCell" textLabel="MKj-d0-8q3" style="IBUITableViewCellStyleDefault" id="tQN-gu-iRe">
2017-02-17 13:44:25 +08:00
<rect key="frame" x="0.0" y="347" width="414" height="44"/>
2017-02-07 16:45:14 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="tQN-gu-iRe" id="Xs0-LN-r43">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="0.0" y="0.0" width="381" height="43.666666666666664"/>
2017-02-07 16:45:14 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Advanced" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="MKj-d0-8q3">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="0.0" width="364" height="43.666666666666664"/>
2017-02-07 16:45:14 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
<connections>
<segue destination="Rqu-AW-ZNQ" kind="show" id="Wpt-vk-aK8"/>
</connections>
</tableViewCell>
</cells>
</tableViewSection>
2017-02-08 21:20:55 +08:00
<tableViewSection id="T7L-rR-R9W">
<cells>
2017-02-21 17:37:04 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="aboutTableViewCell" textLabel="oqz-Hr-RAl" imageView="Fgk-EG-6cx" style="IBUITableViewCellStyleDefault" id="osS-xk-WRP">
2017-02-17 13:44:25 +08:00
<rect key="frame" x="0.0" y="427" width="414" height="44"/>
2017-02-08 21:20:55 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="osS-xk-WRP" id="G6j-ij-rNr">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="0.0" y="0.0" width="381" height="43.666666666666664"/>
2017-02-08 21:20:55 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="About" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="oqz-Hr-RAl">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="0.0" width="364" height="43.666666666666664"/>
2017-02-08 21:20:55 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
2017-02-21 17:37:04 +08:00
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" id="Fgk-EG-6cx">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="0.0" y="0.0" width="1000" height="1001"/>
2017-02-21 17:37:04 +08:00
<autoresizingMask key="autoresizingMask"/>
</imageView>
2017-02-08 21:20:55 +08:00
</subviews>
</tableViewCellContentView>
<connections>
2017-02-09 01:41:17 +08:00
<segue destination="ZcQ-fs-QEW" kind="show" id="PJC-pk-YRH"/>
2017-02-08 21:20:55 +08:00
</connections>
</tableViewCell>
</cells>
</tableViewSection>
2017-01-19 21:15:47 +08:00
</sections>
<connections>
2017-01-22 01:42:36 +08:00
<outlet property="dataSource" destination="h1X-0d-XeE" id="fLr-S4-22Y"/>
<outlet property="delegate" destination="h1X-0d-XeE" id="EmA-3e-7xK"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Settings" id="WH4-7R-4TQ"/>
<connections>
2017-02-07 17:56:31 +08:00
<outlet property="passcodeTableViewCell" destination="6Y0-mj-qhA" id="vkI-h5-GRo"/>
2017-02-21 13:07:14 +08:00
<outlet property="passwordRepositoryTableViewCell" destination="2rc-ZW-XKd" id="aFq-K7-eIj"/>
2017-02-09 21:45:31 +08:00
<outlet property="pgpKeyTableViewCell" destination="1ze-MS-Xbj" id="hXe-eD-0R4"/>
2017-02-07 17:56:31 +08:00
<outlet property="touchIDTableViewCell" destination="wB7-Km-Oel" id="0fi-Sb-qMa"/>
2017-02-17 13:44:25 +08:00
<segue destination="ZUt-x1-TJu" kind="show" identifier="setPGPKeyByURLSegue" id="i0b-Yz-K9q"/>
<segue destination="ffY-rC-jhq" kind="show" identifier="setPGPKeyByASCIISegue" id="cEU-6E-1aQ"/>
2017-01-22 01:42:36 +08:00
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="leR-cc-QPW" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-02-09 21:45:31 +08:00
<point key="canvasLocation" x="2390" y="3510"/>
2017-01-22 01:42:36 +08:00
</scene>
2017-04-06 22:44:44 +08:00
<!--Recent Commit Log-->
2017-02-28 17:10:27 +08:00
<scene sceneID="pc3-11-f5B">
<objects>
<tableViewController id="Tou-Dd-HI3" customClass="CommitLogsTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
2017-04-06 20:48:06 -07:00
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="54" sectionHeaderHeight="28" sectionFooterHeight="28" id="ZfX-el-epa">
2017-02-28 17:10:27 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
2017-04-06 20:48:06 -07:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="commitLogCell" id="OfB-1N-1Am">
<rect key="frame" x="0.0" y="28" width="414" height="54"/>
2017-02-28 17:10:27 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-04-06 20:48:06 -07:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="OfB-1N-1Am" id="fh0-au-C6q">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="54"/>
2017-02-28 17:10:27 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-04-06 20:48:06 -07:00
<label opaque="NO" userInteractionEnabled="NO" tag="101" contentMode="left" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" text="2017/04/04" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="GLC-qL-55P">
<rect key="frame" x="87.333333333333343" y="10.999999999999998" width="311.66666666666663" height="14.33333333333333"/>
<fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="12"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" tag="102" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" text="Edit password for baidu.com using Pass for iOS." textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="L1p-Dm-Mnh">
<rect key="frame" x="15" y="28.666666666666671" width="384" height="14.333333333333329"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<nil key="textColor"/>
2017-02-28 17:10:27 +08:00
<nil key="highlightedColor"/>
</label>
2017-04-06 20:48:06 -07:00
<label opaque="NO" userInteractionEnabled="NO" tag="100" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" preservesSuperviewLayoutMargins="YES" text="Bob Sun" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8Dc-U9-AVf">
<rect key="frame" x="15" y="11.000000000000002" width="62.333333333333329" height="14.66666666666667"/>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
2017-03-11 00:10:56 -08:00
<nil key="textColor"/>
2017-02-28 17:10:27 +08:00
<nil key="highlightedColor"/>
</label>
</subviews>
2017-03-11 00:10:56 -08:00
<constraints>
2017-04-06 20:48:06 -07:00
<constraint firstItem="8Dc-U9-AVf" firstAttribute="top" secondItem="fh0-au-C6q" secondAttribute="topMargin" id="1dT-RL-jhj"/>
<constraint firstItem="L1p-Dm-Mnh" firstAttribute="leading" secondItem="fh0-au-C6q" secondAttribute="leadingMargin" id="8pY-Pm-qCp"/>
<constraint firstAttribute="bottomMargin" secondItem="L1p-Dm-Mnh" secondAttribute="bottom" id="9eJ-Ui-jwc"/>
<constraint firstItem="GLC-qL-55P" firstAttribute="bottom" secondItem="8Dc-U9-AVf" secondAttribute="bottom" id="J42-q1-fgm"/>
<constraint firstItem="L1p-Dm-Mnh" firstAttribute="top" secondItem="8Dc-U9-AVf" secondAttribute="bottom" constant="3" id="POO-2y-jTe"/>
<constraint firstItem="8Dc-U9-AVf" firstAttribute="leading" secondItem="fh0-au-C6q" secondAttribute="leadingMargin" id="QhN-qU-XQI"/>
<constraint firstItem="GLC-qL-55P" firstAttribute="leading" secondItem="8Dc-U9-AVf" secondAttribute="trailing" constant="10" id="c0m-Ek-fgR"/>
<constraint firstAttribute="trailingMargin" secondItem="GLC-qL-55P" secondAttribute="trailing" id="fVZ-IO-EuO"/>
<constraint firstAttribute="trailingMargin" secondItem="L1p-Dm-Mnh" secondAttribute="trailing" id="fg0-Ee-sVU"/>
<constraint firstAttribute="topMargin" secondItem="GLC-qL-55P" secondAttribute="top" id="iTJ-Ur-uyf"/>
2017-03-11 00:10:56 -08:00
</constraints>
2017-02-28 17:10:27 +08:00
</tableViewCellContentView>
</tableViewCell>
</prototypes>
<connections>
<outlet property="dataSource" destination="Tou-Dd-HI3" id="e7Z-Ot-QFH"/>
<outlet property="delegate" destination="Tou-Dd-HI3" id="uOc-cq-8aH"/>
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="Recent Commit Log" id="aRM-mj-MAt"/>
2017-02-28 17:10:27 +08:00
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dk5-pb-UNe" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 20:48:06 -07:00
<point key="canvasLocation" x="6082.608695652174" y="1495.9239130434785"/>
2017-02-28 17:10:27 +08:00
</scene>
2017-01-22 01:42:36 +08:00
<!--Git Server-->
<scene sceneID="Obl-ql-ILG">
<objects>
<tableViewController id="ynQ-64-MfA" customClass="GitServerSettingTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
2017-02-07 11:40:56 +08:00
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="62X-tb-qYf">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections>
2017-02-20 21:56:43 +08:00
<tableViewSection headerTitle="Git Repository URL" id="pbe-W6-w4V">
2017-01-22 01:42:36 +08:00
<cells>
2017-04-07 10:06:07 -07:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="gitRepositoryURLTabelViewCell" rowHeight="52" id="FRr-pf-aPO">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="55" width="414" height="52"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-04-07 10:06:07 -07:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="FRr-pf-aPO" id="60A-PS-qGe">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="51"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-04-07 10:06:07 -07:00
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Git Repository URL" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="EVT-VU-sCi">
<rect key="frame" x="15" y="11" width="384" height="30"/>
2017-01-22 01:42:36 +08:00
<nil key="textColor"/>
2017-02-21 17:37:04 +08:00
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-04-06 00:55:41 +08:00
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="URL" returnKeyType="next"/>
<connections>
<outlet property="delegate" destination="ynQ-64-MfA" id="Jj4-qj-27D"/>
<outlet property="nextField" destination="TMg-Gk-7nG" id="36s-PK-fAf"/>
</connections>
2017-01-22 01:42:36 +08:00
</textField>
</subviews>
<constraints>
2017-02-20 21:56:43 +08:00
<constraint firstItem="EVT-VU-sCi" firstAttribute="top" secondItem="60A-PS-qGe" secondAttribute="topMargin" id="GX2-2r-Auk"/>
<constraint firstAttribute="bottomMargin" secondItem="EVT-VU-sCi" secondAttribute="bottom" id="jUx-3P-12G"/>
2017-01-22 01:42:36 +08:00
<constraint firstAttribute="trailingMargin" secondItem="EVT-VU-sCi" secondAttribute="trailing" id="sVy-ww-qSo"/>
2017-04-07 10:06:07 -07:00
<constraint firstItem="EVT-VU-sCi" firstAttribute="leading" secondItem="60A-PS-qGe" secondAttribute="leadingMargin" id="tvx-Bc-T63"/>
2017-01-22 01:42:36 +08:00
</constraints>
</tableViewCellContentView>
</tableViewCell>
2017-02-20 21:56:43 +08:00
</cells>
</tableViewSection>
<tableViewSection headerTitle="Username" id="fRu-A2-SCk">
<cells>
2017-04-07 10:06:07 -07:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="usernameTableVIewCell" rowHeight="52" id="tnj-5U-kMB">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="163" width="414" height="52"/>
2017-01-24 01:49:55 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-04-07 10:06:07 -07:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="tnj-5U-kMB" id="f0c-pI-MSJ">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="51"/>
2017-01-24 01:49:55 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-04-07 10:06:07 -07:00
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Username" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="TMg-Gk-7nG">
<rect key="frame" x="15" y="11" width="384" height="30"/>
2017-01-24 01:49:55 +08:00
<nil key="textColor"/>
2017-02-21 17:37:04 +08:00
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-04-06 00:55:41 +08:00
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="alphabet" returnKeyType="done"/>
<connections>
<outlet property="delegate" destination="ynQ-64-MfA" id="e9t-QC-Kfd"/>
</connections>
2017-01-24 01:49:55 +08:00
</textField>
</subviews>
<constraints>
2017-02-20 21:56:43 +08:00
<constraint firstItem="TMg-Gk-7nG" firstAttribute="top" secondItem="f0c-pI-MSJ" secondAttribute="topMargin" id="5Uh-5f-nBO"/>
<constraint firstAttribute="trailingMargin" secondItem="TMg-Gk-7nG" secondAttribute="trailing" id="IX7-JL-UMX"/>
<constraint firstAttribute="bottomMargin" secondItem="TMg-Gk-7nG" secondAttribute="bottom" id="JhA-aA-Mrc"/>
2017-04-07 10:06:07 -07:00
<constraint firstItem="TMg-Gk-7nG" firstAttribute="leading" secondItem="f0c-pI-MSJ" secondAttribute="leadingMargin" id="jHO-Kx-Nkt"/>
2017-01-24 01:49:55 +08:00
</constraints>
</tableViewCellContentView>
</tableViewCell>
2017-01-22 01:42:36 +08:00
</cells>
</tableViewSection>
2017-02-20 21:56:43 +08:00
<tableViewSection headerTitle="Authentication Method" id="h0N-tI-shZ">
2017-01-25 18:28:37 +08:00
<cells>
2017-02-21 13:07:14 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="2" indentationWidth="0.0" shouldIndentWhileEditing="NO" id="KrP-nb-haa">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="271" width="414" height="44"/>
2017-01-25 18:28:37 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-02-20 21:56:43 +08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KrP-nb-haa" id="1uB-oE-kfI">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="43"/>
2017-01-25 18:28:37 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-02-21 13:07:14 +08:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Password" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LfQ-Af-j2O">
<rect key="frame" x="62" y="0.0" width="343" height="44"/>
2017-01-25 18:28:37 +08:00
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
2017-02-21 13:07:14 +08:00
<label opaque="NO" userInteractionEnabled="NO" tag="1001" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="✓" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Scc-5J-bu1">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="23" y="11.666666666666668" width="15.666666666666664" height="21.333333333333332"/>
2017-02-21 13:07:14 +08:00
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="18"/>
<color key="textColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
2017-02-20 21:56:43 +08:00
</subviews>
2017-02-21 13:07:14 +08:00
<constraints>
<constraint firstItem="Scc-5J-bu1" firstAttribute="leading" secondItem="1uB-oE-kfI" secondAttribute="leadingMargin" constant="15" id="8Z8-4c-oDD"/>
<constraint firstItem="LfQ-Af-j2O" firstAttribute="top" secondItem="1uB-oE-kfI" secondAttribute="topMargin" constant="-8" id="OPg-oc-KZy"/>
<constraint firstItem="LfQ-Af-j2O" firstAttribute="leading" secondItem="1uB-oE-kfI" secondAttribute="leadingMargin" constant="54" id="TCp-fd-Sim"/>
<constraint firstAttribute="trailingMargin" secondItem="LfQ-Af-j2O" secondAttribute="trailing" constant="1" id="dDF-2l-XhB"/>
<constraint firstAttribute="bottomMargin" secondItem="LfQ-Af-j2O" secondAttribute="bottom" constant="-8.3333333333333357" id="e3U-qA-37g"/>
<constraint firstItem="Scc-5J-bu1" firstAttribute="centerY" secondItem="1uB-oE-kfI" secondAttribute="centerY" id="eyS-Gb-VOi"/>
</constraints>
2017-02-20 21:56:43 +08:00
</tableViewCellContentView>
2017-02-21 13:07:14 +08:00
<inset key="separatorInset" minX="62" minY="0.0" maxX="0.0" maxY="0.0"/>
2017-02-20 21:56:43 +08:00
</tableViewCell>
2017-02-21 13:07:14 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" accessoryType="detailButton" hidesAccessoryWhenEditing="NO" indentationLevel="2" indentationWidth="0.0" shouldIndentWhileEditing="NO" id="Qmt-bo-CuJ">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="315" width="414" height="44"/>
2017-02-20 21:56:43 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-02-21 13:07:14 +08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Qmt-bo-CuJ" id="p3u-8b-h3U">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="367" height="43"/>
2017-02-20 21:56:43 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-02-21 13:07:14 +08:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="SSH Key" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ezz-76-a53">
<rect key="frame" x="62" y="0.0" width="296" height="44"/>
2017-01-25 18:28:37 +08:00
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-02-20 21:56:43 +08:00
<nil key="textColor"/>
2017-01-25 18:28:37 +08:00
<nil key="highlightedColor"/>
</label>
2017-02-21 13:07:14 +08:00
<label opaque="NO" userInteractionEnabled="NO" tag="1001" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="✓" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wbx-rk-i8H">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="23" y="10.666666666666664" width="16.666666666666664" height="22"/>
2017-02-21 13:07:14 +08:00
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="18"/>
<color key="textColor" red="0.0" green="0.47843137250000001" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
2017-01-25 18:28:37 +08:00
</subviews>
2017-02-21 13:07:14 +08:00
<constraints>
<constraint firstItem="wbx-rk-i8H" firstAttribute="leading" secondItem="p3u-8b-h3U" secondAttribute="leadingMargin" constant="15" id="1gS-CT-W2C"/>
<constraint firstAttribute="bottomMargin" secondItem="Ezz-76-a53" secondAttribute="bottom" constant="-8.3333333333333357" id="NW7-VO-yjh"/>
<constraint firstItem="Ezz-76-a53" firstAttribute="leading" secondItem="p3u-8b-h3U" secondAttribute="leadingMargin" constant="54" id="Ols-7H-4Lb"/>
<constraint firstAttribute="trailingMargin" secondItem="Ezz-76-a53" secondAttribute="trailing" constant="1" id="hLu-eh-HXR"/>
<constraint firstItem="Ezz-76-a53" firstAttribute="top" secondItem="p3u-8b-h3U" secondAttribute="topMargin" constant="-8" id="jVn-3g-0ax"/>
<constraint firstItem="wbx-rk-i8H" firstAttribute="centerY" secondItem="p3u-8b-h3U" secondAttribute="centerY" id="jwk-j5-WsJ"/>
</constraints>
2017-01-25 18:28:37 +08:00
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
2017-01-22 01:42:36 +08:00
</sections>
<connections>
<outlet property="dataSource" destination="ynQ-64-MfA" id="q89-h8-Hqq"/>
<outlet property="delegate" destination="ynQ-64-MfA" id="vAd-8X-GrK"/>
2017-01-19 21:15:47 +08:00
</connections>
</tableView>
2017-01-22 01:42:36 +08:00
<toolbarItems/>
<navigationItem key="navigationItem" title="Git Server" id="gXX-yl-9oj">
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="LuU-Np-eBg">
<connections>
2017-02-09 21:45:31 +08:00
<segue destination="7K9-cE-9qq" kind="unwind" unwindAction="cancelGitServerSettingWithSegue:" id="SGr-tc-vDL"/>
2017-01-22 01:42:36 +08:00
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" style="done" systemItem="save" id="sgQ-zB-rxv">
<connections>
2017-02-17 20:14:01 +08:00
<action selector="save:" destination="ynQ-64-MfA" id="HNL-Da-fXT"/>
2017-01-22 01:42:36 +08:00
</connections>
</barButtonItem>
</navigationItem>
<simulatedToolbarMetrics key="simulatedBottomBarMetrics"/>
2017-01-19 21:15:47 +08:00
<connections>
2017-02-21 13:07:14 +08:00
<outlet property="authPasswordCell" destination="KrP-nb-haa" id="zjH-sg-dfJ"/>
<outlet property="authSSHKeyCell" destination="Qmt-bo-CuJ" id="11L-Tt-MgM"/>
2017-04-02 11:21:24 -07:00
<outlet property="gitURLTextField" destination="EVT-VU-sCi" id="XdU-3l-Nsv"/>
2017-02-20 21:56:43 +08:00
<outlet property="usernameTextField" destination="TMg-Gk-7nG" id="htL-4C-WJF"/>
2017-02-17 20:14:01 +08:00
<segue destination="7K9-cE-9qq" kind="unwind" identifier="saveGitServerSettingSegue" unwindAction="saveGitServerSettingWithSegue:" id="5UN-sC-xCA"/>
2017-04-02 11:21:24 -07:00
<segue destination="hqC-Ic-NMi" kind="show" identifier="setGitSSHKeyByURLSegue" id="AP7-FV-2Ow"/>
<segue destination="WgM-cY-mig" kind="show" identifier="setGitSSHKeyByArmorSegue" id="HLm-0q-hUg"/>
2017-01-19 21:15:47 +08:00
</connections>
</tableViewController>
2017-01-22 01:42:36 +08:00
<placeholder placeholderIdentifier="IBFirstResponder" id="7c1-c7-Qyp" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="7K9-cE-9qq" userLabel="Exit" sceneMemberID="exit"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="2499"/>
2017-01-25 18:28:37 +08:00
</scene>
2017-01-22 01:42:36 +08:00
<!--PGP Key-->
<scene sceneID="8Hi-tl-elT">
2017-01-19 21:15:47 +08:00
<objects>
2017-01-22 01:42:36 +08:00
<tableViewController id="3WR-HY-zYj" customClass="PGPKeySettingTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="B51-hW-xc5">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections>
2017-01-22 01:42:36 +08:00
<tableViewSection id="Mfu-PE-VT0">
2017-01-19 21:15:47 +08:00
<cells>
2017-02-14 11:32:37 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="52" id="BYZ-9g-xZy">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="35" width="414" height="52"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-01-22 01:42:36 +08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="BYZ-9g-xZy" id="Zfn-rK-sN1">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="52"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-02-10 22:15:01 +08:00
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Public Key URL" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dWi-eh-7Eq">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="15" y="8" width="391" height="15"/>
2017-01-22 01:42:36 +08:00
<fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
2017-02-10 22:15:01 +08:00
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Public Key URL" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="Rb8-zs-TGa">
<rect key="frame" x="15" y="23" width="391" height="21"/>
2017-01-22 01:42:36 +08:00
<nil key="textColor"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
2017-04-06 00:55:41 +08:00
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="URL" returnKeyType="next"/>
<connections>
<outlet property="delegate" destination="3WR-HY-zYj" id="aCb-Cg-AkX"/>
<outlet property="nextField" destination="cGJ-1g-Ztc" id="Vtz-Qc-ASr"/>
</connections>
2017-01-22 01:42:36 +08:00
</textField>
</subviews>
<constraints>
<constraint firstAttribute="topMargin" secondItem="dWi-eh-7Eq" secondAttribute="top" id="F3U-6L-Igh"/>
<constraint firstItem="dWi-eh-7Eq" firstAttribute="leading" secondItem="Zfn-rK-sN1" secondAttribute="leadingMargin" constant="7" id="Pid-Pf-x4j"/>
<constraint firstItem="Rb8-zs-TGa" firstAttribute="leading" secondItem="dWi-eh-7Eq" secondAttribute="leading" id="Qsy-wU-9pS"/>
2017-02-07 13:07:10 +08:00
<constraint firstAttribute="trailingMargin" secondItem="dWi-eh-7Eq" secondAttribute="trailing" id="XyN-IH-efi"/>
2017-01-22 01:42:36 +08:00
<constraint firstItem="Rb8-zs-TGa" firstAttribute="top" secondItem="dWi-eh-7Eq" secondAttribute="bottom" id="cq2-xy-12a"/>
<constraint firstAttribute="trailingMargin" secondItem="Rb8-zs-TGa" secondAttribute="trailing" id="dRB-Ba-E2u"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
2017-02-14 11:32:37 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="52" id="vpk-J8-j7t">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="87" width="414" height="52"/>
2017-01-22 01:42:36 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-02-10 22:15:01 +08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="vpk-J8-j7t" id="1td-qT-6ts">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="52"/>
2017-02-10 22:15:01 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Private Key URL" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Qht-RC-Yeg">
<rect key="frame" x="15" y="8" width="391" height="15"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Private Key URL" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="cGJ-1g-Ztc">
<rect key="frame" x="15" y="23" width="391" height="21"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
2017-04-06 00:55:41 +08:00
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="URL" returnKeyType="done"/>
<connections>
<outlet property="delegate" destination="3WR-HY-zYj" id="8Sw-7N-eU9"/>
</connections>
2017-02-10 22:15:01 +08:00
</textField>
</subviews>
<constraints>
<constraint firstAttribute="topMargin" secondItem="Qht-RC-Yeg" secondAttribute="top" id="62r-G1-4dm"/>
<constraint firstItem="cGJ-1g-Ztc" firstAttribute="top" secondItem="Qht-RC-Yeg" secondAttribute="bottom" id="EkJ-SV-G4q"/>
<constraint firstAttribute="trailingMargin" secondItem="Qht-RC-Yeg" secondAttribute="trailing" id="G77-HF-QDd"/>
<constraint firstItem="Qht-RC-Yeg" firstAttribute="leading" secondItem="1td-qT-6ts" secondAttribute="leadingMargin" constant="7" id="Idd-V5-IDA"/>
<constraint firstAttribute="trailingMargin" secondItem="cGJ-1g-Ztc" secondAttribute="trailing" id="PCt-qz-Q4p"/>
<constraint firstItem="cGJ-1g-Ztc" firstAttribute="leading" secondItem="Qht-RC-Yeg" secondAttribute="leading" id="wih-Ox-YM5"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
2017-01-19 21:15:47 +08:00
</cells>
</tableViewSection>
</sections>
<connections>
2017-01-22 01:42:36 +08:00
<outlet property="dataSource" destination="3WR-HY-zYj" id="RFP-cF-WkO"/>
<outlet property="delegate" destination="3WR-HY-zYj" id="kqI-mx-f0D"/>
2017-01-19 21:15:47 +08:00
</connections>
</tableView>
2017-01-22 01:42:36 +08:00
<navigationItem key="navigationItem" title="PGP Key" id="eK3-bb-419">
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="LOw-J5-SOn">
2017-01-19 21:15:47 +08:00
<connections>
2017-02-17 13:44:25 +08:00
<segue destination="jjl-Xi-fkn" kind="unwind" unwindAction="cancelPGPKeyWithSegue:" id="Fgp-6V-y1S"/>
2017-01-19 21:15:47 +08:00
</connections>
</barButtonItem>
2017-02-17 13:44:25 +08:00
<barButtonItem key="rightBarButtonItem" systemItem="save" id="TNt-ne-l7W">
2017-01-19 21:15:47 +08:00
<connections>
2017-02-17 14:58:27 +08:00
<action selector="save:" destination="3WR-HY-zYj" id="uLA-oz-lPI"/>
2017-01-19 21:15:47 +08:00
</connections>
</barButtonItem>
</navigationItem>
<connections>
2017-02-10 22:15:01 +08:00
<outlet property="pgpPrivateKeyURLTextField" destination="cGJ-1g-Ztc" id="0K9-93-BKy"/>
<outlet property="pgpPublicKeyURLTextField" destination="Rb8-zs-TGa" id="ERy-Ui-ASZ"/>
2017-02-17 14:58:27 +08:00
<segue destination="jjl-Xi-fkn" kind="unwind" identifier="savePGPKeySegue" unwindAction="savePGPKeyWithSegue:" id="o8Y-fr-TlI"/>
2017-01-19 21:15:47 +08:00
</connections>
</tableViewController>
2017-01-22 01:42:36 +08:00
<placeholder placeholderIdentifier="IBFirstResponder" id="hbx-RC-qg1" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="jjl-Xi-fkn" userLabel="Exit" sceneMemberID="exit"/>
2017-01-19 21:15:47 +08:00
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="3510"/>
2017-01-19 21:15:47 +08:00
</scene>
2017-02-10 22:15:01 +08:00
<!--Add Password-->
<scene sceneID="738-Zk-wRb">
<objects>
<tableViewController id="FgE-RV-izf" customClass="AddPasswordTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="xyq-V7-x1G">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections/>
<connections>
<outlet property="dataSource" destination="FgE-RV-izf" id="Dis-iC-JWi"/>
<outlet property="delegate" destination="FgE-RV-izf" id="DyH-cS-8or"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="Add Password" id="KOg-Gn-Buk">
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="hWX-Dx-Xxi">
<connections>
<segue destination="rRf-7l-IGe" kind="unwind" unwindAction="cancelAddPasswordWithSegue:" id="G4F-ci-BmD"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" systemItem="save" id="FtF-nT-zRJ">
<connections>
2017-02-11 16:12:10 +08:00
<segue destination="rRf-7l-IGe" kind="unwind" identifier="saveAddPasswordSegue" unwindAction="saveAddPasswordWithSegue:" id="eVU-Kz-JU0"/>
2017-02-10 22:15:01 +08:00
</connections>
</barButtonItem>
</navigationItem>
2017-04-08 03:08:12 +08:00
<connections>
2017-04-10 02:15:16 +08:00
<segue destination="lY3-ru-aoM" kind="show" identifier="showQRScannerSegue" id="mPU-tp-J0X"/>
2017-04-08 03:08:12 +08:00
</connections>
2017-02-10 22:15:01 +08:00
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="6R0-BP-wo8" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="rRf-7l-IGe" userLabel="Exit" sceneMemberID="exit"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="-1027"/>
2017-02-10 22:15:01 +08:00
</scene>
2017-04-08 03:08:12 +08:00
<!--Scanner-->
<scene sceneID="AuR-rQ-G3V">
<objects>
2017-04-10 02:15:16 +08:00
<viewController id="A9p-Qb-WmU" customClass="OTPScannerController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
2017-04-08 03:08:12 +08:00
<layoutGuides>
<viewControllerLayoutGuide type="top" id="75M-B3-rK2"/>
<viewControllerLayoutGuide type="bottom" id="eYa-Io-fXF"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="a0T-JY-UcS">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="scanner output" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="lOI-p4-BGb">
<rect key="frame" x="50" y="562" width="314" height="45"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="0.5" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="45" id="bdi-FH-dMP"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
2017-04-10 02:15:16 +08:00
<constraint firstItem="eYa-Io-fXF" firstAttribute="top" secondItem="lOI-p4-BGb" secondAttribute="bottom" constant="80" id="9iK-9H-fuB"/>
2017-04-08 03:08:12 +08:00
<constraint firstItem="lOI-p4-BGb" firstAttribute="leading" secondItem="a0T-JY-UcS" secondAttribute="leadingMargin" constant="30" id="RCL-aq-Ywc"/>
<constraint firstAttribute="trailingMargin" secondItem="lOI-p4-BGb" secondAttribute="trailing" constant="30" id="qNb-4K-GGl"/>
</constraints>
</view>
2017-04-10 02:15:16 +08:00
<navigationItem key="navigationItem" title="Scanner" id="Hlb-5I-bfE">
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="KBZ-N2-OGE">
<connections>
<segue destination="0gD-ix-2NF" kind="unwind" unwindAction="cancelOTPScannerWithSegue:" id="nZe-B6-MNt"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" systemItem="save" id="4kF-IA-Obv">
<connections>
<segue destination="0gD-ix-2NF" kind="unwind" unwindAction="saveScannedOTPWithSegue:" id="CWK-sE-Ic4"/>
</connections>
</barButtonItem>
</navigationItem>
2017-04-08 03:08:12 +08:00
<connections>
<outlet property="scannerOutput" destination="lOI-p4-BGb" id="LZa-eC-1Lc"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="rqh-SR-bIq" userLabel="First Responder" sceneMemberID="firstResponder"/>
2017-04-10 02:15:16 +08:00
<exit id="0gD-ix-2NF" userLabel="Exit" sceneMemberID="exit"/>
2017-04-08 03:08:12 +08:00
</objects>
2017-04-10 02:15:16 +08:00
<point key="canvasLocation" x="7994.202898550725" y="-1008.4239130434784"/>
2017-04-08 03:08:12 +08:00
</scene>
2017-04-07 01:59:03 +08:00
<!--Password Detail Table View Controller-->
2017-02-02 21:04:31 +08:00
<scene sceneID="9wY-d0-fB1">
2017-01-19 21:15:47 +08:00
<objects>
2017-04-07 01:59:03 +08:00
<tableViewController id="tW4-E9-CGv" customClass="PasswordDetailTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
2017-03-31 22:44:30 -07:00
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="hfi-6O-04U">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
2017-01-19 21:15:47 +08:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2017-02-02 21:04:31 +08:00
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections/>
<connections>
<outlet property="dataSource" destination="tW4-E9-CGv" id="5QL-0S-PR1"/>
<outlet property="delegate" destination="tW4-E9-CGv" id="7PQ-0M-SCC"/>
</connections>
</tableView>
2017-02-13 01:15:42 +08:00
<connections>
<segue destination="eui-w4-P7T" kind="show" identifier="editPasswordSegue" id="Ydg-pZ-oNS"/>
2017-03-31 22:44:30 -07:00
<segue destination="kNf-lG-BeC" kind="presentation" identifier="showRawPasswordSegue" modalTransitionStyle="flipHorizontal" id="qpR-3X-eyt"/>
2017-02-13 01:15:42 +08:00
</connections>
2017-02-02 21:04:31 +08:00
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="9sC-44-OKL" userLabel="First Responder" sceneMemberID="firstResponder"/>
2017-01-19 21:15:47 +08:00
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="3845" y="152"/>
2017-01-19 21:15:47 +08:00
</scene>
2017-02-12 11:44:56 +08:00
<!--Passwords-->
2017-01-19 21:15:47 +08:00
<scene sceneID="ACd-rk-Zf3">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="5ZN-vm-3gw" sceneMemberID="viewController">
2017-02-12 11:44:56 +08:00
<tabBarItem key="tabBarItem" title="Passwords" image="Lock" selectedImage="Lock" id="gNg-YT-cGW"/>
2017-01-19 21:15:47 +08:00
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="DUk-ZD-z4m">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
2017-02-10 15:32:01 +08:00
<segue destination="cwm-DY-Eli" kind="relationship" relationship="rootViewController" id="eSw-Hb-O48"/>
2017-01-19 21:15:47 +08:00
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="25X-hm-lLo" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="1451" y="152"/>
2017-01-19 21:15:47 +08:00
</scene>
<!--Tab Bar Controller-->
<scene sceneID="QAo-AP-q8o">
<objects>
<tabBarController automaticallyAdjustsScrollViewInsets="NO" id="YoR-iB-XAd" sceneMemberID="viewController">
<toolbarItems/>
<tabBar key="tabBar" contentMode="scaleToFill" id="5J0-mT-bks">
<rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
<autoresizingMask key="autoresizingMask"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tabBar>
<connections>
<segue destination="5ZN-vm-3gw" kind="relationship" relationship="viewControllers" id="VZu-vG-Fum"/>
2017-01-22 01:42:36 +08:00
<segue destination="ZmJ-0Z-N04" kind="relationship" relationship="viewControllers" id="6Yh-qG-26e"/>
2017-01-19 21:15:47 +08:00
</connections>
</tabBarController>
<placeholder placeholderIdentifier="IBFirstResponder" id="h18-hY-pkk" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-01-28 00:21:17 +08:00
<point key="canvasLocation" x="443" y="2096"/>
2017-01-22 01:42:36 +08:00
</scene>
2017-02-07 21:58:06 +08:00
<!--Settings-->
2017-01-22 01:42:36 +08:00
<scene sceneID="sdr-gl-b19">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="ZmJ-0Z-N04" sceneMemberID="viewController">
2017-02-07 21:58:06 +08:00
<tabBarItem key="tabBarItem" title="Settings" image="Settings" selectedImage="Settings" id="6Xa-be-Z8g"/>
2017-01-22 01:42:36 +08:00
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="wWs-15-HDi">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="h1X-0d-XeE" kind="relationship" relationship="rootViewController" id="uOn-pO-uOP"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="RRZ-ZB-th2" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-02-09 21:45:31 +08:00
<point key="canvasLocation" x="1451" y="3510"/>
2017-01-19 21:15:47 +08:00
</scene>
2017-04-07 01:59:03 +08:00
<!--Edit Password-->
2017-02-13 01:15:42 +08:00
<scene sceneID="NhX-bh-UBe">
<objects>
<tableViewController id="2RE-j0-dBT" customClass="EditPasswordTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="wRM-8V-raT">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections/>
<connections>
<outlet property="dataSource" destination="2RE-j0-dBT" id="SPm-AZ-299"/>
<outlet property="delegate" destination="2RE-j0-dBT" id="cRC-pf-iA4"/>
</connections>
</tableView>
2017-04-07 01:59:03 +08:00
<navigationItem key="navigationItem" title="Edit Password" id="Hj9-Iq-kId">
2017-02-13 01:15:42 +08:00
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="5zc-lC-5AP">
<connections>
<segue destination="HB6-Yu-Y3J" kind="unwind" unwindAction="cancelEditPasswordWithSegue:" id="B5h-gu-WUv"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" systemItem="save" id="4l7-58-u8N">
<connections>
<segue destination="HB6-Yu-Y3J" kind="unwind" identifier="saveEditPasswordSegue" unwindAction="saveEditPasswordWithSegue:" id="1sb-Aa-Qdy"/>
</connections>
</barButtonItem>
</navigationItem>
2017-03-21 13:16:25 -07:00
<connections>
<segue destination="HB6-Yu-Y3J" kind="unwind" identifier="deletePasswordSegue" unwindAction="deletePasswordWithSegue:" id="L1Z-64-EZh"/>
2017-04-10 02:15:16 +08:00
<segue destination="lY3-ru-aoM" kind="show" identifier="showQRScannerSegue" id="Cpl-XA-cZ9"/>
2017-03-21 13:16:25 -07:00
</connections>
2017-02-13 01:15:42 +08:00
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="HlX-6r-eOU" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="HB6-Yu-Y3J" userLabel="Exit" sceneMemberID="exit"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="6083" y="-224"/>
2017-02-13 01:15:42 +08:00
</scene>
2017-04-07 01:59:03 +08:00
<!--Raw Password-->
2017-03-31 22:44:30 -07:00
<scene sceneID="Oqg-Vh-EYD">
<objects>
2017-04-07 01:59:03 +08:00
<viewController title="Raw Password" id="mlB-OK-hLo" customClass="RawPasswordViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
2017-03-31 22:44:30 -07:00
<layoutGuides>
<viewControllerLayoutGuide type="top" id="XeK-cv-AXf"/>
<viewControllerLayoutGuide type="bottom" id="7JD-uM-IyS"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="5YZ-6i-LST">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
2017-04-07 17:21:48 -07:00
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" editable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3dt-Ph-4As">
<rect key="frame" x="20" y="10" width="374" height="726"/>
2017-03-31 22:44:30 -07:00
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
2017-04-07 17:21:48 -07:00
<string key="text">K7PBbkoaJf6mLyVX3EBU
username: passforios-demo@email.com
URL: https://www.amazon.com
Secret Question 1: What is your childhood best friend's most bizarre superhero fantasy? Oh god, Amazon, it's too awful to say...
Phone Support PIN #: 84719</string>
2017-03-31 22:44:30 -07:00
<fontDescription key="fontDescription" name="Courier" family="Courier" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
2017-04-01 09:05:09 -07:00
<constraint firstAttribute="trailingMargin" secondItem="3dt-Ph-4As" secondAttribute="trailing" id="2IV-7r-9eG"/>
<constraint firstItem="7JD-uM-IyS" firstAttribute="top" secondItem="3dt-Ph-4As" secondAttribute="bottom" id="3yp-aL-exH"/>
2017-04-07 17:21:48 -07:00
<constraint firstItem="3dt-Ph-4As" firstAttribute="top" secondItem="XeK-cv-AXf" secondAttribute="bottom" constant="-54" id="5y9-J3-Luj"/>
2017-04-01 09:05:09 -07:00
<constraint firstAttribute="leadingMargin" secondItem="3dt-Ph-4As" secondAttribute="leading" id="jgf-j1-lNa"/>
2017-03-31 22:44:30 -07:00
</constraints>
</view>
2017-04-07 01:59:03 +08:00
<navigationItem key="navigationItem" title="Raw Password" id="c13-zM-tLf">
2017-03-31 22:44:30 -07:00
<barButtonItem key="leftBarButtonItem" title="Back" id="9yM-Mg-Cg8">
<connections>
<segue destination="pNY-ul-yzB" kind="unwind" unwindAction="backWithSegue:" id="SzI-Au-9rJ"/>
</connections>
</barButtonItem>
</navigationItem>
<connections>
<outlet property="rawPasswordTextView" destination="3dt-Ph-4As" id="SVL-F8-5yD"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="zgb-Ji-ZBp" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="pNY-ul-yzB" userLabel="Exit" sceneMemberID="exit"/>
</objects>
2017-04-07 17:21:48 -07:00
<point key="canvasLocation" x="6082.608695652174" y="632.60869565217399"/>
2017-03-31 22:44:30 -07:00
</scene>
2017-04-06 22:44:44 +08:00
<!--About Repository-->
2017-02-09 22:13:31 +08:00
<scene sceneID="u1v-BP-jaG">
<objects>
<tableViewController id="RcF-UZ-Tde" customClass="AboutRepositoryTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="N9j-TZ-iRz">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections/>
<connections>
<outlet property="dataSource" destination="RcF-UZ-Tde" id="6CM-db-c3d"/>
<outlet property="delegate" destination="RcF-UZ-Tde" id="cb8-q4-IKM"/>
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="About Repository" id="cjL-hB-P6y">
<barButtonItem key="backBarButtonItem" title="About" id="HhH-eq-XdK"/>
</navigationItem>
2017-02-28 17:10:27 +08:00
<connections>
<segue destination="Tou-Dd-HI3" kind="show" identifier="showCommitLogsSegue" id="QDu-eG-DiD"/>
</connections>
2017-02-09 22:13:31 +08:00
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="2jy-oC-WQa" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="1496"/>
2017-02-09 22:13:31 +08:00
</scene>
2017-01-19 21:15:47 +08:00
<!--Navigation Controller-->
2017-01-22 01:42:36 +08:00
<scene sceneID="yn4-1A-RA2">
2017-01-19 21:15:47 +08:00
<objects>
2017-01-22 01:42:36 +08:00
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="K0b-qZ-UOk" sceneMemberID="viewController">
2017-01-19 21:15:47 +08:00
<toolbarItems/>
2017-01-22 01:42:36 +08:00
<navigationBar key="navigationBar" contentMode="scaleToFill" id="Ber-5V-jaE">
2017-01-19 21:15:47 +08:00
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
2017-01-22 01:42:36 +08:00
<segue destination="ynQ-64-MfA" kind="relationship" relationship="rootViewController" id="NgW-Jg-n2e"/>
2017-01-19 21:15:47 +08:00
</connections>
</navigationController>
2017-01-22 01:42:36 +08:00
<placeholder placeholderIdentifier="IBFirstResponder" id="kr5-iH-doj" userLabel="First Responder" sceneMemberID="firstResponder"/>
2017-01-19 21:15:47 +08:00
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="3845" y="2499"/>
2017-01-19 21:15:47 +08:00
</scene>
2017-04-06 22:44:44 +08:00
<!--SSH Key-->
2017-01-28 00:21:17 +08:00
<scene sceneID="7pC-mh-aE6">
<objects>
<tableViewController id="hqC-Ic-NMi" customClass="SSHKeySettingTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
2017-02-06 13:28:39 +08:00
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="WOg-sB-X94">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
2017-01-28 00:21:17 +08:00
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections>
<tableViewSection id="7c6-yg-Aab">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="publicKeyURLTableViewCell" rowHeight="52" id="Jy1-4S-Lvf">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="35" width="414" height="52"/>
2017-01-28 00:21:17 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Jy1-4S-Lvf" id="tJE-ww-okf">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="52"/>
2017-01-28 00:21:17 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Public Key URL" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Oys-xP-ZrB">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="15" y="8" width="391" height="15"/>
2017-01-28 00:21:17 +08:00
<fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
2017-02-03 14:20:19 +08:00
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Public Key URL" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="Q1j-Z4-Ae8">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="15" y="23" width="391" height="21"/>
2017-01-28 00:21:17 +08:00
<nil key="textColor"/>
2017-02-21 17:37:04 +08:00
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-04-06 00:55:41 +08:00
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="URL" returnKeyType="next"/>
<connections>
<outlet property="delegate" destination="hqC-Ic-NMi" id="grO-WT-wLU"/>
<outlet property="nextField" destination="4iJ-oB-R1f" id="4oy-bE-Mh5"/>
</connections>
2017-01-28 00:21:17 +08:00
</textField>
</subviews>
<constraints>
<constraint firstItem="Q1j-Z4-Ae8" firstAttribute="leading" secondItem="Oys-xP-ZrB" secondAttribute="leading" id="1dT-YN-mgp"/>
<constraint firstItem="Q1j-Z4-Ae8" firstAttribute="top" secondItem="Oys-xP-ZrB" secondAttribute="bottom" id="28u-dV-vgj"/>
2017-02-07 13:07:10 +08:00
<constraint firstAttribute="trailingMargin" secondItem="Oys-xP-ZrB" secondAttribute="trailing" id="EAa-jy-gKh"/>
2017-01-28 00:21:17 +08:00
<constraint firstItem="Oys-xP-ZrB" firstAttribute="leading" secondItem="tJE-ww-okf" secondAttribute="leadingMargin" constant="7" id="Ivp-CN-Uv6"/>
<constraint firstAttribute="topMargin" secondItem="Oys-xP-ZrB" secondAttribute="top" id="auJ-Xy-l2r"/>
<constraint firstAttribute="trailingMargin" secondItem="Q1j-Z4-Ae8" secondAttribute="trailing" id="dHQ-mx-Xuw"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="privateKeyURLTableViewCell" rowHeight="52" id="MA5-lE-8dT">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="0.0" y="87" width="414" height="52"/>
2017-01-28 00:21:17 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="MA5-lE-8dT" id="pTv-Wj-psC">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="52"/>
2017-01-28 00:21:17 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Private Key URL" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C2w-dd-roS">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="15" y="8" width="391" height="15"/>
2017-01-28 00:21:17 +08:00
<fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
2017-02-03 14:20:19 +08:00
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Private Key URL" textAlignment="natural" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="4iJ-oB-R1f">
2017-02-07 14:03:19 +08:00
<rect key="frame" x="15" y="23" width="391" height="21"/>
2017-01-28 00:21:17 +08:00
<nil key="textColor"/>
2017-02-21 17:37:04 +08:00
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-04-06 00:55:41 +08:00
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="URL" returnKeyType="done"/>
<connections>
<outlet property="delegate" destination="hqC-Ic-NMi" id="3Ba-sx-hIw"/>
</connections>
2017-01-28 00:21:17 +08:00
</textField>
</subviews>
<constraints>
<constraint firstItem="C2w-dd-roS" firstAttribute="leading" secondItem="pTv-Wj-psC" secondAttribute="leadingMargin" constant="7" id="C1e-j0-zFo"/>
<constraint firstItem="4iJ-oB-R1f" firstAttribute="top" secondItem="C2w-dd-roS" secondAttribute="bottom" id="FJy-d5-eSH"/>
<constraint firstAttribute="topMargin" secondItem="C2w-dd-roS" secondAttribute="top" id="Rwr-ik-9Dx"/>
2017-02-07 13:07:10 +08:00
<constraint firstAttribute="trailingMargin" secondItem="C2w-dd-roS" secondAttribute="trailing" id="YM6-8D-7rq"/>
2017-01-28 00:21:17 +08:00
<constraint firstItem="4iJ-oB-R1f" firstAttribute="leading" secondItem="C2w-dd-roS" secondAttribute="leading" id="q5R-3Z-Bic"/>
<constraint firstAttribute="trailingMargin" secondItem="4iJ-oB-R1f" secondAttribute="trailing" id="twj-Nr-eQx"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
</sections>
<connections>
<outlet property="dataSource" destination="hqC-Ic-NMi" id="iK6-sK-EIr"/>
<outlet property="delegate" destination="hqC-Ic-NMi" id="Fnt-6U-JPp"/>
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="SSH Key" id="DrT-Wk-L5K">
2017-04-06 11:14:01 -07:00
<barButtonItem key="rightBarButtonItem" systemItem="done" id="DEb-eH-FHf">
2017-04-06 22:44:44 +08:00
<connections>
<action selector="doneButtonTapped:" destination="hqC-Ic-NMi" id="gIV-JX-4hk"/>
</connections>
</barButtonItem>
</navigationItem>
2017-01-28 00:21:17 +08:00
<connections>
<outlet property="privateKeyURLTextField" destination="4iJ-oB-R1f" id="scx-lz-dUW"/>
<outlet property="publicKeyURLTextField" destination="Q1j-Z4-Ae8" id="nfA-W3-kJ2"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="eY3-aM-BJB" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="6083" y="2187"/>
2017-02-09 21:45:31 +08:00
</scene>
2017-04-06 22:44:44 +08:00
<!--General-->
2017-02-09 21:45:31 +08:00
<scene sceneID="fho-xr-1Ah">
<objects>
<tableViewController id="ljx-el-KZL" customClass="GeneralSettingsTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="G4A-0X-Zjh">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections/>
<connections>
<outlet property="dataSource" destination="ljx-el-KZL" id="Hkh-wI-19b"/>
<outlet property="delegate" destination="ljx-el-KZL" id="suq-rR-a60"/>
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="General" id="aAM-Iw-iBA"/>
2017-02-09 22:13:31 +08:00
<connections>
<segue destination="RcF-UZ-Tde" kind="show" identifier="showAboutRepositorySegue" id="X49-Em-78M"/>
</connections>
2017-02-09 21:45:31 +08:00
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="j75-mg-v75" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="3845" y="1496"/>
2017-01-28 00:21:17 +08:00
</scene>
2017-01-19 21:15:47 +08:00
<!--Navigation Controller-->
2017-01-22 01:42:36 +08:00
<scene sceneID="GfH-IU-wIW">
2017-01-19 21:15:47 +08:00
<objects>
2017-01-22 01:42:36 +08:00
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="ZUt-x1-TJu" sceneMemberID="viewController">
2017-01-19 21:15:47 +08:00
<toolbarItems/>
2017-01-22 01:42:36 +08:00
<navigationBar key="navigationBar" contentMode="scaleToFill" id="Jq6-Yd-xYR">
2017-01-19 21:15:47 +08:00
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
2017-01-22 01:42:36 +08:00
<segue destination="3WR-HY-zYj" kind="relationship" relationship="rootViewController" id="eSZ-oh-IHf"/>
2017-01-19 21:15:47 +08:00
</connections>
</navigationController>
2017-01-22 01:42:36 +08:00
<placeholder placeholderIdentifier="IBFirstResponder" id="bVY-G2-9Ud" userLabel="First Responder" sceneMemberID="firstResponder"/>
2017-01-19 21:15:47 +08:00
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="3845" y="3510"/>
2017-01-19 21:15:47 +08:00
</scene>
2017-04-06 22:44:44 +08:00
<!--Advanced-->
2017-02-07 16:45:14 +08:00
<scene sceneID="ipZ-fd-H8e">
<objects>
<tableViewController id="Rqu-AW-ZNQ" customClass="AdvancedSettingsTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="HJS-4B-x1b">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections>
<tableViewSection id="ugP-R2-9M7">
<cells>
2017-03-08 21:52:07 -08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" textLabel="Jwg-mt-woS" style="IBUITableViewCellStyleDefault" id="tHt-Ro-0HF" userLabel="Discard Changes Table View Cell">
2017-02-07 16:45:14 +08:00
<rect key="frame" x="0.0" y="35" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
2017-03-08 21:52:07 -08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="tHt-Ro-0HF" id="Epj-ei-NtS">
2017-03-11 00:10:56 -08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="43.666666666666664"/>
2017-02-07 16:45:14 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-03-23 19:38:43 -07:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Encrypt in ASCII-Armored" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Jwg-mt-woS">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="0.0" width="384" height="43.666666666666664"/>
2017-03-23 19:38:43 -07:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection id="aVR-FE-jMg">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" textLabel="zrl-v3-fxg" style="IBUITableViewCellStyleDefault" id="Jm8-B5-wKx" userLabel="Discard Changes Table View Cell">
<rect key="frame" x="0.0" y="115" width="414" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Jm8-B5-wKx" id="tjS-Q6-y2M">
<rect key="frame" x="0.0" y="0.0" width="414" height="43.666666666666664"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Discard All Local Changes" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="zrl-v3-fxg">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="0.0" width="384" height="43.666666666666664"/>
2017-02-07 16:45:14 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2017-02-08 20:06:38 +08:00
<color key="textColor" red="0.50196081400000003" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
2017-02-07 16:45:14 +08:00
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
2017-03-08 21:52:07 -08:00
</cells>
</tableViewSection>
<tableViewSection id="ujw-Wl-vs1">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" textLabel="K2K-Bx-g7Z" style="IBUITableViewCellStyleDefault" id="NI1-Kd-hyH">
2017-03-23 19:38:43 -07:00
<rect key="frame" x="0.0" y="195" width="414" height="44"/>
2017-03-04 01:15:28 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-03-08 21:52:07 -08:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="NI1-Kd-hyH" id="yLe-T2-TWF">
2017-03-11 00:10:56 -08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="43.666666666666664"/>
2017-03-04 01:15:28 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-03-08 21:52:07 -08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="Erase All Password Store Data" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="K2K-Bx-g7Z">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="0.0" width="384" height="43.666666666666664"/>
2017-03-04 01:15:28 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.50196081400000003" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
2017-02-07 16:45:14 +08:00
</cells>
</tableViewSection>
</sections>
<connections>
<outlet property="dataSource" destination="Rqu-AW-ZNQ" id="nMf-E9-ekz"/>
<outlet property="delegate" destination="Rqu-AW-ZNQ" id="FIc-7F-8PL"/>
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="Advanced" id="tc7-wf-hG7"/>
2017-02-07 16:45:14 +08:00
<connections>
2017-03-23 19:38:43 -07:00
<outlet property="discardChangesTableViewCell" destination="Jm8-B5-wKx" id="rfA-G3-2OE"/>
<outlet property="encryptInASCIIArmoredTableViewCell" destination="tHt-Ro-0HF" id="tOi-Sj-mLJ"/>
2017-02-07 16:45:14 +08:00
<outlet property="eraseDataTableViewCell" destination="NI1-Kd-hyH" id="NtJ-f4-oxb"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="adh-5o-YYB" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="3845" y="5332"/>
2017-02-07 16:45:14 +08:00
</scene>
2017-04-06 22:44:44 +08:00
<!--About-->
2017-02-09 01:41:17 +08:00
<scene sceneID="f2e-C6-oxy">
2017-02-08 21:20:55 +08:00
<objects>
2017-02-09 01:41:17 +08:00
<tableViewController id="ZcQ-fs-QEW" customClass="AboutTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="lgX-PP-fpo">
2017-02-08 21:20:55 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
2017-02-09 01:41:17 +08:00
<sections/>
<connections>
<outlet property="dataSource" destination="ZcQ-fs-QEW" id="P1E-c6-ZLb"/>
<outlet property="delegate" destination="ZcQ-fs-QEW" id="GET-cd-P5Q"/>
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="About" id="Pel-JD-Z5x"/>
2017-02-09 01:41:17 +08:00
<connections>
<segue destination="yb5-mG-DI8" kind="show" identifier="showOpenSourceComponentsSegue" id="1lz-OC-pgC"/>
<segue destination="NEk-KW-Ogp" kind="show" identifier="showSpecialThanksSegue" id="nzG-Je-gqo"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="FCD-7i-hMu" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="3845" y="6500"/>
2017-02-09 01:41:17 +08:00
</scene>
2017-04-06 22:44:44 +08:00
<!--Open Source Components-->
2017-02-09 01:41:17 +08:00
<scene sceneID="UFV-eK-lKM">
<objects>
<tableViewController id="yb5-mG-DI8" customClass="OpenSourceComponentsTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="cOA-yg-82R">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections/>
<connections>
<outlet property="dataSource" destination="yb5-mG-DI8" id="F7k-27-4pE"/>
<outlet property="delegate" destination="yb5-mG-DI8" id="3cg-Q8-PH5"/>
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="Open Source Components" id="duN-f7-Rak"/>
2017-02-09 01:41:17 +08:00
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="AWL-FF-UWb" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="6188"/>
2017-02-09 01:41:17 +08:00
</scene>
2017-04-06 22:44:44 +08:00
<!--Special Thanks-->
2017-02-09 01:41:17 +08:00
<scene sceneID="FNS-LJ-tzc">
<objects>
<tableViewController id="NEk-KW-Ogp" customClass="SpecialThanksTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="uG9-rr-A6j">
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections/>
2017-02-08 21:20:55 +08:00
<connections>
2017-02-09 01:41:17 +08:00
<outlet property="dataSource" destination="NEk-KW-Ogp" id="rvE-X4-Y5A"/>
<outlet property="delegate" destination="NEk-KW-Ogp" id="t0u-jo-vLh"/>
2017-02-08 21:20:55 +08:00
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="Special Thanks" id="oKe-r8-1EF"/>
2017-02-08 21:20:55 +08:00
</tableViewController>
2017-02-09 01:41:17 +08:00
<placeholder placeholderIdentifier="IBFirstResponder" id="Z6I-8E-8pB" userLabel="First Responder" sceneMemberID="firstResponder"/>
2017-02-08 21:20:55 +08:00
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="7022"/>
2017-02-08 21:20:55 +08:00
</scene>
2017-02-10 22:15:01 +08:00
<!--Navigation Controller-->
<scene sceneID="zfZ-pX-bff">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="fyR-Cj-h6o" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="jtR-Sj-1XE">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="FgE-RV-izf" kind="relationship" relationship="rootViewController" id="yEo-bX-uA0"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Zq0-iH-LGe" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="3845" y="-1027"/>
2017-02-13 01:15:42 +08:00
</scene>
<!--Navigation Controller-->
<scene sceneID="zp3-R2-7dZ">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="eui-w4-P7T" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="AuM-kc-jXp">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="2RE-j0-dBT" kind="relationship" relationship="rootViewController" id="dZk-bD-gYZ"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="llB-WG-h5s" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="-224"/>
2017-02-10 22:15:01 +08:00
</scene>
2017-02-17 13:44:25 +08:00
<!--PGP Key-->
<scene sceneID="Jmv-A6-Wr1">
<objects>
<tableViewController id="1gA-jh-frD" customClass="PGPKeyArmorSettingTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
2017-04-06 23:42:21 +08:00
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="1" sectionFooterHeight="1" id="WYj-Sf-Cyc">
2017-02-17 13:44:25 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections>
2017-02-17 14:58:27 +08:00
<tableViewSection id="hfl-ky-QVG">
2017-02-17 13:44:25 +08:00
<cells>
2017-04-06 23:42:21 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" textLabel="M32-yr-IfE" detailTextLabel="sMx-qd-MTJ" rowHeight="170" style="IBUITableViewCellStyleSubtitle" id="Pv0-ev-stj">
2017-02-20 11:48:10 +08:00
<rect key="frame" x="0.0" y="35" width="414" height="170"/>
2017-02-17 13:44:25 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Pv0-ev-stj" id="ywz-II-W1g">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="169.66666666666666"/>
2017-02-17 13:44:25 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-04-06 23:42:21 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="ASCII-Armor Keys" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="M32-yr-IfE">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15.000000000000007" y="17" width="121.66666666666667" height="17"/>
2017-04-06 23:42:21 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Bold" family="Helvetica Neue" pointSize="14"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" usesAttributedText="YES" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="sMx-qd-MTJ">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="34" width="384" height="119"/>
2017-04-06 23:42:21 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-02-17 14:58:27 +08:00
<attributedString key="attributedText">
<fragment>
2017-04-04 00:03:21 +08:00
<string key="content">GnuPG supports a command-line option --armor that that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format.
2017-02-17 14:58:27 +08:00
</string>
<attributes>
2017-04-06 23:42:21 +08:00
<color key="NSColor" red="0.29804000000000003" green="0.29804000000000003" blue="0.29804000000000003" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
<font key="NSFont" size="13" name="HelveticaNeue"/>
2017-04-07 00:36:34 +08:00
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO"/>
2017-02-17 14:58:27 +08:00
</attributes>
</fragment>
<fragment>
<string key="content"> $ gpg --export -a KEY_ID
$ gpg --export-secret-keys -a KEY_ID</string>
<attributes>
2017-04-06 23:42:21 +08:00
<color key="NSColor" red="0.29804000000000003" green="0.29804000000000003" blue="0.29804000000000003" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
<font key="NSFont" size="12" name="Menlo-Regular"/>
2017-04-07 00:36:34 +08:00
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO"/>
2017-04-06 23:42:21 +08:00
</attributes>
</fragment>
<fragment>
<string key="content" base64-UTF8="YES">
Cgo
</string>
<attributes>
<color key="NSColor" white="0.40782000000000002" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2017-02-17 14:58:27 +08:00
<font key="NSFont" size="13" name="Menlo-Regular"/>
2017-04-07 00:36:34 +08:00
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO"/>
2017-04-06 23:42:21 +08:00
</attributes>
</fragment>
<fragment content="Copied keys will be cleared in 10s after pasting.">
<attributes>
<color key="NSColor" white="0.40782000000000002" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<font key="NSFont" size="13" name="HelveticaNeue"/>
2017-04-07 00:36:34 +08:00
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO"/>
2017-02-17 14:58:27 +08:00
</attributes>
</fragment>
</attributedString>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection headerTitle="ASCII-Armor Encrypted Public Key" id="MZz-mp-v5N">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="Lom-iT-l16">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="0.0" y="244" width="414" height="160"/>
2017-02-17 14:58:27 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Lom-iT-l16" id="eya-Tv-r0q">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="160"/>
2017-02-17 14:58:27 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="oyB-oI-1fS">
<rect key="frame" x="15" y="8" width="391" height="143.66666666666666"/>
2017-02-17 13:44:25 +08:00
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" name="Menlo-Regular" family="Menlo" pointSize="8.5"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
2017-04-08 23:51:43 +08:00
<connections>
<outlet property="delegate" destination="1gA-jh-frD" id="gVo-FA-axH"/>
</connections>
2017-02-17 13:44:25 +08:00
</textView>
</subviews>
<constraints>
2017-02-17 14:58:27 +08:00
<constraint firstItem="oyB-oI-1fS" firstAttribute="top" secondItem="eya-Tv-r0q" secondAttribute="topMargin" id="ELS-uc-vz4"/>
<constraint firstAttribute="bottomMargin" secondItem="oyB-oI-1fS" secondAttribute="bottom" id="IlT-Xa-Uld"/>
<constraint firstAttribute="trailingMargin" secondItem="oyB-oI-1fS" secondAttribute="trailing" id="TtK-Hk-Vib"/>
<constraint firstItem="oyB-oI-1fS" firstAttribute="leading" secondItem="eya-Tv-r0q" secondAttribute="leadingMargin" constant="7" id="ZFu-w9-Lf8"/>
2017-02-17 13:44:25 +08:00
</constraints>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
2017-04-06 23:42:21 +08:00
<tableViewSection headerTitle="ASCII-ARMOR ENCRYPTED PRIVATE KEY" id="0RP-Jn-j5G">
2017-02-17 13:44:25 +08:00
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="J8U-ev-FRQ">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="0.0" y="443" width="414" height="160"/>
2017-02-17 13:44:25 +08:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="J8U-ev-FRQ" id="eb0-vb-Fcc">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="160"/>
2017-02-17 13:44:25 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="lrQ-Ln-ZOv">
2017-04-04 00:03:21 +08:00
<rect key="frame" x="15" y="8" width="391" height="143.66666666666666"/>
2017-02-17 13:44:25 +08:00
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" name="Menlo-Regular" family="Menlo" pointSize="8.5"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
2017-04-08 23:51:43 +08:00
<connections>
<outlet property="delegate" destination="1gA-jh-frD" id="pgH-i6-eA1"/>
</connections>
2017-02-17 13:44:25 +08:00
</textView>
</subviews>
<constraints>
<constraint firstItem="lrQ-Ln-ZOv" firstAttribute="leading" secondItem="eb0-vb-Fcc" secondAttribute="leadingMargin" constant="7" id="B42-iG-JJ5"/>
<constraint firstItem="lrQ-Ln-ZOv" firstAttribute="top" secondItem="eb0-vb-Fcc" secondAttribute="topMargin" id="GHY-G5-9Mu"/>
<constraint firstAttribute="bottomMargin" secondItem="lrQ-Ln-ZOv" secondAttribute="bottom" id="kCz-hJ-0lG"/>
<constraint firstAttribute="trailingMargin" secondItem="lrQ-Ln-ZOv" secondAttribute="trailing" id="qaV-Ii-g6w"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
</sections>
<connections>
<outlet property="dataSource" destination="1gA-jh-frD" id="Wag-ze-s15"/>
<outlet property="delegate" destination="1gA-jh-frD" id="jKb-Ie-lOh"/>
</connections>
</tableView>
<navigationItem key="navigationItem" title="PGP Key" id="V4w-cf-d9g">
<barButtonItem key="leftBarButtonItem" systemItem="cancel" id="TCQ-S8-kCi">
<connections>
<segue destination="Ul9-vk-jhw" kind="unwind" unwindAction="cancelPGPKeyWithSegue:" id="JRZ-Sx-ovq"/>
</connections>
</barButtonItem>
<barButtonItem key="rightBarButtonItem" systemItem="save" id="lVZ-mz-KGt">
<connections>
2017-02-17 14:58:27 +08:00
<action selector="save:" destination="1gA-jh-frD" id="dfU-DP-Eth"/>
2017-02-17 13:44:25 +08:00
</connections>
</barButtonItem>
</navigationItem>
<connections>
<outlet property="armorPrivateKeyTextView" destination="lrQ-Ln-ZOv" id="13E-xA-FHB"/>
2017-02-17 14:58:27 +08:00
<outlet property="armorPublicKeyTextView" destination="oyB-oI-1fS" id="pX6-9c-Z78"/>
<segue destination="Ul9-vk-jhw" kind="unwind" identifier="savePGPKeySegue" unwindAction="savePGPKeyWithSegue:" id="Eof-7g-AlY"/>
2017-02-17 13:44:25 +08:00
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="2Wn-7D-LLj" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="Ul9-vk-jhw" userLabel="Exit" sceneMemberID="exit"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="4304"/>
2017-02-17 13:44:25 +08:00
</scene>
<!--Navigation Controller-->
<scene sceneID="m18-ch-m92">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="ffY-rC-jhq" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="q2R-ll-U4r">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="1gA-jh-frD" kind="relationship" relationship="rootViewController" id="4dO-32-kai"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="511-eg-7fa" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="3845" y="4304"/>
2017-02-17 13:44:25 +08:00
</scene>
2017-03-31 22:44:30 -07:00
<!--Navigation Controller-->
<scene sceneID="Ps2-MC-JQX">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="kNf-lG-BeC" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="Dx6-8j-IzX">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="mlB-OK-hLo" kind="relationship" relationship="rootViewController" id="wp3-xi-lwY"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="ycf-Zv-ej8" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="4954" y="633"/>
2017-03-31 22:44:30 -07:00
</scene>
2017-04-06 22:44:44 +08:00
<!--SSH Key-->
2017-04-02 11:21:24 -07:00
<scene sceneID="zWR-BT-dXv">
<objects>
<tableViewController id="WgM-cY-mig" customClass="GitSSHKeyArmorSettingTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController">
2017-04-06 23:42:21 +08:00
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="1" id="e2Q-qC-LUk">
2017-04-02 11:21:24 -07:00
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
<sections>
<tableViewSection id="HgL-ju-8xi">
<cells>
2017-04-06 23:42:21 +08:00
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="11" reuseIdentifier="pgpKeyURLTableViewCell" textLabel="i78-t7-fP9" detailTextLabel="Oit-sd-wa5" rowHeight="170" style="IBUITableViewCellStyleSubtitle" id="EMz-nP-2Om">
2017-04-02 11:21:24 -07:00
<rect key="frame" x="0.0" y="35" width="414" height="170"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="EMz-nP-2Om" id="XW5-mL-PRC">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="169.66666666666666"/>
2017-04-02 11:21:24 -07:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2017-04-06 23:42:21 +08:00
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="ASCII-Armor Keys" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="i78-t7-fP9">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15.000000000000007" y="37" width="121.66666666666667" height="17"/>
2017-04-06 23:42:21 +08:00
<autoresizingMask key="autoresizingMask"/>
<fontDescription key="fontDescription" name="HelveticaNeue-Bold" family="Helvetica Neue" pointSize="14"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" multipleTouchEnabled="YES" contentMode="left" usesAttributedText="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="Oit-sd-wa5">
2017-04-10 02:15:16 +08:00
<rect key="frame" x="15" y="53.999999999999993" width="344" height="79.333333333333329"/>
2017-04-06 23:42:21 +08:00
<autoresizingMask key="autoresizingMask"/>
2017-04-02 11:21:24 -07:00
<attributedString key="attributedText">
<fragment>
2017-04-04 00:03:21 +08:00
<string key="content">The ASCII-armored key format is similar to unencoded documents rather than the binary format.
2017-04-02 11:21:24 -07:00
</string>
<attributes>
2017-04-06 23:42:21 +08:00
<color key="NSColor" white="0.40782000000000002" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<font key="NSFont" size="14" name="HelveticaNeue"/>
2017-04-07 00:36:34 +08:00
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO"/>
2017-04-02 11:21:24 -07:00
</attributes>
</fragment>
<fragment>
<string key="content"> $ cat ~/.ssh/id_rsa.pub
$ cat ~/.ssh/id_rsa</string>
<attributes>
2017-04-06 23:42:21 +08:00
<color key="NSColor" white="0.40782000000000002" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
2017-04-02 11:21:24 -07:00
<font key="NSFont" size="13" name="Menlo-Regular"/>
2017-04-07 00:36:34 +08:00
<paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0" allowsDefaultTighteningForTruncation="NO"/>
2017-04-02 11:21:24 -07:00
</attributes>
</fragment>
</attributedString>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
<tableViewSection headerTitle="ASCII-Armor Encrypted Public Key" id="w4D-Mh-0pP">
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="3po-uS-Nch">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="0.0" y="244" width="414" height="160"/>
2017-04-02 11:21:24 -07:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3po-uS-Nch" id="pet-if-EHU">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="160"/>
2017-04-02 11:21:24 -07:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Y9t-DD-6uH">
<rect key="frame" x="15" y="8" width="391" height="143.66666666666666"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" name="Menlo-Regular" family="Menlo" pointSize="8.5"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
</textView>
</subviews>
<constraints>
<constraint firstAttribute="bottomMargin" secondItem="Y9t-DD-6uH" secondAttribute="bottom" id="EAK-Wn-RP8"/>
<constraint firstItem="Y9t-DD-6uH" firstAttribute="top" secondItem="pet-if-EHU" secondAttribute="topMargin" id="LW7-SZ-CP3"/>
<constraint firstItem="Y9t-DD-6uH" firstAttribute="leading" secondItem="pet-if-EHU" secondAttribute="leadingMargin" constant="7" id="bw3-EI-8oh"/>
<constraint firstAttribute="trailingMargin" secondItem="Y9t-DD-6uH" secondAttribute="trailing" id="fCY-XN-Wtz"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
2017-04-06 23:42:21 +08:00
<tableViewSection headerTitle="ASCII-ARMOR ENCRYPTED PRIVATE KEY" id="sxk-Yb-Y3x">
2017-04-02 11:21:24 -07:00
<cells>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="nmc-vy-Ab5">
2017-04-06 23:42:21 +08:00
<rect key="frame" x="0.0" y="443" width="414" height="160"/>
2017-04-02 11:21:24 -07:00
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="nmc-vy-Ab5" id="TQD-GC-YOY">
2017-04-08 23:51:43 +08:00
<rect key="frame" x="0.0" y="0.0" width="414" height="160"/>
2017-04-02 11:21:24 -07:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="23o-MP-wQY">
<rect key="frame" x="15" y="8" width="391" height="144"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" name="Menlo-Regular" family="Menlo" pointSize="8.5"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
</textView>
</subviews>
<constraints>
<constraint firstAttribute="bottomMargin" secondItem="23o-MP-wQY" secondAttribute="bottom" id="45J-dA-N4r"/>
<constraint firstItem="23o-MP-wQY" firstAttribute="top" secondItem="TQD-GC-YOY" secondAttribute="topMargin" id="Tth-YH-Ni9"/>
<constraint firstAttribute="trailingMargin" secondItem="23o-MP-wQY" secondAttribute="trailing" id="lqq-rV-fZK"/>
<constraint firstItem="23o-MP-wQY" firstAttribute="leading" secondItem="TQD-GC-YOY" secondAttribute="leadingMargin" constant="7" id="oYc-y1-XS9"/>
</constraints>
</tableViewCellContentView>
</tableViewCell>
</cells>
</tableViewSection>
</sections>
<connections>
<outlet property="dataSource" destination="WgM-cY-mig" id="7bV-Gr-WNu"/>
<outlet property="delegate" destination="WgM-cY-mig" id="lsz-m8-HZb"/>
</connections>
</tableView>
2017-04-06 22:44:44 +08:00
<navigationItem key="navigationItem" title="SSH Key" id="gNq-BH-pj8">
2017-04-06 11:14:01 -07:00
<barButtonItem key="rightBarButtonItem" systemItem="done" id="X6m-eX-dl8">
2017-04-06 22:44:44 +08:00
<connections>
<action selector="doneButtonTapped:" destination="WgM-cY-mig" id="7Yj-rw-y05"/>
</connections>
</barButtonItem>
</navigationItem>
2017-04-02 11:21:24 -07:00
<connections>
<outlet property="armorPrivateKeyTextView" destination="23o-MP-wQY" id="ybK-Ba-vJt"/>
<outlet property="armorPublicKeyTextView" destination="Y9t-DD-6uH" id="307-xN-QZ9"/>
</connections>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="qJO-AN-K9p" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
2017-04-06 22:44:44 +08:00
<point key="canvasLocation" x="6083" y="2895"/>
2017-04-02 11:21:24 -07:00
</scene>
2017-04-10 02:15:16 +08:00
<!--Navigation Controller-->
<scene sceneID="E7j-qe-O6d">
<objects>
<navigationController automaticallyAdjustsScrollViewInsets="NO" id="lY3-ru-aoM" sceneMemberID="viewController">
<toolbarItems/>
<navigationBar key="navigationBar" contentMode="scaleToFill" id="6YB-px-rnU">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</navigationBar>
<nil name="viewControllers"/>
<connections>
<segue destination="A9p-Qb-WmU" kind="relationship" relationship="rootViewController" id="und-S5-p1v"/>
</connections>
</navigationController>
<placeholder placeholderIdentifier="IBFirstResponder" id="D45-tZ-3fu" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="7086.9565217391309" y="-1008.4239130434784"/>
</scene>
2017-01-19 21:15:47 +08:00
</scenes>
2017-02-07 21:58:06 +08:00
<resources>
<image name="Lock" width="25" height="25"/>
<image name="Settings" width="25" height="25"/>
</resources>
2017-04-08 03:08:12 +08:00
<inferredMetricsTieBreakers>
<segue reference="Cpl-XA-cZ9"/>
</inferredMetricsTieBreakers>
2017-01-19 21:15:47 +08:00
</document>