2018-05-23 19:49:10 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-08-15 22:34:16 +00:00
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.13.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
|
2018-05-23 19:49:10 +00:00
|
|
|
<device id="retina4_7" orientation="portrait">
|
|
|
|
<adaptation id="fullscreen"/>
|
|
|
|
</device>
|
|
|
|
<dependencies>
|
|
|
|
<deployment identifier="iOS"/>
|
2018-08-15 22:34:16 +00:00
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14283.9"/>
|
2018-08-21 16:00:41 +00:00
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
2018-05-23 19:49:10 +00:00
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
</dependencies>
|
|
|
|
<scenes>
|
2018-05-26 07:17:36 +00:00
|
|
|
<!--Navigation Controller-->
|
|
|
|
<scene sceneID="1sx-zW-OnW">
|
|
|
|
<objects>
|
|
|
|
<navigationController storyboardIdentifier="UINavigationController" id="JOA-JU-iCW" sceneMemberID="viewController">
|
|
|
|
<navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" largeTitles="YES" id="GsQ-3q-wZr">
|
|
|
|
<rect key="frame" x="0.0" y="20" width="375" height="96"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
<color key="barTintColor" red="0.53333333333333333" green="0.090196078431372548" blue="0.10196078431372549" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
|
<textAttributes key="titleTextAttributes">
|
|
|
|
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
</textAttributes>
|
|
|
|
<textAttributes key="largeTitleTextAttributes">
|
|
|
|
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
</textAttributes>
|
2018-05-26 07:17:36 +00:00
|
|
|
</navigationBar>
|
|
|
|
</navigationController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="cAJ-Ch-uyg" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="-1403" y="201"/>
|
|
|
|
</scene>
|
2018-05-27 12:23:13 +00:00
|
|
|
<!--WireGuard Tunnels-->
|
2018-05-23 19:49:10 +00:00
|
|
|
<scene sceneID="Tud-vM-cYZ">
|
|
|
|
<objects>
|
2018-05-26 07:17:36 +00:00
|
|
|
<tableViewController storyboardIdentifier="TunnelsTableViewController" id="kTU-BV-32R" customClass="TunnelsTableViewController" customModule="WireGuard" customModuleProvider="target" sceneMemberID="viewController">
|
2018-08-22 18:34:08 +00:00
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="60" estimatedRowHeight="60" sectionHeaderHeight="28" sectionFooterHeight="28" id="AJg-r0-KJH">
|
2018-05-23 19:49:10 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
2018-08-22 18:34:08 +00:00
|
|
|
<inset key="separatorInset" minX="15" minY="0.0" maxX="0.0" maxY="0.0"/>
|
2018-05-23 19:49:10 +00:00
|
|
|
<prototypes>
|
2018-08-22 18:34:08 +00:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="TunnelTableViewCell" rowHeight="60" id="a0u-k7-l2a" customClass="TunnelTableViewCell" customModule="WireGuard" customModuleProvider="target">
|
|
|
|
<rect key="frame" x="0.0" y="28" width="375" height="60"/>
|
2018-05-23 19:49:10 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2018-08-22 18:34:08 +00:00
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="a0u-k7-l2a" id="5vz-m1-nzL">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="341" height="59.5"/>
|
2018-05-23 19:49:10 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
2018-05-24 18:14:01 +00:00
|
|
|
<subviews>
|
2018-08-22 18:34:08 +00:00
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LTX-Ir-wae">
|
|
|
|
<rect key="frame" x="16" y="11" width="42" height="38"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="gray" translatesAutoresizingMaskIntoConstraints="NO" id="Lfv-Kt-u7M">
|
|
|
|
<rect key="frame" x="298" y="20" width="20" height="20"/>
|
|
|
|
</activityIndicatorView>
|
|
|
|
<switch opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" contentHorizontalAlignment="center" contentVerticalAlignment="center" on="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3kG-Lh-YJw">
|
|
|
|
<rect key="frame" x="292" y="14.5" width="51" height="31"/>
|
|
|
|
<connections>
|
|
|
|
<action selector="tunnelSwitchChanged:" destination="a0u-k7-l2a" eventType="valueChanged" id="9bz-IV-8hb"/>
|
|
|
|
</connections>
|
|
|
|
</switch>
|
2018-05-24 18:14:01 +00:00
|
|
|
</subviews>
|
2018-08-21 20:27:26 +00:00
|
|
|
<constraints>
|
2018-08-22 18:34:08 +00:00
|
|
|
<constraint firstAttribute="bottomMargin" secondItem="LTX-Ir-wae" secondAttribute="bottom" id="S3B-b1-6Qv"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="3kG-Lh-YJw" secondAttribute="trailing" id="hT2-xN-OxL"/>
|
|
|
|
<constraint firstItem="LTX-Ir-wae" firstAttribute="leading" secondItem="5vz-m1-nzL" secondAttribute="leadingMargin" id="n1M-My-hfr"/>
|
|
|
|
<constraint firstItem="LTX-Ir-wae" firstAttribute="top" secondItem="5vz-m1-nzL" secondAttribute="topMargin" id="xcD-dj-Mkb"/>
|
|
|
|
<constraint firstItem="Lfv-Kt-u7M" firstAttribute="centerY" secondItem="5vz-m1-nzL" secondAttribute="centerY" id="xcc-16-Z3J"/>
|
|
|
|
<constraint firstAttribute="trailingMargin" secondItem="Lfv-Kt-u7M" secondAttribute="trailing" constant="15" id="yIh-CA-dGh"/>
|
|
|
|
<constraint firstItem="3kG-Lh-YJw" firstAttribute="centerY" secondItem="5vz-m1-nzL" secondAttribute="centerY" id="yYd-ax-nhH"/>
|
2018-08-21 20:27:26 +00:00
|
|
|
</constraints>
|
2018-05-23 19:49:10 +00:00
|
|
|
</tableViewCellContentView>
|
2018-08-21 20:27:26 +00:00
|
|
|
<connections>
|
2018-08-22 18:34:08 +00:00
|
|
|
<outlet property="activityIndicator" destination="Lfv-Kt-u7M" id="eg5-uH-cH9"/>
|
|
|
|
<outlet property="tunnelSwitch" destination="3kG-Lh-YJw" id="pCW-UC-DBx"/>
|
|
|
|
<outlet property="tunnelTitleLabel" destination="LTX-Ir-wae" id="NiF-vE-EGL"/>
|
2018-08-21 20:27:26 +00:00
|
|
|
</connections>
|
2018-05-23 19:49:10 +00:00
|
|
|
</tableViewCell>
|
|
|
|
</prototypes>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="kTU-BV-32R" id="E0F-RC-fZE"/>
|
|
|
|
<outlet property="delegate" destination="kTU-BV-32R" id="b6T-ZR-cmO"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
2018-05-27 12:23:13 +00:00
|
|
|
<navigationItem key="navigationItem" title="WireGuard Tunnels" id="j0L-5U-jDs">
|
2018-05-24 18:14:01 +00:00
|
|
|
<barButtonItem key="rightBarButtonItem" systemItem="add" id="h2H-H8-3Tn">
|
|
|
|
<connections>
|
|
|
|
<action selector="addProvider:" destination="kTU-BV-32R" id="xSg-ap-3Fx"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
|
|
|
</navigationItem>
|
|
|
|
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
|
2018-05-23 19:49:10 +00:00
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="4uZ-Vv-Fry" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2018-08-21 16:00:41 +00:00
|
|
|
<point key="canvasLocation" x="-670" y="200"/>
|
2018-05-23 19:49:10 +00:00
|
|
|
</scene>
|
2018-05-26 07:17:36 +00:00
|
|
|
<!--Tunnel settings-->
|
2018-05-24 20:07:04 +00:00
|
|
|
<scene sceneID="xV8-BW-4R7">
|
|
|
|
<objects>
|
2018-08-21 16:00:41 +00:00
|
|
|
<tableViewController storyboardIdentifier="TunnelConfigurationTableViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="0VM-73-EPX" customClass="TunnelConfigurationTableViewController" customModule="WireGuard" customModuleProvider="target" sceneMemberID="viewController">
|
2018-05-26 07:41:19 +00:00
|
|
|
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" allowsSelection="NO" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="0Uy-k2-O3i">
|
2018-05-24 20:07:04 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
2018-05-26 07:41:19 +00:00
|
|
|
<inset key="separatorInset" minX="0.0" minY="0.0" maxX="0.0" maxY="0.0"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<prototypes>
|
2018-08-12 19:37:56 +00:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="InterfaceTableViewCell" rowHeight="400" id="06N-KU-LSv" customClass="InterfaceTableViewCell" customModule="WireGuard" customModuleProvider="target">
|
|
|
|
<rect key="frame" x="0.0" y="28" width="375" height="400"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="06N-KU-LSv" id="CSX-Am-ix0">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="399.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="14" translatesAutoresizingMaskIntoConstraints="NO" id="DIe-hK-tf6">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="16" y="11" width="343" height="378"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Interface" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uku-6H-QWf">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="51.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="uLA-3S-jCk">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="65.5" width="343" height="51"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Name" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="uJE-LK-T3Y">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="6y9-eJ-8fF">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="16" width="343" height="35"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:21:44 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="06N-KU-LSv" eventType="editingChanged" id="Ike-ou-qa9"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="06N-KU-LSv" id="TuA-ac-TIy"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="wwN-OL-XUr">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="130.5" width="343" height="51.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Private key" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fMQ-kK-FD5">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="26U-vy-7Lc">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="16" width="343" height="35.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="hYd-0L-nnY">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="232" height="35.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
2018-08-15 22:34:16 +00:00
|
|
|
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" smartDashesType="no" smartInsertDeleteType="no" smartQuotesType="no"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:21:44 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="06N-KU-LSv" eventType="editingChanged" id="CQd-My-M7G"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="06N-KU-LSv" id="7YF-mU-HZT"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="C1M-bh-5mf">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="240" y="0.0" width="103" height="35.5"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<state key="normal" title="Generate"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
2018-08-06 07:04:54 +00:00
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="nv7-4q-QjM">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="196" width="343" height="51.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
2018-08-06 07:04:54 +00:00
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Listen port" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="h1p-Ea-ler">
|
2018-05-24 20:07:04 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
2018-08-06 07:04:54 +00:00
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="(random)" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="CSv-At-WVr">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="16" width="343" height="35.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-08-06 07:04:54 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="06N-KU-LSv" eventType="editingChanged" id="z45-u7-zCB"/>
|
|
|
|
<outlet property="delegate" destination="06N-KU-LSv" id="YZ0-LC-PjW"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
2018-08-12 19:37:56 +00:00
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="PJF-32-WyF">
|
|
|
|
<rect key="frame" x="0.0" y="261.5" width="343" height="51"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Addresses" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="L6l-5D-oKQ">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="oOY-vP-nYT">
|
|
|
|
<rect key="frame" x="0.0" y="16" width="343" height="35"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
|
|
|
<connections>
|
|
|
|
<action selector="textfieldDidChange:" destination="06N-KU-LSv" eventType="editingChanged" id="HAL-o6-G7A"/>
|
|
|
|
<outlet property="delegate" destination="06N-KU-LSv" id="M1a-B6-Cl2"/>
|
|
|
|
</connections>
|
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
2018-05-24 20:07:04 +00:00
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="7fC-XV-6KP">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="326.5" width="343" height="51.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="NR3-Me-yLc">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="232" height="51.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="DNS servers" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="SA3-N0-wfi">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="232" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="ByK-wW-6Q4">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="16" width="232" height="35.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:21:44 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="06N-KU-LSv" eventType="editingChanged" id="8gN-mk-GtN"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="06N-KU-LSv" id="YjV-8W-z5Q"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="UId-O4-q3t">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="240" y="0.0" width="103" height="51.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="MTU" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="vYu-BI-0Gj">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="103" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="(auto)" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="myM-B2-sjT">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="16" width="103" height="35.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:21:44 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="06N-KU-LSv" eventType="editingChanged" id="fgZ-LJ-ksN"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="06N-KU-LSv" id="F1E-lK-AsD"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="C1M-bh-5mf" firstAttribute="width" secondItem="DIe-hK-tf6" secondAttribute="width" multiplier="0.3" id="CGs-Ix-e2L"/>
|
|
|
|
<constraint firstItem="UId-O4-q3t" firstAttribute="width" secondItem="DIe-hK-tf6" secondAttribute="width" multiplier="0.3" id="Tly-iG-ApC"/>
|
|
|
|
</constraints>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstAttribute="trailingMargin" secondItem="DIe-hK-tf6" secondAttribute="trailing" id="GkT-4C-4uN"/>
|
|
|
|
<constraint firstItem="DIe-hK-tf6" firstAttribute="top" secondItem="CSX-Am-ix0" secondAttribute="topMargin" id="Mul-xA-cN9"/>
|
|
|
|
<constraint firstAttribute="bottomMargin" secondItem="DIe-hK-tf6" secondAttribute="bottom" id="jBh-kE-ZBG"/>
|
|
|
|
<constraint firstItem="DIe-hK-tf6" firstAttribute="leading" secondItem="CSX-Am-ix0" secondAttribute="leadingMargin" id="sab-5q-2rU"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
2018-05-29 20:21:44 +00:00
|
|
|
<connections>
|
2018-08-12 19:37:56 +00:00
|
|
|
<outlet property="addressesField" destination="oOY-vP-nYT" id="qcc-pN-5ug"/>
|
2018-05-29 20:21:44 +00:00
|
|
|
<outlet property="dnsField" destination="ByK-wW-6Q4" id="gZ4-7d-AHM"/>
|
|
|
|
<outlet property="listenPortField" destination="CSv-At-WVr" id="xnx-xz-pqS"/>
|
|
|
|
<outlet property="mtuField" destination="myM-B2-sjT" id="ppo-pV-tMl"/>
|
|
|
|
<outlet property="nameField" destination="6y9-eJ-8fF" id="PKk-lj-jK9"/>
|
|
|
|
<outlet property="privateKeyField" destination="hYd-0L-nnY" id="JLS-5M-E3T"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</tableViewCell>
|
2018-05-26 07:17:36 +00:00
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="AddPeerTableViewCell" rowHeight="60" id="RyR-s5-lBV" customClass="AddPeerTableViewCell" customModule="WireGuard" customModuleProvider="target">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="428" width="375" height="60"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="RyR-s5-lBV" id="gPY-qW-fbd">
|
2018-05-26 07:17:36 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="59.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="fVu-Aa-9dn">
|
2018-05-26 07:17:36 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="59.5"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<state key="normal" title="Add peer"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:47:52 +00:00
|
|
|
<action selector="addPeer:" destination="0VM-73-EPX" eventType="touchUpInside" id="Udv-Os-ZWn"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
2018-05-26 07:41:19 +00:00
|
|
|
<constraint firstAttribute="bottom" secondItem="fVu-Aa-9dn" secondAttribute="bottom" id="AyE-qC-Rye"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<constraint firstAttribute="bottom" secondItem="fVu-Aa-9dn" secondAttribute="bottom" id="G8D-HX-t2n"/>
|
|
|
|
<constraint firstItem="fVu-Aa-9dn" firstAttribute="leading" secondItem="gPY-qW-fbd" secondAttribute="leading" id="GQn-8W-GpX"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="fVu-Aa-9dn" secondAttribute="trailing" id="H9S-Km-FDv"/>
|
2018-05-26 07:41:19 +00:00
|
|
|
<constraint firstItem="fVu-Aa-9dn" firstAttribute="top" secondItem="gPY-qW-fbd" secondAttribute="top" id="Wv9-c4-I9v"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<constraint firstItem="fVu-Aa-9dn" firstAttribute="top" secondItem="gPY-qW-fbd" secondAttribute="top" id="fcp-SS-lbr"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
</tableViewCell>
|
|
|
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="PeerTableViewCell" rowHeight="308" id="gzz-88-0IG" customClass="PeerTableViewCell" customModule="WireGuard" customModuleProvider="target">
|
2018-08-12 19:37:56 +00:00
|
|
|
<rect key="frame" x="0.0" y="488" width="375" height="308"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="gzz-88-0IG" id="XA6-EM-5V9">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="307.5"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" spacing="14" translatesAutoresizingMaskIntoConstraints="NO" id="NIK-2J-pTR">
|
|
|
|
<rect key="frame" x="16" y="11" width="343" height="286"/>
|
|
|
|
<subviews>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dk9-qH-XaO">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="46"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Peer" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="42P-f9-Rft">
|
2018-05-26 07:41:19 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="303" height="46"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
2018-05-26 07:41:19 +00:00
|
|
|
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" adjustsImageSizeForAccessibilityContentSizeCategory="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SfN-pE-Y3t">
|
|
|
|
<rect key="frame" x="303" y="0.0" width="40" height="46"/>
|
|
|
|
<accessibility key="accessibilityConfiguration" hint="Delete peer from tunnel configuration" label="Delete"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<constraints>
|
2018-05-26 07:41:19 +00:00
|
|
|
<constraint firstAttribute="width" constant="40" id="Sj9-zg-bBf"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
</constraints>
|
2018-05-26 07:41:19 +00:00
|
|
|
<state key="normal" image="trash"/>
|
2018-05-29 20:47:52 +00:00
|
|
|
<connections>
|
|
|
|
<action selector="deletePeer:" destination="gzz-88-0IG" eventType="touchUpInside" id="PIg-AX-df7"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</button>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="zcF-NC-5kf">
|
|
|
|
<rect key="frame" x="0.0" y="60" width="343" height="46"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Public key" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="s9R-Af-RNn">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="RLw-0o-akQ">
|
|
|
|
<rect key="frame" x="0.0" y="16" width="343" height="30"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
2018-08-15 22:34:16 +00:00
|
|
|
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" smartDashesType="no" smartInsertDeleteType="no" smartQuotesType="no"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:21:44 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="gzz-88-0IG" eventType="editingChanged" id="taX-Ji-pVu"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="gzz-88-0IG" id="bkQ-Nc-VH4"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="miX-4O-NOP">
|
|
|
|
<rect key="frame" x="0.0" y="120" width="343" height="46"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Pre-shared key" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="iID-O4-iis">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="(optional)" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="wkY-3s-yTK">
|
|
|
|
<rect key="frame" x="0.0" y="16" width="343" height="30"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-08-05 17:05:41 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="gzz-88-0IG" eventType="editingChanged" id="Cxh-YH-bZv"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="gzz-88-0IG" id="oAu-VZ-2dn"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="vxg-u7-VjZ">
|
|
|
|
<rect key="frame" x="0.0" y="180" width="343" height="46"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Allowed IPs" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hDL-EX-UqG">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="343" height="16"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="(generated)" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="iiY-Tl-UcH">
|
|
|
|
<rect key="frame" x="0.0" y="16" width="343" height="30"/>
|
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:21:44 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="gzz-88-0IG" eventType="editingChanged" id="k1U-vW-Jom"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="gzz-88-0IG" id="DXo-0s-9sc"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="rgQ-cM-hwa">
|
|
|
|
<rect key="frame" x="0.0" y="240" width="343" height="46"/>
|
|
|
|
<subviews>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="8uI-Ux-Xhj">
|
2018-08-15 22:34:16 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="232" height="46"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Endpoint" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="P3u-6Z-3Hk">
|
2018-08-15 22:34:16 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="232" height="16"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="W88-H0-dFZ">
|
2018-08-15 22:34:16 +00:00
|
|
|
<rect key="frame" x="0.0" y="16" width="232" height="30"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:21:44 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="gzz-88-0IG" eventType="editingChanged" id="bjR-TZ-Sx8"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="gzz-88-0IG" id="PLB-sa-SBV"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="eLi-QT-QwF">
|
2018-08-15 22:34:16 +00:00
|
|
|
<rect key="frame" x="240" y="0.0" width="103" height="46"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Persistent keepalive" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" translatesAutoresizingMaskIntoConstraints="NO" id="tja-cM-cGL">
|
2018-08-15 22:34:16 +00:00
|
|
|
<rect key="frame" x="0.0" y="0.0" width="103" height="16"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="13"/>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="textColor" red="0.60784313729999995" green="0.60784313729999995" blue="0.60784313729999995" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="(optional)" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Q8w-jh-0ox">
|
2018-08-15 22:34:16 +00:00
|
|
|
<rect key="frame" x="0.0" y="16" width="103" height="30"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
<nil key="textColor"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
|
|
<textInputTraits key="textInputTraits"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
2018-05-29 20:21:44 +00:00
|
|
|
<action selector="textfieldDidChange:" destination="gzz-88-0IG" eventType="editingChanged" id="fQC-Pf-jUQ"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<outlet property="delegate" destination="gzz-88-0IG" id="sbH-Sb-rcW"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</textField>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="eLi-QT-QwF" firstAttribute="width" secondItem="NIK-2J-pTR" secondAttribute="width" multiplier="0.3" id="Zid-UY-cdO"/>
|
|
|
|
</constraints>
|
|
|
|
</stackView>
|
|
|
|
</subviews>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="NIK-2J-pTR" firstAttribute="top" secondItem="XA6-EM-5V9" secondAttribute="topMargin" id="5YR-8M-6M5"/>
|
|
|
|
<constraint firstAttribute="trailingMargin" secondItem="NIK-2J-pTR" secondAttribute="trailing" id="AJ6-FH-zGS"/>
|
|
|
|
<constraint firstItem="NIK-2J-pTR" firstAttribute="leading" secondItem="XA6-EM-5V9" secondAttribute="leadingMargin" id="f2r-kN-RKk"/>
|
|
|
|
<constraint firstAttribute="bottomMargin" secondItem="NIK-2J-pTR" secondAttribute="bottom" id="rRD-SV-Wft"/>
|
|
|
|
</constraints>
|
|
|
|
</tableViewCellContentView>
|
2018-05-29 20:21:44 +00:00
|
|
|
<connections>
|
|
|
|
<outlet property="allowedIpsField" destination="iiY-Tl-UcH" id="QQK-x0-C3T"/>
|
|
|
|
<outlet property="endpointField" destination="W88-H0-dFZ" id="l0A-57-I5p"/>
|
|
|
|
<outlet property="persistentKeepaliveField" destination="Q8w-jh-0ox" id="thE-f2-vzz"/>
|
|
|
|
<outlet property="preSharedKeyField" destination="wkY-3s-yTK" id="0Tn-cP-uXS"/>
|
|
|
|
<outlet property="publicKeyField" destination="RLw-0o-akQ" id="teS-po-0h2"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</tableViewCell>
|
|
|
|
</prototypes>
|
|
|
|
<connections>
|
|
|
|
<outlet property="dataSource" destination="0VM-73-EPX" id="f9B-xZ-gS4"/>
|
|
|
|
<outlet property="delegate" destination="0VM-73-EPX" id="oHt-UY-XIz"/>
|
|
|
|
</connections>
|
|
|
|
</tableView>
|
2018-05-26 07:17:36 +00:00
|
|
|
<navigationItem key="navigationItem" title="Tunnel settings" id="PPu-rX-T38">
|
2018-05-27 20:38:44 +00:00
|
|
|
<barButtonItem key="rightBarButtonItem" systemItem="save" id="mft-1l-bWa">
|
|
|
|
<connections>
|
|
|
|
<action selector="saveTunnelConfiguration:" destination="0VM-73-EPX" id="Hni-0w-hFF"/>
|
|
|
|
</connections>
|
|
|
|
</barButtonItem>
|
2018-05-24 20:07:04 +00:00
|
|
|
</navigationItem>
|
|
|
|
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
|
2018-05-27 20:38:44 +00:00
|
|
|
<connections>
|
|
|
|
<outlet property="saveButton" destination="mft-1l-bWa" id="Uif-KZ-isx"/>
|
|
|
|
</connections>
|
2018-05-24 20:07:04 +00:00
|
|
|
</tableViewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="j96-PK-ghN" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
2018-08-21 16:00:41 +00:00
|
|
|
<point key="canvasLocation" x="122" y="-239"/>
|
|
|
|
</scene>
|
|
|
|
<!--Scan Code-->
|
|
|
|
<scene sceneID="gKN-k2-HoW">
|
|
|
|
<objects>
|
|
|
|
<viewController storyboardIdentifier="QRScanViewController" useStoryboardIdentifierAsRestorationIdentifier="YES" id="Efe-yN-iDH" customClass="QRScanViewController" customModule="WireGuard" customModuleProvider="target" sceneMemberID="viewController">
|
|
|
|
<view key="view" contentMode="scaleToFill" id="NXo-On-ea8">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Tip: generate with `qrencode -t ansiutf8 < tunnel.conf`" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XYc-tx-YNF">
|
|
|
|
<rect key="frame" x="16" y="628.5" width="343" height="14.5"/>
|
|
|
|
<fontDescription key="fontDescription" type="system" pointSize="12"/>
|
|
|
|
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
<nil key="highlightedColor"/>
|
|
|
|
</label>
|
|
|
|
</subviews>
|
|
|
|
<color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
|
<constraints>
|
|
|
|
<constraint firstItem="Soo-c9-MsX" firstAttribute="bottom" secondItem="XYc-tx-YNF" secondAttribute="bottom" constant="24" id="QhS-p5-jbw"/>
|
|
|
|
<constraint firstItem="XYc-tx-YNF" firstAttribute="leading" secondItem="NXo-On-ea8" secondAttribute="leading" constant="16" id="Y3P-Py-ueV"/>
|
|
|
|
<constraint firstAttribute="trailing" secondItem="XYc-tx-YNF" secondAttribute="trailing" constant="16" id="sB1-h9-ueh"/>
|
|
|
|
</constraints>
|
|
|
|
<viewLayoutGuide key="safeArea" id="Soo-c9-MsX"/>
|
|
|
|
</view>
|
|
|
|
<navigationItem key="navigationItem" title="Scan Code" largeTitleDisplayMode="never" id="WGY-tY-ySz"/>
|
|
|
|
<simulatedNavigationBarMetrics key="simulatedTopBarMetrics" prompted="NO"/>
|
|
|
|
</viewController>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="TQ2-zp-o40" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
|
</objects>
|
|
|
|
<point key="canvasLocation" x="121" y="461"/>
|
2018-05-24 20:07:04 +00:00
|
|
|
</scene>
|
2018-05-23 19:49:10 +00:00
|
|
|
</scenes>
|
2018-05-26 07:41:19 +00:00
|
|
|
<resources>
|
|
|
|
<image name="trash" width="14" height="18"/>
|
|
|
|
</resources>
|
2018-05-26 07:20:12 +00:00
|
|
|
<color key="tintColor" red="0.53333333333333333" green="0.090196078431372548" blue="0.10196078431372549" alpha="1" colorSpace="calibratedRGB"/>
|
2018-05-23 19:49:10 +00:00
|
|
|
</document>
|