blob: 3d48067bd8250675def0c290646667a5928d4341 [file] [log] [blame]
Loïc Siret3652cfb2016-10-27 10:12:07 -04001<?xml version="1.0" encoding="UTF-8"?>
Anthony Léonard24110e82017-09-15 16:29:11 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Loïc Siretfcb4ca62016-09-21 17:12:09 -04003 <dependencies>
Alexandre Lision9c1ec622016-11-14 21:40:59 -05004 <development version="7000" identifier="xcode"/>
Anthony Léonard24110e82017-09-15 16:29:11 -04005 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -05006 <capability name="system font weights other than Regular or Bold" minToolsVersion="7.0"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -04007 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="RingWizardLinkAccountVC">
10 <connections>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040011 <outlet property="errorContainer" destination="B0P-LC-JmW" id="lKa-Nb-o79"/>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040012 <outlet property="fileButton" destination="gR3-2L-BlK" id="9CB-3U-Izb"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -050013 <outlet property="firstStepContainer" destination="uuC-qZ-khm" id="CwE-K0-5L5"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040014 <outlet property="initialContainer" destination="jR6-WY-o19" id="zJs-xD-OjK"/>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040015 <outlet property="linkButton" destination="xmI-fH-GpH" id="pWU-MH-4Up"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040016 <outlet property="loadingContainer" destination="PQA-fA-Rio" id="Vgf-yn-jFS"/>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040017 <outlet property="passwordTextField" destination="VeW-tY-k3K" id="gGe-V6-tzm"/>
18 <outlet property="pinTextField" destination="BFR-6z-UlF" id="bZs-kY-zUW"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040019 <outlet property="progressBar" destination="uxb-PD-AaW" id="r6R-U9-Kf4"/>
20 <outlet property="view" destination="kG1-xB-0op" id="gnN-lQ-sTg"/>
21 </connections>
22 </customObject>
23 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
24 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
25 <customView id="kG1-xB-0op">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040026 <rect key="frame" x="0.0" y="0.0" width="355" height="278"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040027 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
28 <subviews>
29 <view translatesAutoresizingMaskIntoConstraints="NO" id="B0P-LC-JmW">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040030 <rect key="frame" x="0.0" y="0.0" width="355" height="278"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040031 <subviews>
Anthony Léonard24110e82017-09-15 16:29:11 -040032 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Hwa-xK-TuM">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040033 <rect key="frame" x="-2" y="131" width="359" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040034 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="An error occured, please check your password and pin." id="DyG-SJ-U1Q">
35 <font key="font" metaFont="system"/>
36 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
37 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
38 </textFieldCell>
39 </textField>
Alexandre Lision9c1ec622016-11-14 21:40:59 -050040 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="daZ-Bz-vsM">
41 <rect key="frame" x="259" y="13" width="82" height="32"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040042 <constraints>
43 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="vNb-db-X99"/>
44 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -050045 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="t12-O0-kcf">
Loïc Siretfcb4ca62016-09-21 17:12:09 -040046 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
47 <font key="font" metaFont="system"/>
48 <string key="keyEquivalent" base64-UTF8="YES">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050049Gw
Loïc Siretfcb4ca62016-09-21 17:12:09 -040050</string>
51 </buttonCell>
52 <connections>
53 <action selector="back:" target="-2" id="0CN-yt-UoM"/>
54 </connections>
55 </button>
56 </subviews>
57 <constraints>
58 <constraint firstAttribute="bottom" secondItem="daZ-Bz-vsM" secondAttribute="bottom" constant="20" id="3NL-fi-0K4"/>
59 <constraint firstItem="Hwa-xK-TuM" firstAttribute="centerX" secondItem="B0P-LC-JmW" secondAttribute="centerX" id="EXE-nk-eq0"/>
60 <constraint firstAttribute="trailing" secondItem="daZ-Bz-vsM" secondAttribute="trailing" constant="20" id="eDD-r2-zZa"/>
61 <constraint firstItem="Hwa-xK-TuM" firstAttribute="centerY" secondItem="B0P-LC-JmW" secondAttribute="centerY" id="mWR-IE-Gg5"/>
62 <constraint firstItem="Hwa-xK-TuM" firstAttribute="width" secondItem="B0P-LC-JmW" secondAttribute="width" id="sGQ-zX-CyS"/>
63 </constraints>
64 </view>
65 <view translatesAutoresizingMaskIntoConstraints="NO" id="PQA-fA-Rio">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040066 <rect key="frame" x="0.0" y="0.0" width="355" height="278"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040067 <subviews>
Anthony Léonard24110e82017-09-15 16:29:11 -040068 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="80Z-XU-adp">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040069 <rect key="frame" x="6" y="102" width="344" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040070 <constraints>
71 <constraint firstAttribute="width" constant="340" id="OcO-zL-LBK"/>
72 </constraints>
73 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="Just a moment..." id="M4C-GY-B6t">
74 <font key="font" metaFont="system"/>
75 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
76 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
77 </textFieldCell>
78 </textField>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040079 <progressIndicator wantsLayer="YES" maxValue="100" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="uxb-PD-AaW">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040080 <rect key="frame" x="130" y="159" width="96" height="32"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040081 <constraints>
82 <constraint firstAttribute="width" constant="96" id="QHN-gm-GxV"/>
83 </constraints>
84 </progressIndicator>
85 </subviews>
86 <constraints>
87 <constraint firstItem="uxb-PD-AaW" firstAttribute="centerX" secondItem="PQA-fA-Rio" secondAttribute="centerX" id="5a0-wi-oYZ"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040088 <constraint firstItem="uxb-PD-AaW" firstAttribute="centerY" secondItem="PQA-fA-Rio" secondAttribute="centerY" constant="-35.5" id="Reg-FH-UrX"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040089 <constraint firstItem="uxb-PD-AaW" firstAttribute="centerX" secondItem="80Z-XU-adp" secondAttribute="centerX" id="ZiA-sz-Pnl"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -040090 <constraint firstItem="80Z-XU-adp" firstAttribute="top" secondItem="uxb-PD-AaW" secondAttribute="bottom" constant="40" id="a6L-fb-blD"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040091 </constraints>
92 </view>
Alexandre Lision9c1ec622016-11-14 21:40:59 -050093 <view translatesAutoresizingMaskIntoConstraints="NO" id="jR6-WY-o19" userLabel="Second step">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040094 <rect key="frame" x="0.0" y="0.0" width="355" height="278"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040095 <subviews>
Anthony Léonard24110e82017-09-15 16:29:11 -040096 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BFR-6z-UlF">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -040097 <rect key="frame" x="78" y="209" width="200" height="22"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040098 <constraints>
99 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="ql3-eF-0Q3"/>
100 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500101 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" placeholderString="" bezelStyle="round" id="5pW-QD-iHi">
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400102 <font key="font" metaFont="system"/>
103 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
104 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
105 </textFieldCell>
106 <connections>
107 <binding destination="-2" name="value" keyPath="self.pinValue" id="GrX-eR-RHE">
108 <dictionary key="options">
109 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
110 </dictionary>
111 </binding>
112 <outlet property="nextKeyView" destination="VeW-tY-k3K" id="fgI-rk-Nuk"/>
113 </connections>
114 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400115 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VeW-tY-k3K" customClass="NSSecureTextField">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400116 <rect key="frame" x="78" y="102" width="200" height="22"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400117 <constraints>
118 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="EQr-I3-bWf"/>
119 <constraint firstAttribute="width" constant="200" id="XLF-Bw-hQ5"/>
120 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500121 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" placeholderString="" bezelStyle="round" id="9k8-c8-GFI" customClass="NSSecureTextFieldCell">
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400122 <font key="font" metaFont="system"/>
123 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
124 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
125 </textFieldCell>
126 <connections>
127 <binding destination="-2" name="value" keyPath="self.passwordValue" id="DMG-pk-2GO">
128 <dictionary key="options">
129 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
130 </dictionary>
131 </binding>
132 <outlet property="nextKeyView" destination="xmI-fH-GpH" id="oQw-CE-3NA"/>
133 </connections>
134 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400135 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Nms-13-N3F">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400136 <rect key="frame" x="76" y="241" width="198" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400137 <constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400138 <constraint firstAttribute="width" constant="194" id="dTT-oe-Tym"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400139 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500140 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="left" title="Enter your PIN" id="3ik-rY-Gig">
141 <font key="font" metaFont="systemSemibold" size="13"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400142 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
143 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
144 </textFieldCell>
145 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400146 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AGs-mP-zJd">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400147 <rect key="frame" x="76" y="134" width="220" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400148 <constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500149 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="3tj-c0-BEv"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400150 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500151 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="left" title="Enter your Ring account password" id="U2K-fu-INc">
152 <font key="font" metaFont="systemSemibold" size="13"/>
153 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
154 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
155 </textFieldCell>
156 </textField>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400157 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="tMy-fd-gBJ">
158 <rect key="frame" x="164" y="187" width="27" height="17"/>
159 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="OR" id="1NY-Yu-wH1">
160 <font key="font" metaFont="system"/>
161 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
162 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
163 </textFieldCell>
164 </textField>
165 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gR3-2L-BlK" userLabel="File button">
166 <rect key="frame" x="86" y="154" width="184" height="32"/>
167 <buttonCell key="cell" type="push" title="Pick an account archive" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="XJE-cy-nfQ">
168 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
169 <font key="font" metaFont="system"/>
170 </buttonCell>
171 <connections>
172 <action selector="pickBackupFile:" target="-2" id="Qzv-2L-2Ez"/>
173 </connections>
174 </button>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500175 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xmI-fH-GpH">
176 <rect key="frame" x="261" y="13" width="80" height="32"/>
177 <constraints>
178 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="Tl8-9U-xp5"/>
179 </constraints>
180 <buttonCell key="cell" type="push" title="Link" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="8b8-bt-eAj">
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400181 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
182 <font key="font" metaFont="system"/>
183 <string key="keyEquivalent" base64-UTF8="YES">
184DQ
185</string>
186 </buttonCell>
187 <connections>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500188 <action selector="importRingAccount:" target="-2" id="pa7-oH-87l"/>
Anthony Léonard24110e82017-09-15 16:29:11 -0400189 <binding destination="-2" name="enabled" keyPath="self.pinValue.length" id="5Vx-8d-FlP">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500190 <dictionary key="options">
191 <integer key="NSMultipleValuesPlaceholder" value="-1"/>
192 <integer key="NSNoSelectionPlaceholder" value="-1"/>
193 <integer key="NSNotApplicablePlaceholder" value="-1"/>
194 <integer key="NSNullPlaceholder" value="0"/>
195 </dictionary>
196 </binding>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400197 </connections>
198 </button>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500199 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oxG-mq-q2J">
200 <rect key="frame" x="179" y="13" width="82" height="32"/>
201 <constraints>
202 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="jV1-fO-uj6"/>
203 </constraints>
204 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Pcj-BY-tou">
Loïc Siret3652cfb2016-10-27 10:12:07 -0400205 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
206 <font key="font" metaFont="system"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500207 <string key="keyEquivalent" base64-UTF8="YES">
208Gw
209</string>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400210 </buttonCell>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500211 <connections>
212 <action selector="goToStepOne:" target="-2" id="vQN-I9-L2p"/>
213 </connections>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400214 </button>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500215 </subviews>
216 <constraints>
217 <constraint firstItem="BFR-6z-UlF" firstAttribute="leading" secondItem="Nms-13-N3F" secondAttribute="leading" id="8dZ-fS-u9r"/>
218 <constraint firstItem="BFR-6z-UlF" firstAttribute="top" secondItem="Nms-13-N3F" secondAttribute="bottom" constant="10" id="9rR-Bz-IV5"/>
219 <constraint firstItem="BFR-6z-UlF" firstAttribute="centerX" secondItem="jR6-WY-o19" secondAttribute="centerX" id="B1d-wB-vV0"/>
220 <constraint firstAttribute="bottom" secondItem="oxG-mq-q2J" secondAttribute="bottom" constant="20" id="BVR-t4-MeU"/>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400221 <constraint firstItem="gR3-2L-BlK" firstAttribute="top" secondItem="tMy-fd-gBJ" secondAttribute="bottom" constant="5" id="DN2-bb-LGV"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500222 <constraint firstItem="VeW-tY-k3K" firstAttribute="leading" secondItem="AGs-mP-zJd" secondAttribute="leading" id="DpC-se-5c3"/>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400223 <constraint firstItem="tMy-fd-gBJ" firstAttribute="centerX" secondItem="jR6-WY-o19" secondAttribute="centerX" id="Fxo-hk-7Ft"/>
224 <constraint firstItem="AGs-mP-zJd" firstAttribute="top" secondItem="gR3-2L-BlK" secondAttribute="bottom" constant="10" id="Mlp-x7-UId"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500225 <constraint firstAttribute="bottom" secondItem="xmI-fH-GpH" secondAttribute="bottom" constant="20" id="ONV-r0-v26"/>
226 <constraint firstItem="Nms-13-N3F" firstAttribute="top" secondItem="jR6-WY-o19" secondAttribute="top" constant="20" id="PM0-u5-7XA"/>
227 <constraint firstItem="VeW-tY-k3K" firstAttribute="top" secondItem="AGs-mP-zJd" secondAttribute="bottom" constant="10" id="Qo1-zb-2YI"/>
228 <constraint firstItem="xmI-fH-GpH" firstAttribute="leading" secondItem="oxG-mq-q2J" secondAttribute="trailing" constant="12" id="ZS7-xm-STi"/>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400229 <constraint firstItem="tMy-fd-gBJ" firstAttribute="top" secondItem="BFR-6z-UlF" secondAttribute="bottom" constant="5" id="fm7-Hx-HHM"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500230 <constraint firstAttribute="trailing" secondItem="xmI-fH-GpH" secondAttribute="trailing" constant="20" id="kub-6B-85y"/>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400231 <constraint firstItem="gR3-2L-BlK" firstAttribute="centerX" secondItem="BFR-6z-UlF" secondAttribute="centerX" id="p3N-zJ-HWN"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500232 <constraint firstItem="VeW-tY-k3K" firstAttribute="leading" secondItem="BFR-6z-UlF" secondAttribute="leading" id="qVJ-Qu-dRy"/>
233 <constraint firstItem="VeW-tY-k3K" firstAttribute="trailing" secondItem="BFR-6z-UlF" secondAttribute="trailing" id="szw-nO-R5J"/>
234 </constraints>
235 </view>
236 <customView translatesAutoresizingMaskIntoConstraints="NO" id="uuC-qZ-khm" userLabel="First step">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400237 <rect key="frame" x="0.0" y="0.0" width="355" height="278"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500238 <subviews>
Anthony Léonard24110e82017-09-15 16:29:11 -0400239 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3JH-zM-ysj">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400240 <rect key="frame" x="26" y="178" width="304" height="55"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400241 <constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500242 <constraint firstAttribute="width" constant="300" id="28q-2A-cNP"/>
243 <constraint firstAttribute="height" constant="55" id="YJg-LO-EmI"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400244 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500245 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="4me-D9-6GK">
246 <font key="font" metaFont="system"/>
247 <string key="title">Go to the account management setting of the device, choose the Ring account to use and select "Link another device to this account". 
</string>
248 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
249 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
250 </textFieldCell>
251 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400252 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C9D-AI-hDL">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400253 <rect key="frame" x="13" y="153" width="149" height="17"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500254 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="2. Generate a PIN code" id="GfW-ah-8U1">
255 <font key="font" metaFont="systemSemibold" size="13"/>
256 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
257 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
258 </textFieldCell>
259 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400260 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4HV-K6-7nz">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400261 <rect key="frame" x="14" y="241" width="316" height="17"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500262 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="1. Grab a device with the account you want to use" id="HcT-yD-KVo">
263 <font key="font" metaFont="systemSemibold" size="13"/>
264 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
265 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
266 </textFieldCell>
267 </textField>
268 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sFH-9q-igS">
269 <rect key="frame" x="245" y="13" width="96" height="32"/>
270 <buttonCell key="cell" type="push" title="I'm ready" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="XN4-uc-BSt">
271 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
272 <font key="font" metaFont="system"/>
273 <string key="keyEquivalent" base64-UTF8="YES">
274DQ
275</string>
276 </buttonCell>
277 <connections>
278 <action selector="goToStepTwo:" target="-2" id="1X1-E6-Bke"/>
279 </connections>
280 </button>
281 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XWj-I6-wlG">
282 <rect key="frame" x="163" y="13" width="82" height="32"/>
283 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4ev-TK-8Yt">
284 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
285 <font key="font" metaFont="system"/>
286 <string key="keyEquivalent" base64-UTF8="YES">
287Gw
288</string>
289 </buttonCell>
290 <connections>
291 <action selector="dismissViewWithError:" target="-2" id="Mc9-wx-5Cr"/>
292 </connections>
293 </button>
Anthony Léonard24110e82017-09-15 16:29:11 -0400294 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2hL-HI-nb6">
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400295 <rect key="frame" x="25" y="111" width="304" height="34"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500296 <constraints>
297 <constraint firstAttribute="width" constant="300" id="UJk-c7-Edh"/>
298 </constraints>
299 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Follow the process on the device.
The PIN is only valid for 10 minutes." id="2n6-m3-fbj">
Loïc Siret3652cfb2016-10-27 10:12:07 -0400300 <font key="font" metaFont="system"/>
301 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
302 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
303 </textFieldCell>
304 </textField>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400305 </subviews>
306 <constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500307 <constraint firstItem="2hL-HI-nb6" firstAttribute="leading" secondItem="C9D-AI-hDL" secondAttribute="leading" constant="12" id="4qJ-oz-Qwq"/>
308 <constraint firstItem="3JH-zM-ysj" firstAttribute="centerX" secondItem="uuC-qZ-khm" secondAttribute="centerX" id="5Cg-Gi-p1g"/>
309 <constraint firstItem="C9D-AI-hDL" firstAttribute="top" secondItem="3JH-zM-ysj" secondAttribute="bottom" constant="8" id="5qd-XK-uAX"/>
310 <constraint firstItem="sFH-9q-igS" firstAttribute="leading" secondItem="XWj-I6-wlG" secondAttribute="trailing" constant="12" id="CoQ-Ip-QxQ"/>
311 <constraint firstAttribute="bottom" secondItem="XWj-I6-wlG" secondAttribute="bottom" constant="20" id="OKQ-WX-cRt"/>
312 <constraint firstAttribute="bottom" secondItem="sFH-9q-igS" secondAttribute="bottom" constant="20" id="XHh-N4-LOF"/>
313 <constraint firstItem="3JH-zM-ysj" firstAttribute="leading" secondItem="4HV-K6-7nz" secondAttribute="leading" constant="12" id="bGN-pW-aSN"/>
314 <constraint firstItem="4HV-K6-7nz" firstAttribute="top" secondItem="uuC-qZ-khm" secondAttribute="top" constant="20" id="dVR-D6-0vq"/>
315 <constraint firstItem="3JH-zM-ysj" firstAttribute="top" secondItem="4HV-K6-7nz" secondAttribute="bottom" constant="8" id="eiQ-sM-yBh"/>
316 <constraint firstAttribute="trailing" secondItem="sFH-9q-igS" secondAttribute="trailing" constant="20" id="kqs-1M-qOD"/>
317 <constraint firstItem="2hL-HI-nb6" firstAttribute="centerX" secondItem="uuC-qZ-khm" secondAttribute="centerX" id="pOG-8g-zAn"/>
318 <constraint firstItem="2hL-HI-nb6" firstAttribute="top" secondItem="C9D-AI-hDL" secondAttribute="bottom" constant="8" id="ri9-m7-DGx"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400319 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500320 </customView>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400321 </subviews>
322 <constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500323 <constraint firstItem="uuC-qZ-khm" firstAttribute="leading" secondItem="kG1-xB-0op" secondAttribute="leading" id="3cj-EJ-8bB"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400324 <constraint firstItem="B0P-LC-JmW" firstAttribute="top" secondItem="PQA-fA-Rio" secondAttribute="top" id="9fT-fe-XkL"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500325 <constraint firstAttribute="trailing" secondItem="uuC-qZ-khm" secondAttribute="trailing" id="F38-q3-Lxq"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400326 <constraint firstItem="B0P-LC-JmW" firstAttribute="trailing" secondItem="jR6-WY-o19" secondAttribute="trailing" id="GK3-rx-CoH"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500327 <constraint firstItem="uuC-qZ-khm" firstAttribute="top" secondItem="kG1-xB-0op" secondAttribute="top" id="Isi-1I-rfF"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400328 <constraint firstItem="PQA-fA-Rio" firstAttribute="top" secondItem="jR6-WY-o19" secondAttribute="top" id="K0Z-4r-h1X"/>
329 <constraint firstItem="jR6-WY-o19" firstAttribute="height" secondItem="kG1-xB-0op" secondAttribute="height" id="L1w-wl-tkD"/>
330 <constraint firstItem="jR6-WY-o19" firstAttribute="width" secondItem="kG1-xB-0op" secondAttribute="width" id="Ow7-Wb-jZk"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500331 <constraint firstAttribute="bottom" secondItem="uuC-qZ-khm" secondAttribute="bottom" id="Rza-3s-JpS"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400332 <constraint firstItem="jR6-WY-o19" firstAttribute="leading" secondItem="kG1-xB-0op" secondAttribute="leading" id="Yqh-XC-fih"/>
333 <constraint firstItem="PQA-fA-Rio" firstAttribute="trailing" secondItem="jR6-WY-o19" secondAttribute="trailing" id="aND-Hy-o8v"/>
334 <constraint firstItem="PQA-fA-Rio" firstAttribute="leading" secondItem="jR6-WY-o19" secondAttribute="leading" id="cNo-MX-1br"/>
335 <constraint firstItem="PQA-fA-Rio" firstAttribute="bottom" secondItem="jR6-WY-o19" secondAttribute="bottom" id="evs-g3-Q7g"/>
336 <constraint firstItem="B0P-LC-JmW" firstAttribute="leading" secondItem="PQA-fA-Rio" secondAttribute="leading" id="p8n-78-1gw"/>
337 <constraint firstItem="jR6-WY-o19" firstAttribute="top" secondItem="kG1-xB-0op" secondAttribute="top" id="rUX-4w-KaX"/>
338 <constraint firstItem="B0P-LC-JmW" firstAttribute="bottom" secondItem="jR6-WY-o19" secondAttribute="bottom" id="vlI-JJ-jbZ"/>
339 </constraints>
Anthony Léonard5dfbd6f2017-09-25 15:58:00 -0400340 <point key="canvasLocation" x="340.5" y="401"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400341 </customView>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400342 </objects>
343</document>