blob: 78ef34d70d98be59a7d549e3f72f4db1ad0cc5a5 [file] [log] [blame]
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision51ff1492016-04-15 11:38:37 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05003 <dependencies>
Alexandre Lision51ff1492016-04-15 11:38:37 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="GeneralPrefsVC">
8 <connections>
Alexandre Lision3d4143a2015-06-10 14:27:49 -04009 <outlet property="checkIntervalPopUp" destination="RYP-3d-PCa" id="JNO-GR-CV8"/>
Alexandre Lisione4041492015-03-20 18:20:43 -040010 <outlet property="historyChangedLabel" destination="Gyi-ID-Z3v" id="aoO-Fh-UCQ"/>
Alexandre Lisionaa03df42016-01-26 09:39:25 -050011 <outlet property="historyStepper" destination="QmA-ZI-ZL5" id="dDV-1G-rZs"/>
12 <outlet property="historySwitch" destination="DgD-2y-4g5" id="GYk-pz-jGT"/>
13 <outlet property="historyTextField" destination="tHZ-7Q-5iP" id="keP-y2-7Pg"/>
Alexandre Lision261f1b92016-04-04 12:35:34 -040014 <outlet property="photoView" destination="L6I-bx-LnN" id="nag-Fb-Uxb"/>
15 <outlet property="profileNameField" destination="Mjw-8U-dzO" id="IeO-vk-yDC"/>
Alexandre Lision3d4143a2015-06-10 14:27:49 -040016 <outlet property="sparkleContainer" destination="yVO-jk-ay3" id="zni-hI-88D"/>
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +020017 <outlet property="startUpButton" destination="1Nr-L4-fcd" id="veu-Hi-c7L"/>
Alexandre Lision3d4143a2015-06-10 14:27:49 -040018 <outlet property="toggleAutomaticUpdateCheck" destination="MCd-PD-kd7" id="rSB-ac-Nm2"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050019 <outlet property="view" destination="c22-O7-iKe" id="kqH-6G-Ohq"/>
20 </connections>
21 </customObject>
22 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
23 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
24 <customView id="c22-O7-iKe">
Alexandre Lision261f1b92016-04-04 12:35:34 -040025 <rect key="frame" x="0.0" y="0.0" width="546" height="421"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050026 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
27 <subviews>
Alexandre Lision261f1b92016-04-04 12:35:34 -040028 <textField toolTip="Profile" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="MV1-AC-qE7">
29 <rect key="frame" x="30" y="384" width="79" height="17"/>
30 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Profile" id="Thg-oC-5Qw">
31 <font key="font" metaFont="systemBold"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050032 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
33 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
34 </textFieldCell>
35 </textField>
Alexandre Lision261f1b92016-04-04 12:35:34 -040036 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Mjw-8U-dzO">
37 <rect key="frame" x="210" y="305" width="197" height="22"/>
38 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="blA-9U-jdI">
39 <font key="font" metaFont="system"/>
40 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
41 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
42 </textFieldCell>
43 <connections>
44 <outlet property="delegate" destination="-2" id="SbF-hg-KD0"/>
45 </connections>
46 </textField>
Alexandre Lision7f01b072015-09-15 14:57:05 -040047 <button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Oth-up-2k2">
Alexandre Lision261f1b92016-04-04 12:35:34 -040048 <rect key="frame" x="56" y="232" width="197" height="18"/>
49 <buttonCell key="cell" type="check" title="Enable Desktop Notifications" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="uCL-ye-tsv">
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050050 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
51 <font key="font" metaFont="system"/>
52 </buttonCell>
Alexandre Lisione4041492015-03-20 18:20:43 -040053 <connections>
54 <binding destination="Sz0-vm-i3t" name="value" keyPath="values.enable_notifications" id="PuD-KZ-Zat"/>
55 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050056 </button>
Alexandre Lision261f1b92016-04-04 12:35:34 -040057 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="j3T-5j-Fom">
58 <rect key="frame" x="30" y="256" width="162" height="17"/>
59 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Behaviours" id="Rzy-Gh-3wQ">
60 <font key="font" metaFont="systemBold"/>
61 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
62 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
63 </textFieldCell>
64 </textField>
65 <button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1Nr-L4-fcd">
66 <rect key="frame" x="56" y="178" width="136" height="18"/>
67 <buttonCell key="cell" type="check" title="Launch on Startup" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="O2C-xR-mHF">
Alexandre Lisione4041492015-03-20 18:20:43 -040068 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
69 <font key="font" metaFont="system"/>
70 </buttonCell>
71 <connections>
Alexandre Lision261f1b92016-04-04 12:35:34 -040072 <action selector="toggleLaunchAtStartup:" target="-2" id="Rky-YK-2yk"/>
Alexandre Lisione4041492015-03-20 18:20:43 -040073 </connections>
74 </button>
Alexandre Lision7f01b072015-09-15 14:57:05 -040075 <button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DgD-2y-4g5">
Alexandre Lision261f1b92016-04-04 12:35:34 -040076 <rect key="frame" x="56" y="125" width="153" height="18"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -040077 <buttonCell key="cell" type="check" title="Keep my history for" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="3Pb-Ec-zl5">
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050078 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
79 <font key="font" metaFont="system"/>
80 </buttonCell>
Alexandre Lisionaa03df42016-01-26 09:39:25 -050081 <connections>
Alexandre Lision261f1b92016-04-04 12:35:34 -040082 <action selector="toggleHistory:" target="-2" id="2wV-yt-1YG"/>
Alexandre Lisionaa03df42016-01-26 09:39:25 -050083 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050084 </button>
Alexandre Lision7f01b072015-09-15 14:57:05 -040085 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QmA-ZI-ZL5">
Alexandre Lision261f1b92016-04-04 12:35:34 -040086 <rect key="frame" x="251" y="120" width="19" height="27"/>
Alexandre Lisione4041492015-03-20 18:20:43 -040087 <stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" doubleValue="30" id="30B-YQ-Opa"/>
88 <connections>
89 <binding destination="Sz0-vm-i3t" name="value" keyPath="values.history_limit" id="c2j-mK-kYa"/>
90 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050091 </stepper>
Alexandre Lision7f01b072015-09-15 14:57:05 -040092 <textField verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tHZ-7Q-5iP">
Alexandre Lision261f1b92016-04-04 12:35:34 -040093 <rect key="frame" x="206" y="123" width="40" height="22"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -040094 <constraints>
95 <constraint firstAttribute="width" constant="40" id="Qal-Za-gWz"/>
96 </constraints>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050097 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" title="30" drawsBackground="YES" id="JvS-c4-OeT">
98 <font key="font" metaFont="system"/>
99 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
100 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
101 </textFieldCell>
Alexandre Lisione4041492015-03-20 18:20:43 -0400102 <connections>
Alexandre Lisionaa03df42016-01-26 09:39:25 -0500103 <binding destination="Sz0-vm-i3t" name="value" keyPath="values.history_limit" id="4us-N3-vCf">
104 <dictionary key="options">
105 <bool key="NSContinuouslyUpdatesValue" value="YES"/>
106 </dictionary>
107 </binding>
Alexandre Lisione4041492015-03-20 18:20:43 -0400108 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500109 </textField>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400110 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nah-Jm-ZYB">
Alexandre Lision261f1b92016-04-04 12:35:34 -0400111 <rect key="frame" x="273" y="125" width="33" height="17"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400112 <constraints>
113 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="29" id="08C-IP-5pg"/>
114 </constraints>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500115 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="days" id="e5K-l0-Nfw">
116 <font key="font" metaFont="system"/>
117 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
118 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
119 </textFieldCell>
120 </textField>
Alexandre Lisione4041492015-03-20 18:20:43 -0400121 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="U84-le-Iy4">
Alexandre Lision261f1b92016-04-04 12:35:34 -0400122 <rect key="frame" x="58" y="93" width="122" height="19"/>
Alexandre Lisione4041492015-03-20 18:20:43 -0400123 <buttonCell key="cell" type="roundRect" title="Clear History" bezelStyle="roundedRect" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="cd5-9L-Bbb">
124 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
125 <font key="font" metaFont="cellTitle"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500126 </buttonCell>
Alexandre Lisione4041492015-03-20 18:20:43 -0400127 <connections>
128 <action selector="clearHistory:" target="-2" id="yN7-bB-7EY"/>
129 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500130 </button>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400131 <customView translatesAutoresizingMaskIntoConstraints="NO" id="yVO-jk-ay3">
Alexandre Lision261f1b92016-04-04 12:35:34 -0400132 <rect key="frame" x="20" y="20" width="506" height="61"/>
Alexandre Lision3d4143a2015-06-10 14:27:49 -0400133 <subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400134 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="diX-uH-Ce8">
Alexandre Lision261f1b92016-04-04 12:35:34 -0400135 <rect key="frame" x="18" y="44" width="52" height="17"/>
Alexandre Lision3d4143a2015-06-10 14:27:49 -0400136 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Update" id="r4u-t3-gBc">
137 <font key="font" metaFont="systemBold"/>
138 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
139 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
140 </textFieldCell>
141 </textField>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400142 <button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="MCd-PD-kd7">
Alexandre Lision261f1b92016-04-04 12:35:34 -0400143 <rect key="frame" x="43" y="18" width="221" height="18"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400144 <buttonCell key="cell" type="check" title="Automatically check for updates" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="T3a-yx-ZaW">
145 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
146 <font key="font" metaFont="system"/>
147 </buttonCell>
148 </button>
149 <popUpButton verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="RYP-3d-PCa" userLabel="Update interval">
Alexandre Lision261f1b92016-04-04 12:35:34 -0400150 <rect key="frame" x="268" y="12" width="100" height="26"/>
Alexandre Lision3d4143a2015-06-10 14:27:49 -0400151 <popUpButtonCell key="cell" type="push" title="Monthly" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="2629800" imageScaling="proportionallyDown" inset="2" selectedItem="42E-UY-qlP" id="tTF-gp-Rti">
152 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
153 <font key="font" metaFont="menu"/>
154 <menu key="menu" id="GJ4-0X-PTn">
155 <items>
156 <menuItem title="Hourly" tag="3600" id="mbu-TH-bs8"/>
157 <menuItem title="Daily" tag="86400" id="cB6-4m-9MU"/>
158 <menuItem title="Weekly" tag="604800" id="AId-am-73Q"/>
159 <menuItem title="Monthly" state="on" tag="2629800" id="42E-UY-qlP"/>
160 </items>
161 </menu>
162 </popUpButtonCell>
163 </popUpButton>
Alexandre Lision3d4143a2015-06-10 14:27:49 -0400164 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400165 <constraints>
Alexandre Lision261f1b92016-04-04 12:35:34 -0400166 <constraint firstAttribute="height" constant="61" id="1fz-dJ-nDo"/>
167 <constraint firstItem="MCd-PD-kd7" firstAttribute="top" secondItem="diX-uH-Ce8" secondAttribute="bottom" constant="10" id="5Uq-c4-XfL"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400168 <constraint firstItem="RYP-3d-PCa" firstAttribute="leading" secondItem="MCd-PD-kd7" secondAttribute="trailing" constant="8" id="9c7-7m-udP"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400169 <constraint firstItem="diX-uH-Ce8" firstAttribute="leading" secondItem="yVO-jk-ay3" secondAttribute="leading" constant="20" id="DWV-bf-QJe"/>
Alexandre Lision261f1b92016-04-04 12:35:34 -0400170 <constraint firstItem="MCd-PD-kd7" firstAttribute="leading" secondItem="yVO-jk-ay3" secondAttribute="leading" constant="45" id="ZO7-pl-ug1"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400171 </constraints>
Alexandre Lision3d4143a2015-06-10 14:27:49 -0400172 </customView>
Alexandre Lisionaa03df42016-01-26 09:39:25 -0500173 <textField hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Gyi-ID-Z3v">
Alexandre Lision261f1b92016-04-04 12:35:34 -0400174 <rect key="frame" x="310" y="126" width="169" height="14"/>
Alexandre Lisionaa03df42016-01-26 09:39:25 -0500175 <constraints>
176 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="165" id="wfZ-X2-WX8"/>
177 </constraints>
178 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="(Applied on application restart)" id="OTl-vx-S43">
179 <font key="font" metaFont="smallSystem"/>
180 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
181 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
182 </textFieldCell>
183 </textField>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400184 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fC0-ce-Yiz">
Alexandre Lision261f1b92016-04-04 12:35:34 -0400185 <rect key="frame" x="18" y="147" width="399" height="17"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400186 <constraints>
187 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="48" id="JrN-bM-7Wz"/>
188 </constraints>
Alexandre Lision261f1b92016-04-04 12:35:34 -0400189 </textField>
190 <button ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Is4-pD-LOT">
191 <rect key="frame" x="56" y="205" width="294" height="18"/>
192 <buttonCell key="cell" type="check" title="Bring Ring to foreground on incoming calls" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="uYI-hA-JHk">
193 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
194 <font key="font" metaFont="system"/>
195 </buttonCell>
196 <connections>
197 <binding destination="Sz0-vm-i3t" name="value" keyPath="values.window_behaviour" id="ZSW-he-LAz"/>
198 </connections>
199 </button>
200 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="L6I-bx-LnN">
201 <rect key="frame" x="132" y="281" width="70" height="70"/>
202 <buttonCell key="cell" type="square" bezelStyle="shadowlessSquare" image="NSUser" imagePosition="only" alignment="center" imageScaling="proportionallyUpOrDown" inset="2" id="8lT-0k-EYB">
203 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
204 <font key="font" metaFont="system"/>
205 </buttonCell>
206 <connections>
207 <action selector="editPhoto:" target="-2" id="VuT-vf-PDV"/>
208 </connections>
209 </button>
210 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="c9L-Qb-bNK">
211 <rect key="frame" x="42" y="359" width="486" height="17"/>
212 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="This is shared with your contacts " id="vbU-2S-O58">
213 <font key="font" metaFont="system"/>
214 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400215 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
216 </textFieldCell>
217 </textField>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500218 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400219 <constraints>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400220 <constraint firstItem="fC0-ce-Yiz" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="20" id="2iV-DB-Zna"/>
Alexandre Lisionaa03df42016-01-26 09:39:25 -0500221 <constraint firstItem="Gyi-ID-Z3v" firstAttribute="leading" secondItem="nah-Jm-ZYB" secondAttribute="trailing" constant="8" id="EYY-WC-fCM"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400222 <constraint firstItem="Oth-up-2k2" firstAttribute="leading" secondItem="Is4-pD-LOT" secondAttribute="leading" id="Fdb-2p-ULe"/>
223 <constraint firstItem="nah-Jm-ZYB" firstAttribute="leading" secondItem="QmA-ZI-ZL5" secondAttribute="trailing" constant="8" id="JJi-0O-nUi"/>
224 <constraint firstItem="QmA-ZI-ZL5" firstAttribute="leading" secondItem="tHZ-7Q-5iP" secondAttribute="trailing" constant="8" id="YPs-UE-IFi"/>
225 <constraint firstItem="DgD-2y-4g5" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="58" id="aPM-dp-Eym"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400226 <constraint firstAttribute="bottom" secondItem="yVO-jk-ay3" secondAttribute="bottom" constant="20" id="bAA-rc-QhB"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400227 <constraint firstItem="tHZ-7Q-5iP" firstAttribute="leading" secondItem="DgD-2y-4g5" secondAttribute="trailing" constant="3" id="bV5-ZQ-94d"/>
228 <constraint firstItem="Oth-up-2k2" firstAttribute="leading" secondItem="1Nr-L4-fcd" secondAttribute="leading" id="csu-Ug-9sD"/>
Alexandre Lision261f1b92016-04-04 12:35:34 -0400229 <constraint firstItem="yVO-jk-ay3" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="20" id="qa3-OH-fvn"/>
Alexandre Lision51ff1492016-04-15 11:38:37 -0400230 <constraint firstItem="fC0-ce-Yiz" firstAttribute="top" secondItem="1Nr-L4-fcd" secondAttribute="bottom" constant="8" id="tQx-o6-feR"/>
Alexandre Lision261f1b92016-04-04 12:35:34 -0400231 <constraint firstItem="j3T-5j-Fom" firstAttribute="leading" secondItem="c22-O7-iKe" secondAttribute="leading" constant="32" id="twb-vI-7Ls"/>
232 <constraint firstAttribute="trailing" secondItem="yVO-jk-ay3" secondAttribute="trailing" constant="20" id="wig-B4-OtV"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400233 </constraints>
Alexandre Lision261f1b92016-04-04 12:35:34 -0400234 <point key="canvasLocation" x="337" y="81.5"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500235 </customView>
Alexandre Lisione4041492015-03-20 18:20:43 -0400236 <userDefaultsController representsSharedInstance="YES" id="Sz0-vm-i3t"/>
Alexandre Lision3d4143a2015-06-10 14:27:49 -0400237 <customObject id="VEJ-ic-3Ub" customClass="SUUpdater"/>
Alexandre Lision261f1b92016-04-04 12:35:34 -0400238 <button id="WkM-0l-ODu">
239 <rect key="frame" x="0.0" y="0.0" width="61" height="18"/>
240 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
241 <buttonCell key="cell" type="check" title="Check" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="f9K-yg-vBv">
242 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
243 <font key="font" metaFont="system"/>
244 </buttonCell>
245 </button>
246 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="yhY-lt-Sr1">
247 <rect key="frame" x="0.0" y="0.0" width="38" height="17"/>
248 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
249 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Label" id="VGe-3c-dbs">
250 <font key="font" metaFont="system"/>
251 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
252 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
253 </textFieldCell>
254 </textField>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500255 </objects>
Alexandre Lision261f1b92016-04-04 12:35:34 -0400256 <resources>
257 <image name="NSUser" width="32" height="32"/>
258 </resources>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500259</document>