|
496 | 496 | <segue destination="7K9-cE-9qq" kind="unwind" identifier="saveGitServerSettingSegue" unwindAction="saveGitServerSettingWithSegue:" id="5UN-sC-xCA"/> |
497 | 497 | <segue destination="hqC-Ic-NMi" kind="show" identifier="setGitSSHKeyByURLSegue" id="AP7-FV-2Ow"/> |
498 | 498 | <segue destination="WgM-cY-mig" kind="show" identifier="setGitSSHKeyByArmorSegue" id="HLm-0q-hUg"/> |
| 499 | + <segue destination="Jnt-d8-bQx" kind="show" identifier="setGitSSHKeyByFileSegue" id="4Bn-TN-gBI"/> |
499 | 500 | </connections> |
500 | 501 | </tableViewController> |
501 | 502 | <placeholder placeholderIdentifier="IBFirstResponder" id="7c1-c7-Qyp" userLabel="First Responder" sceneMemberID="firstResponder"/> |
@@ -1878,6 +1879,87 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f |
1878 | 1879 | </objects> |
1879 | 1880 | <point key="canvasLocation" x="3845" y="2969"/> |
1880 | 1881 | </scene> |
| 1882 | + <!--SSH Key--> |
| 1883 | + <scene sceneID="kOg-Uk-VyV"> |
| 1884 | + <objects> |
| 1885 | + <tableViewController id="Jnt-d8-bQx" customClass="SSHKeyFileImportTableViewController" customModule="pass" customModuleProvider="target" sceneMemberID="viewController"> |
| 1886 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="urc-Su-PL8"> |
| 1887 | + <rect key="frame" x="0.0" y="0.0" width="414" height="736"/> |
| 1888 | + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
| 1889 | + <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/> |
| 1890 | + <sections> |
| 1891 | + <tableViewSection id="Nlg-0d-JGw"> |
| 1892 | + <cells> |
| 1893 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="11" reuseIdentifier="sshPrivateKeyFile" textLabel="1h3-cQ-4bj" detailTextLabel="pqH-wg-EIn" style="IBUITableViewCellStyleSubtitle" id="yyX-RO-fws" userLabel="SSH private key from file description"> |
| 1894 | + <rect key="frame" x="0.0" y="18" width="414" height="44"/> |
| 1895 | + <autoresizingMask key="autoresizingMask"/> |
| 1896 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="yyX-RO-fws" id="QcH-CI-X9n"> |
| 1897 | + <rect key="frame" x="0.0" y="0.0" width="414" height="44"/> |
| 1898 | + <autoresizingMask key="autoresizingMask"/> |
| 1899 | + <subviews> |
| 1900 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="ASCII-Armor Keys" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="1h3-cQ-4bj"> |
| 1901 | + <rect key="frame" x="20.000000000000007" y="6" width="121.66666666666667" height="17"/> |
| 1902 | + <autoresizingMask key="autoresizingMask"/> |
| 1903 | + <fontDescription key="fontDescription" name="HelveticaNeue-Bold" family="Helvetica Neue" pointSize="14"/> |
| 1904 | + <nil key="textColor"/> |
| 1905 | + <nil key="highlightedColor"/> |
| 1906 | + </label> |
| 1907 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" text="SshAsciiArmorFileExplanation." lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="pqH-wg-EIn" customClass="UICodeHighlightingLabel" customModule="pass" customModuleProvider="target"> |
| 1908 | + <rect key="frame" x="20" y="23" width="191.33333333333334" height="16.333333333333332"/> |
| 1909 | + <autoresizingMask key="autoresizingMask"/> |
| 1910 | + <fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="14"/> |
| 1911 | + <color key="textColor" white="0.40782000000000002" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
| 1912 | + <nil key="highlightedColor"/> |
| 1913 | + </label> |
| 1914 | + </subviews> |
| 1915 | + </tableViewCellContentView> |
| 1916 | + </tableViewCell> |
| 1917 | + </cells> |
| 1918 | + </tableViewSection> |
| 1919 | + <tableViewSection headerTitle="PRIVATE KEY" id="pEq-Ii-lwe" userLabel="PRIVATE KEY"> |
| 1920 | + <cells> |
| 1921 | + <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="blue" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="sshPrivateKeyFile" textLabel="9KE-VA-cx2" rowHeight="52" style="IBUITableViewCellStyleDefault" id="qWo-Q3-m4Z" userLabel="SSH private key file"> |
| 1922 | + <rect key="frame" x="0.0" y="118" width="414" height="52"/> |
| 1923 | + <autoresizingMask key="autoresizingMask"/> |
| 1924 | + <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="qWo-Q3-m4Z" id="Jjt-3W-boo"> |
| 1925 | + <rect key="frame" x="0.0" y="0.0" width="383" height="52"/> |
| 1926 | + <autoresizingMask key="autoresizingMask"/> |
| 1927 | + <subviews> |
| 1928 | + <label opaque="NO" multipleTouchEnabled="YES" contentMode="left" insetsLayoutMarginsFromSafeArea="NO" text="Select file ..." textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="9KE-VA-cx2"> |
| 1929 | + <rect key="frame" x="20" y="0.0" width="355" height="52"/> |
| 1930 | + <autoresizingMask key="autoresizingMask"/> |
| 1931 | + <fontDescription key="fontDescription" type="system" pointSize="17"/> |
| 1932 | + <nil key="textColor"/> |
| 1933 | + <nil key="highlightedColor"/> |
| 1934 | + </label> |
| 1935 | + </subviews> |
| 1936 | + </tableViewCellContentView> |
| 1937 | + </tableViewCell> |
| 1938 | + </cells> |
| 1939 | + </tableViewSection> |
| 1940 | + </sections> |
| 1941 | + <connections> |
| 1942 | + <outlet property="dataSource" destination="Jnt-d8-bQx" id="Dse-Bk-idM"/> |
| 1943 | + <outlet property="delegate" destination="Jnt-d8-bQx" id="fKs-GA-48h"/> |
| 1944 | + </connections> |
| 1945 | + </tableView> |
| 1946 | + <navigationItem key="navigationItem" title="SSH Key" id="vaA-as-6yJ"> |
| 1947 | + <barButtonItem key="rightBarButtonItem" style="done" systemItem="done" id="OmP-jt-rJh"> |
| 1948 | + <connections> |
| 1949 | + <action selector="doneButtonTapped:" destination="Jnt-d8-bQx" id="skg-sj-oLw"/> |
| 1950 | + </connections> |
| 1951 | + </barButtonItem> |
| 1952 | + </navigationItem> |
| 1953 | + <connections> |
| 1954 | + <outlet property="sshPrivateKeyFile" destination="qWo-Q3-m4Z" id="vrz-89-rLv"/> |
| 1955 | + <segue destination="T4H-XT-sbN" kind="unwind" identifier="importSSHKeySegue" unwindAction="importSSHKeyWithSegue:" id="yy9-zG-Yes"/> |
| 1956 | + </connections> |
| 1957 | + </tableViewController> |
| 1958 | + <placeholder placeholderIdentifier="IBFirstResponder" id="rw2-Uq-xF8" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 1959 | + <exit id="T4H-XT-sbN" userLabel="Exit" sceneMemberID="exit"/> |
| 1960 | + </objects> |
| 1961 | + <point key="canvasLocation" x="6990" y="2967"/> |
| 1962 | + </scene> |
1881 | 1963 | </scenes> |
1882 | 1964 | <resources> |
1883 | 1965 | <image name="Lock" width="25" height="25"/> |
|
0 commit comments