blob: 9bdead4fb3ee6cb6318cf4c7ed5ba141c456ade2 [file] [log] [blame]
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision4de68ce2015-04-24 18:22:49 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7706" systemVersion="14D136" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05003 <dependencies>
Alexandre Lision4de68ce2015-04-24 18:22:49 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7706"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="GeneralPrefsVC">
8 <connections>
Alexandre Lision4de68ce2015-04-24 18:22:49 -04009 <outlet property="advancedGeneralSettings" destination="VH6-yw-pgr" id="lSD-RY-Puf"/>
Alexandre Lisione4041492015-03-20 18:20:43 -040010 <outlet property="historyChangedLabel" destination="Gyi-ID-Z3v" id="aoO-Fh-UCQ"/>
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +020011 <outlet property="startUpButton" destination="1Nr-L4-fcd" id="veu-Hi-c7L"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050012 <outlet property="view" destination="c22-O7-iKe" id="kqH-6G-Ohq"/>
13 </connections>
14 </customObject>
15 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
16 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
17 <customView id="c22-O7-iKe">
Alexandre Lision4de68ce2015-04-24 18:22:49 -040018 <rect key="frame" x="0.0" y="0.0" width="899" height="583"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050019 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
20 <subviews>
21 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kYQ-jU-skU">
Alexandre Lision4de68ce2015-04-24 18:22:49 -040022 <rect key="frame" x="57" y="528" width="143" height="17"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050023 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Desktop Notifications:" id="xlz-zw-IJI">
24 <font key="font" metaFont="system"/>
25 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
26 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
27 </textFieldCell>
28 </textField>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050029 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lIm-zX-RIV">
Alexandre Lision4de68ce2015-04-24 18:22:49 -040030 <rect key="frame" x="76" y="492" width="124" height="17"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050031 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Window behaviour:" id="sog-Ok-Y0N">
32 <font key="font" metaFont="system"/>
33 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
34 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
35 </textFieldCell>
36 </textField>
37 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Oth-up-2k2">
Alexandre Lision4de68ce2015-04-24 18:22:49 -040038 <rect key="frame" x="204" y="526" width="147" height="18"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050039 <buttonCell key="cell" type="check" title="Enable Notifications" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="uCL-ye-tsv">
40 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
41 <font key="font" metaFont="system"/>
42 </buttonCell>
Alexandre Lisione4041492015-03-20 18:20:43 -040043 <connections>
44 <binding destination="Sz0-vm-i3t" name="value" keyPath="values.enable_notifications" id="PuD-KZ-Zat"/>
45 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050046 </button>
Alexandre Lisione4041492015-03-20 18:20:43 -040047 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Is4-pD-LOT">
Alexandre Lision4de68ce2015-04-24 18:22:49 -040048 <rect key="frame" x="204" y="491" width="294" height="18"/>
Alexandre Lisione4041492015-03-20 18:20:43 -040049 <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">
50 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
51 <font key="font" metaFont="system"/>
52 </buttonCell>
53 <connections>
54 <binding destination="Sz0-vm-i3t" name="value" keyPath="values.window_behaviour" id="ZSW-he-LAz"/>
55 </connections>
56 </button>
57 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fC0-ce-Yiz">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +020058 <rect key="frame" x="38" y="423" width="54" height="17"/>
Alexandre Lisione4041492015-03-20 18:20:43 -040059 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="History" id="DSD-yl-noX">
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>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050065 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="DgD-2y-4g5">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +020066 <rect key="frame" x="56" y="396" width="195" height="18"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050067 <buttonCell key="cell" type="check" title="Keep my history for at least" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="3Pb-Ec-zl5">
68 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
69 <font key="font" metaFont="system"/>
70 </buttonCell>
71 </button>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050072 <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="QmA-ZI-ZL5">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +020073 <rect key="frame" x="302" y="390" width="19" height="27"/>
Alexandre Lisione4041492015-03-20 18:20:43 -040074 <stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" doubleValue="30" id="30B-YQ-Opa"/>
75 <connections>
76 <binding destination="Sz0-vm-i3t" name="value" keyPath="values.history_limit" id="c2j-mK-kYa"/>
77 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050078 </stepper>
79 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tHZ-7Q-5iP">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +020080 <rect key="frame" x="257" y="393" width="40" height="22"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050081 <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">
82 <font key="font" metaFont="system"/>
83 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
84 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
85 </textFieldCell>
Alexandre Lisione4041492015-03-20 18:20:43 -040086 <connections>
87 <binding destination="Sz0-vm-i3t" name="value" keyPath="values.history_limit" id="O2j-lT-MbR"/>
88 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050089 </textField>
90 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nah-Jm-ZYB">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +020091 <rect key="frame" x="324" y="397" width="33" height="17"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050092 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="days" id="e5K-l0-Nfw">
93 <font key="font" metaFont="system"/>
94 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
95 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
96 </textFieldCell>
97 </textField>
Alexandre Lisione4041492015-03-20 18:20:43 -040098 <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="U84-le-Iy4">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +020099 <rect key="frame" x="58" y="359" width="122" height="19"/>
Alexandre Lisione4041492015-03-20 18:20:43 -0400100 <buttonCell key="cell" type="roundRect" title="Clear History" bezelStyle="roundedRect" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="cd5-9L-Bbb">
101 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
102 <font key="font" metaFont="cellTitle"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500103 </buttonCell>
Alexandre Lisione4041492015-03-20 18:20:43 -0400104 <connections>
105 <action selector="clearHistory:" target="-2" id="yN7-bB-7EY"/>
106 </connections>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500107 </button>
Alexandre Lisione4041492015-03-20 18:20:43 -0400108 <textField hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Gyi-ID-Z3v">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200109 <rect key="frame" x="361" y="393" width="167" height="17"/>
Alexandre Lisione4041492015-03-20 18:20:43 -0400110 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="(Applied on application restart)" id="OTl-vx-S43">
111 <font key="font" metaFont="smallSystem"/>
112 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
113 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
114 </textFieldCell>
115 </textField>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400116 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="j3T-5j-Fom">
117 <rect key="frame" x="38" y="553" width="94" height="17"/>
118 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Interruptions" id="Rzy-Gh-3wQ">
119 <font key="font" metaFont="systemBold"/>
120 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
121 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
122 </textFieldCell>
123 </textField>
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200124 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1Nr-L4-fcd">
125 <rect key="frame" x="204" y="455" width="136" height="18"/>
126 <buttonCell key="cell" type="check" title="Launch on Startup" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="O2C-xR-mHF">
127 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
128 <font key="font" metaFont="system"/>
129 </buttonCell>
130 <connections>
131 <action selector="toggleLaunchAtStartup:" target="-2" id="Rky-YK-2yk"/>
132 </connections>
133 </button>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400134 <customView hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VH6-yw-pgr">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200135 <rect key="frame" x="20" y="171" width="859" height="181"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400136 <subviews>
137 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kAy-G5-0gJ">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200138 <rect key="frame" x="65" y="116" width="104" height="18"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400139 <buttonCell key="cell" type="check" title="Using STUN" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="J3i-Kd-ufy">
140 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
141 <font key="font" metaFont="system"/>
142 </buttonCell>
143 </button>
144 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="sMR-LQ-v1D">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200145 <rect key="frame" x="166" y="114" width="216" height="22"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400146 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Server url..." drawsBackground="YES" id="MzH-CP-Tf3">
147 <font key="font" metaFont="system"/>
148 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
149 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
150 </textFieldCell>
151 </textField>
152 <matrix verticalHuggingPriority="750" fixedFrame="YES" allowsEmptySelection="NO" autorecalculatesCellSize="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vSL-q3-yQ7">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200153 <rect key="frame" x="67" y="61" width="320" height="38"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400154 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
155 <size key="cellSize" width="216" height="18"/>
156 <size key="intercellSpacing" width="4" height="2"/>
157 <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="JPG-Km-0oR">
158 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
159 <font key="font" metaFont="system"/>
160 </buttonCell>
161 <cells>
162 <column>
163 <buttonCell type="radio" title="Same as local parameters" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="jLT-dL-1vJ">
164 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
165 <font key="font" metaFont="system"/>
166 </buttonCell>
167 <buttonCell type="radio" title="Set published address and port" imagePosition="left" alignment="left" inset="2" id="qQz-Qg-AcZ">
168 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
169 <font key="font" metaFont="system"/>
170 </buttonCell>
171 </column>
172 </cells>
173 </matrix>
174 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Zjo-JQ-eys">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200175 <rect key="frame" x="87" y="20" width="187" height="22"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400176 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="mWy-F0-AW6">
177 <font key="font" metaFont="system"/>
178 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
179 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
180 </textFieldCell>
181 </textField>
182 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8Tf-sb-mk9">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200183 <rect key="frame" x="316" y="20" width="63" height="22"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400184 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="u2t-ps-CAH">
185 <font key="font" metaFont="system"/>
186 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
187 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
188 </textFieldCell>
189 </textField>
190 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="asH-TC-Vjh">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200191 <rect key="frame" x="280" y="23" width="30" height="17"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400192 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Port" id="mfD-5d-YAO">
193 <font key="font" metaFont="system"/>
194 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
195 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
196 </textFieldCell>
197 </textField>
198 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Rcn-X4-Z0S">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200199 <rect key="frame" x="30" y="23" width="55" height="17"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400200 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Address" id="mDR-e7-DwU">
201 <font key="font" metaFont="system"/>
202 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
203 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
204 </textFieldCell>
205 </textField>
206 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="v1V-gL-Qea">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200207 <rect key="frame" x="18" y="144" width="87" height="17"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400208 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="STUN server" id="5BD-IL-feS">
209 <font key="font" metaFont="systemBold"/>
210 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
211 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
212 </textFieldCell>
213 </textField>
214 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Tlg-3Y-SwP">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200215 <rect key="frame" x="564" y="114" width="216" height="22"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400216 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="Server url..." drawsBackground="YES" id="5IL-CF-xNE">
217 <font key="font" metaFont="system"/>
218 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
219 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
220 </textFieldCell>
221 </textField>
222 <matrix verticalHuggingPriority="750" fixedFrame="YES" allowsEmptySelection="NO" autorecalculatesCellSize="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Jxr-u3-BHN">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200223 <rect key="frame" x="465" y="61" width="320" height="38"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400224 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
225 <size key="cellSize" width="216" height="18"/>
226 <size key="intercellSpacing" width="4" height="2"/>
227 <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="5or-Uc-aW4">
228 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
229 <font key="font" metaFont="system"/>
230 </buttonCell>
231 <cells>
232 <column>
233 <buttonCell type="radio" title="Same as local parameters" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="AyQ-SW-wnT">
234 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
235 <font key="font" metaFont="system"/>
236 </buttonCell>
237 <buttonCell type="radio" title="Set published address and port" imagePosition="left" alignment="left" inset="2" id="S5X-FW-4tQ">
238 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
239 <font key="font" metaFont="system"/>
240 </buttonCell>
241 </column>
242 </cells>
243 </matrix>
244 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="orf-tH-Ryt">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200245 <rect key="frame" x="485" y="20" width="187" height="22"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400246 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="DxB-Pf-IB5">
247 <font key="font" metaFont="system"/>
248 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
249 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
250 </textFieldCell>
251 </textField>
252 <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="L7A-C3-OaS">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200253 <rect key="frame" x="714" y="20" width="63" height="22"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400254 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="qBg-Z7-cPZ">
255 <font key="font" metaFont="system"/>
256 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
257 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
258 </textFieldCell>
259 </textField>
260 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cy7-Hu-7rs">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200261 <rect key="frame" x="678" y="23" width="30" height="17"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400262 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Port" id="Kby-vh-BDl">
263 <font key="font" metaFont="system"/>
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 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qwZ-OU-p2U">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200269 <rect key="frame" x="428" y="23" width="55" height="17"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400270 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Address" id="fsN-LH-LkL">
271 <font key="font" metaFont="system"/>
272 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
273 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
274 </textFieldCell>
275 </textField>
276 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="IVO-Du-c46">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200277 <rect key="frame" x="416" y="144" width="88" height="17"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400278 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="TURN server" id="RdV-YO-mtx">
279 <font key="font" metaFont="systemBold"/>
280 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
281 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
282 </textFieldCell>
283 </textField>
284 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="H4W-dK-kUO">
Alexandre Lision1ad5a2f2015-05-27 14:21:45 +0200285 <rect key="frame" x="463" y="116" width="104" height="18"/>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400286 <buttonCell key="cell" type="check" title="Using TURN" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="jr8-R1-kiL">
287 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
288 <font key="font" metaFont="system"/>
289 </buttonCell>
290 </button>
291 </subviews>
292 </customView>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500293 </subviews>
Alexandre Lision4de68ce2015-04-24 18:22:49 -0400294 <point key="canvasLocation" x="523.5" y="220.5"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500295 </customView>
Alexandre Lisione4041492015-03-20 18:20:43 -0400296 <userDefaultsController representsSharedInstance="YES" id="Sz0-vm-i3t"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500297 </objects>
298</document>