blob: cfb0536671e52d5d8e03e224ab24ff5a3158eee7 [file] [log] [blame]
Alexandre Lision886cde12016-10-25 17:39:49 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="16B2553a" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04003 <dependencies>
Alexandre Lisionf86edb32016-09-15 16:20:55 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="AccRingVC">
8 <connections>
9 <outlet property="aliasTextField" destination="D7f-4A-xXM" id="i9Y-jZ-iWM"/>
Alexandre Lision28664352015-07-29 14:47:42 -040010 <outlet property="allowContacts" destination="Zpn-KI-Jfm" id="Kni-5a-nbF"/>
11 <outlet property="allowHistory" destination="c6K-nF-ezL" id="d4A-JI-MHb"/>
12 <outlet property="allowUnknown" destination="reK-M8-Eie" id="cVi-aY-v2K"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040013 <outlet property="autoAnswerButton" destination="6uh-UC-6i9" id="6e1-1I-OY3"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040014 <outlet property="bootstrapField" destination="phb-wW-DQS" id="kcY-7z-bjM"/>
15 <outlet property="hashField" destination="c6M-WV-uVk" id="Jhb-0k-sBc"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040016 <outlet property="upnpButton" destination="eaR-8q-smW" id="8KN-3k-B3c"/>
17 <outlet property="userAgentButton" destination="e6G-kW-opo" id="HC1-QL-Z0U"/>
18 <outlet property="userAgentTextField" destination="fJM-4J-mvZ" id="2jX-ak-jgJ"/>
19 <outlet property="view" destination="Hz6-mo-xeY" id="SZA-8c-IZl"/>
20 </connections>
21 </customObject>
22 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
23 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
24 <customView id="Hz6-mo-xeY">
Alexandre Lision886cde12016-10-25 17:39:49 -040025 <rect key="frame" x="0.0" y="0.0" width="629" height="424"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040026 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
27 <subviews>
Alexandre Lision886cde12016-10-25 17:39:49 -040028 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="iSd-2v-I3h">
29 <rect key="frame" x="18" y="387" width="58" height="17"/>
30 <constraints>
31 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="52" id="4PJ-hh-4LN"/>
32 </constraints>
33 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Account" id="1Sx-Et-CDM">
34 <font key="font" metaFont="systemBold"/>
35 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
36 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
37 </textFieldCell>
38 </textField>
39 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="D7f-4A-xXM">
40 <rect key="frame" x="135" y="357" width="154" height="22"/>
41 <constraints>
42 <constraint firstAttribute="width" constant="154" id="Gon-tm-69r"/>
43 </constraints>
44 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Name or nickname..." drawsBackground="YES" id="HN3-i9-zmw">
45 <font key="font" metaFont="system"/>
46 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
47 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
48 </textFieldCell>
49 <connections>
50 <outlet property="delegate" destination="-2" id="6da-DY-mtf"/>
51 </connections>
52 </textField>
53 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="idQ-yZ-XB3">
54 <rect key="frame" x="95" y="360" width="34" height="17"/>
55 <constraints>
56 <constraint firstAttribute="width" constant="30" id="nRP-gu-xqb"/>
57 </constraints>
58 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Alias" id="Wzq-V2-YLU">
59 <font key="font" metaFont="system"/>
60 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
61 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
62 </textFieldCell>
63 </textField>
64 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EVi-Oa-N9k">
65 <rect key="frame" x="295" y="361" width="316" height="14"/>
66 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="left" title="This will be displayed to unknown peers" id="0Yt-xC-OWa">
67 <font key="font" metaFont="smallSystem"/>
68 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
69 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
70 </textFieldCell>
71 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040072 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="FlW-Vd-Eem">
Alexandre Lision7f01b072015-09-15 14:57:05 -040073 <rect key="frame" x="38" y="236" width="112" height="17"/>
74 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Bootstrap server" id="B6b-iB-REZ">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040075 <font key="font" metaFont="system"/>
76 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
78 </textFieldCell>
79 </textField>
Alexandre Lision886cde12016-10-25 17:39:49 -040080 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4QL-FW-Kjb">
Alexandre Lision7f01b072015-09-15 14:57:05 -040081 <rect key="frame" x="40" y="301" width="571" height="24"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040082 <constraints>
83 <constraint firstAttribute="height" constant="24" id="PLh-Bg-UXZ"/>
84 </constraints>
Alexandre Lision7f01b072015-09-15 14:57:05 -040085 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="This is your RingID. Copy and share it with your friends!" id="bca-Wv-Xul">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040086 <font key="font" metaFont="system"/>
87 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
88 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
89 </textFieldCell>
90 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040091 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="P8b-Ru-H5G">
Alexandre Lision7f01b072015-09-15 14:57:05 -040092 <rect key="frame" x="18" y="332" width="97" height="17"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -040093 <constraints>
94 <constraint firstAttribute="width" constant="93" id="vYc-ad-Epx"/>
95 </constraints>
Alexandre Lision7f01b072015-09-15 14:57:05 -040096 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Ring Identifier" id="dPO-b1-o58">
Alexandre Lisionf5fc4792015-03-17 09:15:43 -040097 <font key="font" metaFont="systemBold"/>
98 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
99 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
100 </textFieldCell>
101 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400102 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="DUI-3g-gHb">
Alexandre Lision28664352015-07-29 14:47:42 -0400103 <rect key="frame" x="18" y="102" width="85" height="17"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400104 <constraints>
105 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="81" id="QUl-KS-t7T"/>
106 </constraints>
Alexandre Lision28664352015-07-29 14:47:42 -0400107 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Permissions" id="EDd-FX-wcz">
108 <font key="font" metaFont="systemBold"/>
109 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
110 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
111 </textFieldCell>
112 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400113 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="phb-wW-DQS">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400114 <rect key="frame" x="156" y="233" width="303" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400115 <constraints>
116 <constraint firstAttribute="width" constant="303" id="XJW-G4-8oP"/>
117 </constraints>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400118 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="WQz-3X-MeC">
119 <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 <outlet property="delegate" destination="-2" id="2dc-GE-Fic"/>
125 </connections>
126 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400127 <button translatesAutoresizingMaskIntoConstraints="NO" id="6uh-UC-6i9">
Alexandre Lision28664352015-07-29 14:47:42 -0400128 <rect key="frame" x="40" y="165" width="135" height="18"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400129 <constraints>
130 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="131" id="nz6-VO-e7L"/>
131 </constraints>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400132 <buttonCell key="cell" type="check" title="Auto-answer calls" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="OeY-na-0YT">
133 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
134 <font key="font" metaFont="system"/>
135 </buttonCell>
136 <connections>
137 <action selector="toggleAutoAnswer:" target="-2" id="ir9-1A-f2c"/>
138 </connections>
139 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400140 <button translatesAutoresizingMaskIntoConstraints="NO" id="e6G-kW-opo">
Alexandre Lision28664352015-07-29 14:47:42 -0400141 <rect key="frame" x="40" y="134" width="168" height="18"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400142 <constraints>
143 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="164" id="5wa-WK-mit"/>
144 </constraints>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400145 <buttonCell key="cell" type="check" title="Use custom user-agent" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="ddk-1G-0jU">
146 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
147 <font key="font" metaFont="system"/>
148 </buttonCell>
149 <connections>
150 <action selector="toggleCustomAgent:" target="-2" id="SZh-M9-dRS"/>
151 </connections>
152 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400153 <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="fJM-4J-mvZ">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400154 <rect key="frame" x="214" y="132" width="195" height="22"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400155 <constraints>
156 <constraint firstAttribute="width" constant="195" id="WWj-hO-krj"/>
157 </constraints>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400158 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="Rs0-jZ-NYs">
159 <font key="font" metaFont="system"/>
160 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
161 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
162 </textFieldCell>
163 <connections>
164 <outlet property="delegate" destination="-2" id="fRb-fH-3R6"/>
165 </connections>
166 </textField>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400167 <button translatesAutoresizingMaskIntoConstraints="NO" id="eaR-8q-smW">
Alexandre Lision28664352015-07-29 14:47:42 -0400168 <rect key="frame" x="40" y="195" width="110" height="18"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400169 <constraints>
170 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="106" id="jHN-QU-IsY"/>
171 </constraints>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400172 <buttonCell key="cell" type="check" title="Upnp enabled" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="lHI-bz-ddQ">
173 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
174 <font key="font" metaFont="system"/>
175 </buttonCell>
176 <connections>
177 <action selector="toggleUpnp:" target="-2" id="Ptl-25-3Xz"/>
178 </connections>
179 </button>
Alexandre Lision886cde12016-10-25 17:39:49 -0400180 <button misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="c6K-nF-ezL">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400181 <rect key="frame" x="40" y="44" width="571" height="18"/>
Alexandre Lision28664352015-07-29 14:47:42 -0400182 <buttonCell key="cell" type="check" title="Allow calls from peers in your call history" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="PaC-xE-SHA">
183 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
184 <font key="font" metaFont="system"/>
185 </buttonCell>
186 <connections>
187 <action selector="toggleAllowFromHistory:" target="-2" id="nl2-H4-ARL"/>
188 </connections>
189 </button>
Alexandre Lision886cde12016-10-25 17:39:49 -0400190 <button misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="reK-M8-Eie">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400191 <rect key="frame" x="40" y="71" width="571" height="18"/>
Alexandre Lision28664352015-07-29 14:47:42 -0400192 <buttonCell key="cell" type="check" title="Allow calls from unknown peers" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="kmI-jb-aal">
193 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
194 <font key="font" metaFont="system"/>
195 </buttonCell>
196 <connections>
197 <action selector="toggleAllowFromUnknown:" target="-2" id="St8-jV-rUj"/>
198 </connections>
199 </button>
Alexandre Lision886cde12016-10-25 17:39:49 -0400200 <button misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Zpn-KI-Jfm">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400201 <rect key="frame" x="40" y="18" width="571" height="18"/>
Alexandre Lision28664352015-07-29 14:47:42 -0400202 <buttonCell key="cell" type="check" title="Allow calls from peers in your contact list" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="fX7-9W-XFl">
203 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
204 <font key="font" metaFont="system"/>
205 </buttonCell>
206 <connections>
207 <action selector="toggleAllowFromContacts:" target="-2" id="s1A-th-o6G"/>
208 </connections>
209 </button>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400210 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="c6M-WV-uVk">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400211 <rect key="frame" x="111" y="265" width="407" height="30"/>
212 <constraints>
213 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="407" id="Q9u-bY-u9w"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400214 <constraint firstAttribute="height" constant="30" id="aBK-vN-6hT"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400215 </constraints>
216 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" borderStyle="border" alignment="center" id="cf0-xD-2WZ">
217 <font key="font" metaFont="system"/>
218 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
219 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
220 </textFieldCell>
221 <attributedString key="userComments">
222 <fragment content="Display hash ring">
223 <attributes>
224 <font key="NSFont" metaFont="smallSystem"/>
225 <paragraphStyle key="NSParagraphStyle" alignment="natural" lineBreakMode="wordWrapping" baseWritingDirection="natural"/>
226 </attributes>
227 </fragment>
228 </attributedString>
229 </textField>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400230 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400231 <constraints>
232 <constraint firstItem="Zpn-KI-Jfm" firstAttribute="leading" secondItem="reK-M8-Eie" secondAttribute="leading" id="0aK-Ci-93E"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400233 <constraint firstItem="eaR-8q-smW" firstAttribute="top" secondItem="FlW-Vd-Eem" secondAttribute="bottom" constant="25" id="1Ac-Xz-kiF"/>
234 <constraint firstItem="D7f-4A-xXM" firstAttribute="centerY" secondItem="EVi-Oa-N9k" secondAttribute="centerY" id="3Wv-ku-nKu"/>
235 <constraint firstItem="6uh-UC-6i9" firstAttribute="top" secondItem="eaR-8q-smW" secondAttribute="bottom" constant="16" id="3sD-WB-JUQ"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400236 <constraint firstAttribute="centerX" secondItem="c6M-WV-uVk" secondAttribute="centerX" id="4bm-Jh-lHq"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400237 <constraint firstItem="DUI-3g-gHb" firstAttribute="top" secondItem="e6G-kW-opo" secondAttribute="bottom" constant="17" id="6Ox-HY-vGc"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400238 <constraint firstItem="FlW-Vd-Eem" firstAttribute="baseline" secondItem="phb-wW-DQS" secondAttribute="baseline" id="9hL-zn-yqS"/>
239 <constraint firstItem="reK-M8-Eie" firstAttribute="trailing" secondItem="c6K-nF-ezL" secondAttribute="trailing" id="Bip-i0-UGG"/>
240 <constraint firstItem="idQ-yZ-XB3" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="97" id="Emn-oU-5hP"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400241 <constraint firstItem="4QL-FW-Kjb" firstAttribute="top" secondItem="P8b-Ru-H5G" secondAttribute="bottom" constant="7" id="MJu-ce-p7b"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400242 <constraint firstItem="idQ-yZ-XB3" firstAttribute="top" secondItem="iSd-2v-I3h" secondAttribute="bottom" constant="10" id="N9g-nF-5Oc"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400243 <constraint firstItem="D7f-4A-xXM" firstAttribute="leading" secondItem="idQ-yZ-XB3" secondAttribute="trailing" constant="8" id="UB7-B8-DZ4"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400244 <constraint firstItem="e6G-kW-opo" firstAttribute="leading" secondItem="reK-M8-Eie" secondAttribute="leading" id="Uj3-sN-iro"/>
245 <constraint firstItem="Zpn-KI-Jfm" firstAttribute="top" secondItem="c6K-nF-ezL" secondAttribute="bottom" constant="12" id="Ul6-uZ-rUH"/>
246 <constraint firstItem="6uh-UC-6i9" firstAttribute="leading" secondItem="e6G-kW-opo" secondAttribute="leading" id="VEx-1I-aYY"/>
247 <constraint firstItem="eaR-8q-smW" firstAttribute="leading" secondItem="6uh-UC-6i9" secondAttribute="leading" id="Vot-8V-LMK"/>
248 <constraint firstItem="EVi-Oa-N9k" firstAttribute="top" secondItem="iSd-2v-I3h" secondAttribute="bottom" constant="12" id="Whf-mb-blO"/>
249 <constraint firstItem="iSd-2v-I3h" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="20" symbolic="YES" id="Yt2-Su-eTG"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400250 <constraint firstItem="4QL-FW-Kjb" firstAttribute="leading" secondItem="eaR-8q-smW" secondAttribute="leading" id="d0b-y1-sUR"/>
251 <constraint firstItem="reK-M8-Eie" firstAttribute="top" secondItem="DUI-3g-gHb" secondAttribute="bottom" constant="15" id="eqT-VA-5sh"/>
252 <constraint firstItem="4QL-FW-Kjb" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="42" id="fxN-ZC-slK"/>
253 <constraint firstItem="FlW-Vd-Eem" firstAttribute="trailing" secondItem="eaR-8q-smW" secondAttribute="trailing" id="gAq-5h-P4g"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400254 <constraint firstItem="c6K-nF-ezL" firstAttribute="trailing" secondItem="Zpn-KI-Jfm" secondAttribute="trailing" id="gUO-w0-j6J"/>
255 <constraint firstItem="phb-wW-DQS" firstAttribute="top" secondItem="c6M-WV-uVk" secondAttribute="bottom" constant="10" symbolic="YES" id="gsp-Gr-Vqf"/>
256 <constraint firstAttribute="trailing" secondItem="EVi-Oa-N9k" secondAttribute="trailing" constant="20" id="h2t-Ki-rWO"/>
257 <constraint firstItem="e6G-kW-opo" firstAttribute="baseline" secondItem="fJM-4J-mvZ" secondAttribute="baseline" id="iOa-53-MkS"/>
Alexandre Lision886cde12016-10-25 17:39:49 -0400258 <constraint firstItem="iSd-2v-I3h" firstAttribute="top" secondItem="Hz6-mo-xeY" secondAttribute="top" constant="20" id="jT1-wr-Whu"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400259 <constraint firstItem="c6K-nF-ezL" firstAttribute="top" secondItem="reK-M8-Eie" secondAttribute="bottom" constant="13" id="kta-4V-sYw"/>
Alexandre Lision886cde12016-10-25 17:39:49 -0400260 <constraint firstItem="P8b-Ru-H5G" firstAttribute="top" secondItem="idQ-yZ-XB3" secondAttribute="bottom" constant="11" id="mbu-AH-UaM"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400261 <constraint firstItem="fJM-4J-mvZ" firstAttribute="leading" secondItem="e6G-kW-opo" secondAttribute="trailing" constant="8" id="nAb-oD-B0a"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400262 <constraint firstItem="c6M-WV-uVk" firstAttribute="top" secondItem="4QL-FW-Kjb" secondAttribute="bottom" constant="6" id="nCs-kI-HyR"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400263 <constraint firstItem="Zpn-KI-Jfm" firstAttribute="leading" secondItem="c6K-nF-ezL" secondAttribute="leading" id="pc0-SZ-zeC"/>
264 <constraint firstItem="EVi-Oa-N9k" firstAttribute="leading" secondItem="D7f-4A-xXM" secondAttribute="trailing" constant="8" id="qrl-ic-eji"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400265 <constraint firstItem="P8b-Ru-H5G" firstAttribute="leading" secondItem="DUI-3g-gHb" secondAttribute="leading" id="qti-V2-tKH"/>
266 <constraint firstItem="e6G-kW-opo" firstAttribute="top" secondItem="6uh-UC-6i9" secondAttribute="bottom" constant="17" id="ren-Fm-2Bi"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400267 <constraint firstItem="4QL-FW-Kjb" firstAttribute="trailing" secondItem="reK-M8-Eie" secondAttribute="trailing" id="su4-3k-jUa"/>
268 <constraint firstItem="D7f-4A-xXM" firstAttribute="top" secondItem="iSd-2v-I3h" secondAttribute="bottom" constant="8" id="tbv-Kr-rbA"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400269 <constraint firstItem="phb-wW-DQS" firstAttribute="leading" secondItem="FlW-Vd-Eem" secondAttribute="trailing" constant="8" id="uCI-Vd-ae3"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400270 <constraint firstItem="iSd-2v-I3h" firstAttribute="leading" secondItem="P8b-Ru-H5G" secondAttribute="leading" id="waU-DP-not"/>
271 <constraint firstItem="idQ-yZ-XB3" firstAttribute="baseline" secondItem="D7f-4A-xXM" secondAttribute="baseline" id="xs3-In-hx1"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400272 <constraint firstItem="FlW-Vd-Eem" firstAttribute="leading" secondItem="Hz6-mo-xeY" secondAttribute="leading" constant="40" id="zOA-nT-eVd"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400273 </constraints>
Alexandre Lision886cde12016-10-25 17:39:49 -0400274 <point key="canvasLocation" x="213.5" y="230"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400275 </customView>
Alexandre Lision28664352015-07-29 14:47:42 -0400276 <userDefaultsController representsSharedInstance="YES" id="OEq-Ja-Vda"/>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400277 </objects>
Alexandre Lisionf5fc4792015-03-17 09:15:43 -0400278</document>