blob: 59261fdf72ae0227e90d281b5727a877abc40eaa [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>
11 <outlet property="createButton" destination="xmI-fH-GpH" id="VnH-tA-YA2"/>
12 <outlet property="errorContainer" destination="B0P-LC-JmW" id="lKa-Nb-o79"/>
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"/>
15 <outlet property="loadingContainer" destination="PQA-fA-Rio" id="Vgf-yn-jFS"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040016 <outlet property="progressBar" destination="uxb-PD-AaW" id="r6R-U9-Kf4"/>
17 <outlet property="view" destination="kG1-xB-0op" id="gnN-lQ-sTg"/>
18 </connections>
19 </customObject>
20 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
21 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
22 <customView id="kG1-xB-0op">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050023 <rect key="frame" x="0.0" y="0.0" width="355" height="222"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040024 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
25 <subviews>
26 <view translatesAutoresizingMaskIntoConstraints="NO" id="B0P-LC-JmW">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050027 <rect key="frame" x="0.0" y="0.0" width="355" height="222"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040028 <subviews>
Anthony Léonard24110e82017-09-15 16:29:11 -040029 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Hwa-xK-TuM">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050030 <rect key="frame" x="-2" y="103" width="359" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040031 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="An error occured, please check your password and pin." id="DyG-SJ-U1Q">
32 <font key="font" metaFont="system"/>
33 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
34 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
35 </textFieldCell>
36 </textField>
Alexandre Lision9c1ec622016-11-14 21:40:59 -050037 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="daZ-Bz-vsM">
38 <rect key="frame" x="259" y="13" width="82" height="32"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040039 <constraints>
40 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="vNb-db-X99"/>
41 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -050042 <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 -040043 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
44 <font key="font" metaFont="system"/>
45 <string key="keyEquivalent" base64-UTF8="YES">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050046Gw
Loïc Siretfcb4ca62016-09-21 17:12:09 -040047</string>
48 </buttonCell>
49 <connections>
50 <action selector="back:" target="-2" id="0CN-yt-UoM"/>
51 </connections>
52 </button>
53 </subviews>
54 <constraints>
55 <constraint firstAttribute="bottom" secondItem="daZ-Bz-vsM" secondAttribute="bottom" constant="20" id="3NL-fi-0K4"/>
56 <constraint firstItem="Hwa-xK-TuM" firstAttribute="centerX" secondItem="B0P-LC-JmW" secondAttribute="centerX" id="EXE-nk-eq0"/>
57 <constraint firstAttribute="trailing" secondItem="daZ-Bz-vsM" secondAttribute="trailing" constant="20" id="eDD-r2-zZa"/>
58 <constraint firstItem="Hwa-xK-TuM" firstAttribute="centerY" secondItem="B0P-LC-JmW" secondAttribute="centerY" id="mWR-IE-Gg5"/>
59 <constraint firstItem="Hwa-xK-TuM" firstAttribute="width" secondItem="B0P-LC-JmW" secondAttribute="width" id="sGQ-zX-CyS"/>
60 </constraints>
61 </view>
62 <view translatesAutoresizingMaskIntoConstraints="NO" id="PQA-fA-Rio">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050063 <rect key="frame" x="0.0" y="0.0" width="355" height="222"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040064 <subviews>
Anthony Léonard24110e82017-09-15 16:29:11 -040065 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="80Z-XU-adp">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050066 <rect key="frame" x="6" y="74" width="344" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040067 <constraints>
68 <constraint firstAttribute="width" constant="340" id="OcO-zL-LBK"/>
69 </constraints>
70 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="center" title="Just a moment..." id="M4C-GY-B6t">
71 <font key="font" metaFont="system"/>
72 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
73 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
74 </textFieldCell>
75 </textField>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040076 <progressIndicator wantsLayer="YES" maxValue="100" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="uxb-PD-AaW">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050077 <rect key="frame" x="130" y="131" width="96" height="32"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040078 <constraints>
79 <constraint firstAttribute="width" constant="96" id="QHN-gm-GxV"/>
80 </constraints>
81 </progressIndicator>
82 </subviews>
83 <constraints>
84 <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 -040085 <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 -040086 <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 -040087 <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 -040088 </constraints>
89 </view>
Alexandre Lision9c1ec622016-11-14 21:40:59 -050090 <view translatesAutoresizingMaskIntoConstraints="NO" id="jR6-WY-o19" userLabel="Second step">
91 <rect key="frame" x="0.0" y="0.0" width="355" height="222"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040092 <subviews>
Anthony Léonard24110e82017-09-15 16:29:11 -040093 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="BFR-6z-UlF">
Alexandre Lision9c1ec622016-11-14 21:40:59 -050094 <rect key="frame" x="78" y="153" width="200" height="22"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -040095 <constraints>
96 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="ql3-eF-0Q3"/>
97 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -050098 <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 -040099 <font key="font" metaFont="system"/>
100 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
101 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
102 </textFieldCell>
103 <connections>
104 <binding destination="-2" name="value" keyPath="self.pinValue" id="GrX-eR-RHE">
105 <dictionary key="options">
106 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
107 </dictionary>
108 </binding>
109 <outlet property="nextKeyView" destination="VeW-tY-k3K" id="fgI-rk-Nuk"/>
110 </connections>
111 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400112 <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VeW-tY-k3K" customClass="NSSecureTextField">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500113 <rect key="frame" x="78" y="94" width="200" height="22"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400114 <constraints>
115 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="EQr-I3-bWf"/>
116 <constraint firstAttribute="width" constant="200" id="XLF-Bw-hQ5"/>
117 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500118 <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 -0400119 <font key="font" metaFont="system"/>
120 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
121 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
122 </textFieldCell>
123 <connections>
124 <binding destination="-2" name="value" keyPath="self.passwordValue" id="DMG-pk-2GO">
125 <dictionary key="options">
126 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
127 </dictionary>
128 </binding>
129 <outlet property="nextKeyView" destination="xmI-fH-GpH" id="oQw-CE-3NA"/>
130 </connections>
131 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400132 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Nms-13-N3F">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500133 <rect key="frame" x="76" y="185" width="198" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400134 <constraints>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400135 <constraint firstAttribute="width" constant="194" id="dTT-oe-Tym"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400136 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500137 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="left" title="Enter your PIN" id="3ik-rY-Gig">
138 <font key="font" metaFont="systemSemibold" size="13"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400139 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
140 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
141 </textFieldCell>
142 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400143 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AGs-mP-zJd">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500144 <rect key="frame" x="76" y="126" width="220" height="17"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400145 <constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500146 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="200" id="3tj-c0-BEv"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400147 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500148 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="left" title="Enter your Ring account password" id="U2K-fu-INc">
149 <font key="font" metaFont="systemSemibold" size="13"/>
150 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
151 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
152 </textFieldCell>
153 </textField>
154 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xmI-fH-GpH">
155 <rect key="frame" x="261" y="13" width="80" height="32"/>
156 <constraints>
157 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="Tl8-9U-xp5"/>
158 </constraints>
159 <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 -0400160 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
161 <font key="font" metaFont="system"/>
162 <string key="keyEquivalent" base64-UTF8="YES">
163DQ
164</string>
165 </buttonCell>
166 <connections>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500167 <action selector="importRingAccount:" target="-2" id="pa7-oH-87l"/>
Anthony Léonard24110e82017-09-15 16:29:11 -0400168 <binding destination="-2" name="enabled" keyPath="self.pinValue.length" id="5Vx-8d-FlP">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500169 <dictionary key="options">
170 <integer key="NSMultipleValuesPlaceholder" value="-1"/>
171 <integer key="NSNoSelectionPlaceholder" value="-1"/>
172 <integer key="NSNotApplicablePlaceholder" value="-1"/>
173 <integer key="NSNullPlaceholder" value="0"/>
174 </dictionary>
175 </binding>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400176 </connections>
177 </button>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500178 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oxG-mq-q2J">
179 <rect key="frame" x="179" y="13" width="82" height="32"/>
180 <constraints>
181 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="jV1-fO-uj6"/>
182 </constraints>
183 <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 -0400184 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
185 <font key="font" metaFont="system"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500186 <string key="keyEquivalent" base64-UTF8="YES">
187Gw
188</string>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400189 </buttonCell>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500190 <connections>
191 <action selector="goToStepOne:" target="-2" id="vQN-I9-L2p"/>
192 </connections>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400193 </button>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500194 </subviews>
195 <constraints>
196 <constraint firstItem="BFR-6z-UlF" firstAttribute="leading" secondItem="Nms-13-N3F" secondAttribute="leading" id="8dZ-fS-u9r"/>
197 <constraint firstItem="BFR-6z-UlF" firstAttribute="top" secondItem="Nms-13-N3F" secondAttribute="bottom" constant="10" id="9rR-Bz-IV5"/>
198 <constraint firstItem="BFR-6z-UlF" firstAttribute="centerX" secondItem="jR6-WY-o19" secondAttribute="centerX" id="B1d-wB-vV0"/>
199 <constraint firstAttribute="bottom" secondItem="oxG-mq-q2J" secondAttribute="bottom" constant="20" id="BVR-t4-MeU"/>
200 <constraint firstItem="VeW-tY-k3K" firstAttribute="leading" secondItem="AGs-mP-zJd" secondAttribute="leading" id="DpC-se-5c3"/>
201 <constraint firstItem="AGs-mP-zJd" firstAttribute="top" secondItem="BFR-6z-UlF" secondAttribute="bottom" constant="10" id="Mlp-x7-UId"/>
202 <constraint firstAttribute="bottom" secondItem="xmI-fH-GpH" secondAttribute="bottom" constant="20" id="ONV-r0-v26"/>
203 <constraint firstItem="Nms-13-N3F" firstAttribute="top" secondItem="jR6-WY-o19" secondAttribute="top" constant="20" id="PM0-u5-7XA"/>
204 <constraint firstItem="VeW-tY-k3K" firstAttribute="top" secondItem="AGs-mP-zJd" secondAttribute="bottom" constant="10" id="Qo1-zb-2YI"/>
205 <constraint firstItem="xmI-fH-GpH" firstAttribute="leading" secondItem="oxG-mq-q2J" secondAttribute="trailing" constant="12" id="ZS7-xm-STi"/>
206 <constraint firstAttribute="trailing" secondItem="xmI-fH-GpH" secondAttribute="trailing" constant="20" id="kub-6B-85y"/>
207 <constraint firstItem="VeW-tY-k3K" firstAttribute="leading" secondItem="BFR-6z-UlF" secondAttribute="leading" id="qVJ-Qu-dRy"/>
208 <constraint firstItem="VeW-tY-k3K" firstAttribute="trailing" secondItem="BFR-6z-UlF" secondAttribute="trailing" id="szw-nO-R5J"/>
209 </constraints>
210 </view>
211 <customView translatesAutoresizingMaskIntoConstraints="NO" id="uuC-qZ-khm" userLabel="First step">
212 <rect key="frame" x="0.0" y="0.0" width="355" height="222"/>
213 <subviews>
Anthony Léonard24110e82017-09-15 16:29:11 -0400214 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3JH-zM-ysj">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500215 <rect key="frame" x="26" y="122" width="304" height="55"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400216 <constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500217 <constraint firstAttribute="width" constant="300" id="28q-2A-cNP"/>
218 <constraint firstAttribute="height" constant="55" id="YJg-LO-EmI"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400219 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500220 <textFieldCell key="cell" sendsActionOnEndEditing="YES" id="4me-D9-6GK">
221 <font key="font" metaFont="system"/>
222 <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>
223 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
224 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
225 </textFieldCell>
226 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400227 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="C9D-AI-hDL">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500228 <rect key="frame" x="13" y="97" width="149" height="17"/>
229 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="2. Generate a PIN code" id="GfW-ah-8U1">
230 <font key="font" metaFont="systemSemibold" size="13"/>
231 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
232 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
233 </textFieldCell>
234 </textField>
Anthony Léonard24110e82017-09-15 16:29:11 -0400235 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4HV-K6-7nz">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500236 <rect key="frame" x="14" y="185" width="316" height="17"/>
237 <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">
238 <font key="font" metaFont="systemSemibold" size="13"/>
239 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
240 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
241 </textFieldCell>
242 </textField>
243 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="sFH-9q-igS">
244 <rect key="frame" x="245" y="13" width="96" height="32"/>
245 <buttonCell key="cell" type="push" title="I'm ready" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="XN4-uc-BSt">
246 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
247 <font key="font" metaFont="system"/>
248 <string key="keyEquivalent" base64-UTF8="YES">
249DQ
250</string>
251 </buttonCell>
252 <connections>
253 <action selector="goToStepTwo:" target="-2" id="1X1-E6-Bke"/>
254 </connections>
255 </button>
256 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XWj-I6-wlG">
257 <rect key="frame" x="163" y="13" width="82" height="32"/>
258 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4ev-TK-8Yt">
259 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
260 <font key="font" metaFont="system"/>
261 <string key="keyEquivalent" base64-UTF8="YES">
262Gw
263</string>
264 </buttonCell>
265 <connections>
266 <action selector="dismissViewWithError:" target="-2" id="Mc9-wx-5Cr"/>
267 </connections>
268 </button>
Anthony Léonard24110e82017-09-15 16:29:11 -0400269 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2hL-HI-nb6">
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500270 <rect key="frame" x="25" y="55" width="304" height="34"/>
271 <constraints>
272 <constraint firstAttribute="width" constant="300" id="UJk-c7-Edh"/>
273 </constraints>
274 <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 -0400275 <font key="font" metaFont="system"/>
276 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
277 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
278 </textFieldCell>
279 </textField>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400280 </subviews>
281 <constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500282 <constraint firstItem="2hL-HI-nb6" firstAttribute="leading" secondItem="C9D-AI-hDL" secondAttribute="leading" constant="12" id="4qJ-oz-Qwq"/>
283 <constraint firstItem="3JH-zM-ysj" firstAttribute="centerX" secondItem="uuC-qZ-khm" secondAttribute="centerX" id="5Cg-Gi-p1g"/>
284 <constraint firstItem="C9D-AI-hDL" firstAttribute="top" secondItem="3JH-zM-ysj" secondAttribute="bottom" constant="8" id="5qd-XK-uAX"/>
285 <constraint firstItem="sFH-9q-igS" firstAttribute="leading" secondItem="XWj-I6-wlG" secondAttribute="trailing" constant="12" id="CoQ-Ip-QxQ"/>
286 <constraint firstAttribute="bottom" secondItem="XWj-I6-wlG" secondAttribute="bottom" constant="20" id="OKQ-WX-cRt"/>
287 <constraint firstAttribute="bottom" secondItem="sFH-9q-igS" secondAttribute="bottom" constant="20" id="XHh-N4-LOF"/>
288 <constraint firstItem="3JH-zM-ysj" firstAttribute="leading" secondItem="4HV-K6-7nz" secondAttribute="leading" constant="12" id="bGN-pW-aSN"/>
289 <constraint firstItem="4HV-K6-7nz" firstAttribute="top" secondItem="uuC-qZ-khm" secondAttribute="top" constant="20" id="dVR-D6-0vq"/>
290 <constraint firstItem="3JH-zM-ysj" firstAttribute="top" secondItem="4HV-K6-7nz" secondAttribute="bottom" constant="8" id="eiQ-sM-yBh"/>
291 <constraint firstAttribute="trailing" secondItem="sFH-9q-igS" secondAttribute="trailing" constant="20" id="kqs-1M-qOD"/>
292 <constraint firstItem="2hL-HI-nb6" firstAttribute="centerX" secondItem="uuC-qZ-khm" secondAttribute="centerX" id="pOG-8g-zAn"/>
293 <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 -0400294 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500295 </customView>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400296 </subviews>
297 <constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500298 <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 -0400299 <constraint firstItem="B0P-LC-JmW" firstAttribute="top" secondItem="PQA-fA-Rio" secondAttribute="top" id="9fT-fe-XkL"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500300 <constraint firstAttribute="trailing" secondItem="uuC-qZ-khm" secondAttribute="trailing" id="F38-q3-Lxq"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400301 <constraint firstItem="B0P-LC-JmW" firstAttribute="trailing" secondItem="jR6-WY-o19" secondAttribute="trailing" id="GK3-rx-CoH"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500302 <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 -0400303 <constraint firstItem="PQA-fA-Rio" firstAttribute="top" secondItem="jR6-WY-o19" secondAttribute="top" id="K0Z-4r-h1X"/>
304 <constraint firstItem="jR6-WY-o19" firstAttribute="height" secondItem="kG1-xB-0op" secondAttribute="height" id="L1w-wl-tkD"/>
305 <constraint firstItem="jR6-WY-o19" firstAttribute="width" secondItem="kG1-xB-0op" secondAttribute="width" id="Ow7-Wb-jZk"/>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500306 <constraint firstAttribute="bottom" secondItem="uuC-qZ-khm" secondAttribute="bottom" id="Rza-3s-JpS"/>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400307 <constraint firstItem="jR6-WY-o19" firstAttribute="leading" secondItem="kG1-xB-0op" secondAttribute="leading" id="Yqh-XC-fih"/>
308 <constraint firstItem="PQA-fA-Rio" firstAttribute="trailing" secondItem="jR6-WY-o19" secondAttribute="trailing" id="aND-Hy-o8v"/>
309 <constraint firstItem="PQA-fA-Rio" firstAttribute="leading" secondItem="jR6-WY-o19" secondAttribute="leading" id="cNo-MX-1br"/>
310 <constraint firstItem="PQA-fA-Rio" firstAttribute="bottom" secondItem="jR6-WY-o19" secondAttribute="bottom" id="evs-g3-Q7g"/>
311 <constraint firstItem="B0P-LC-JmW" firstAttribute="leading" secondItem="PQA-fA-Rio" secondAttribute="leading" id="p8n-78-1gw"/>
312 <constraint firstItem="jR6-WY-o19" firstAttribute="top" secondItem="kG1-xB-0op" secondAttribute="top" id="rUX-4w-KaX"/>
313 <constraint firstItem="B0P-LC-JmW" firstAttribute="bottom" secondItem="jR6-WY-o19" secondAttribute="bottom" id="vlI-JJ-jbZ"/>
314 </constraints>
Alexandre Lision9c1ec622016-11-14 21:40:59 -0500315 <point key="canvasLocation" x="340.5" y="373"/>
Loïc Siret3652cfb2016-10-27 10:12:07 -0400316 </customView>
Loïc Siretfcb4ca62016-09-21 17:12:09 -0400317 </objects>
318</document>