blob: cd9853df023501f0ada115cec008d88482bfbd4f [file] [log] [blame]
Alexandre Lision745e4d62015-03-22 20:03:10 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lision33942092016-02-03 12:19:09 -05002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
Alexandre Lision745e4d62015-03-22 20:03:10 -04003 <dependencies>
Alexandre Lision33942092016-02-03 12:19:09 -05004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -04005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="RingWizardWC">
8 <connections>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -04009 <outlet property="caListPathControl" destination="fnL-AL-k3N" id="5ad-Cb-mM5"/>
10 <outlet property="certificatePathControl" destination="1Hn-6F-5Pq" id="V5y-qn-MkJ"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040011 <outlet property="createButton" destination="rC1-mU-Scu" id="JrT-qi-fF5"/>
12 <outlet property="goToAppButton" destination="hKA-b6-heE" id="voO-WW-sdE"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040013 <outlet property="indicationLabel" destination="PZB-UI-B3R" id="t79-DV-rKR"/>
Alexandre Lision33942092016-02-03 12:19:09 -050014 <outlet property="nicknameField" destination="Phj-na-SP1" id="e9d-3N-z9N"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040015 <outlet property="passwordField" destination="1nU-BV-LdG" id="1fI-Xa-L9w"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040016 <outlet property="progressBar" destination="nRx-qJ-VIe" id="qJ2-ra-GkK"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040017 <outlet property="pvkContainer" destination="he3-z9-OHD" id="rmf-aA-Lv6"/>
18 <outlet property="pvkPathControl" destination="Wk1-nk-8ES" id="Sb9-e1-mDQ"/>
19 <outlet property="securityContainer" destination="ftV-Pr-W0i" id="wUj-m3-EIE"/>
20 <outlet property="showCustomCertsButton" destination="aZl-bU-psB" id="RQ2-RR-ufD"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040021 <outlet property="window" destination="4LP-GX-BkH" id="vNm-J0-gmv"/>
22 </connections>
23 </customObject>
24 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
25 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040026 <window title="Ring" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" showsToolbarButton="NO" animationBehavior="default" id="4LP-GX-BkH">
Alexandre Lision745e4d62015-03-22 20:03:10 -040027 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040028 <rect key="contentRect" x="599" y="440" width="480" height="173"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040029 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1050"/>
30 <view key="contentView" id="Wgr-xH-z0G">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040031 <rect key="frame" x="0.0" y="5" width="480" height="173"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040032 <autoresizingMask key="autoresizingMask"/>
33 <subviews>
Alexandre Lision33942092016-02-03 12:19:09 -050034 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rAn-Kv-PgL">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040035 <rect key="frame" x="18" y="117" width="231" height="36"/>
36 <textFieldCell key="cell" controlSize="mini" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Welcome to Ring" id="uqu-uh-Wao">
Alexandre Lision745e4d62015-03-22 20:03:10 -040037 <font key="font" metaFont="system" size="30"/>
38 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
39 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
40 </textFieldCell>
41 </textField>
Alexandre Lision745e4d62015-03-22 20:03:10 -040042 <button translatesAutoresizingMaskIntoConstraints="NO" id="rC1-mU-Scu">
43 <rect key="frame" x="390" y="17" width="72" height="29"/>
44 <constraints>
45 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="3Oi-R8-jmQ"/>
46 </constraints>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040047 <buttonCell key="cell" type="bevel" title="OK" bezelStyle="regularSquare" alignment="center" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="wDw-Ut-RUm">
Alexandre Lision745e4d62015-03-22 20:03:10 -040048 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
49 <font key="font" metaFont="system"/>
50 <string key="keyEquivalent" base64-UTF8="YES">
51DQ
52</string>
53 </buttonCell>
54 <connections>
55 <action selector="createRingAccount:" target="-2" id="CBc-Mm-dzm"/>
56 </connections>
57 </button>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040058 <progressIndicator hidden="YES" maxValue="100" indeterminate="YES" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="nRx-qJ-VIe">
59 <rect key="frame" x="192" y="62" width="96" height="20"/>
60 <constraints>
61 <constraint firstAttribute="width" constant="96" id="EN6-qO-gH1"/>
62 </constraints>
Alexandre Lision745e4d62015-03-22 20:03:10 -040063 </progressIndicator>
Alexandre Lision33942092016-02-03 12:19:09 -050064 <button hidden="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hKA-b6-heE">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040065 <rect key="frame" x="306" y="17" width="80" height="29"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040066 <buttonCell key="cell" type="bevel" title="Continue" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Kwr-LJ-K8C">
67 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
68 <font key="font" metaFont="system"/>
69 </buttonCell>
70 <connections>
71 <action selector="goToApp:" target="-2" id="o8v-93-fE5"/>
72 </connections>
73 </button>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040074 <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="PZB-UI-B3R">
75 <rect key="frame" x="46" y="89" width="416" height="20"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040076 <constraints>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040077 <constraint firstAttribute="height" constant="20" id="1T5-n3-xOf"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -040078 </constraints>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040079 <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" title="First tell us who you are" id="meL-TZ-VQO">
Alexandre Lision745e4d62015-03-22 20:03:10 -040080 <font key="font" metaFont="system"/>
81 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
82 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
83 </textFieldCell>
84 </textField>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -040085 <button toolTip="Choose custom certificates" horizontalHuggingPriority="750" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="aZl-bU-psB">
86 <rect key="frame" x="322" y="50" width="39" height="38"/>
87 <buttonCell key="cell" type="round" bezelStyle="circular" image="NSAddTemplate" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="b1Z-dE-vrA">
88 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
89 <font key="font" metaFont="system"/>
90 </buttonCell>
91 <connections>
92 <action selector="chooseOwnCertificates:" target="-2" id="Tel-fO-O2f"/>
93 </connections>
94 </button>
95 <textField verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Phj-na-SP1">
96 <rect key="frame" x="161" y="59" width="159" height="22"/>
97 <textFieldCell key="cell" controlSize="mini" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="5Z7-Wi-530">
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>
102 <connections>
103 <outlet property="delegate" destination="-2" id="K7L-Rf-9i7"/>
104 </connections>
105 </textField>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400106 </subviews>
107 <constraints>
108 <constraint firstAttribute="trailing" secondItem="rC1-mU-Scu" secondAttribute="trailing" constant="20" id="02s-v0-sLn"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400109 <constraint firstItem="nRx-qJ-VIe" firstAttribute="centerX" secondItem="Phj-na-SP1" secondAttribute="centerX" id="2X6-yE-3WK"/>
110 <constraint firstItem="rAn-Kv-PgL" firstAttribute="leading" secondItem="Wgr-xH-z0G" secondAttribute="leading" constant="20" id="4F3-Xi-OWO"/>
111 <constraint firstItem="aZl-bU-psB" firstAttribute="centerY" secondItem="Phj-na-SP1" secondAttribute="centerY" id="CiD-0z-uVv"/>
112 <constraint firstItem="aZl-bU-psB" firstAttribute="top" secondItem="PZB-UI-B3R" secondAttribute="bottom" constant="6" id="D54-WV-hOC"/>
113 <constraint firstItem="rAn-Kv-PgL" firstAttribute="top" secondItem="Wgr-xH-z0G" secondAttribute="top" constant="20" id="E8Q-rV-slT"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400114 <constraint firstItem="rC1-mU-Scu" firstAttribute="leading" secondItem="hKA-b6-heE" secondAttribute="trailing" constant="8" id="RUS-zV-JtN"/>
115 <constraint firstAttribute="bottom" secondItem="hKA-b6-heE" secondAttribute="bottom" constant="20" id="TGf-Kl-MPP"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400116 <constraint firstItem="Phj-na-SP1" firstAttribute="centerY" secondItem="nRx-qJ-VIe" secondAttribute="centerY" constant="2" id="Y60-kb-MMV"/>
117 <constraint firstItem="aZl-bU-psB" firstAttribute="leading" secondItem="Phj-na-SP1" secondAttribute="trailing" constant="8" id="cNp-lK-SAf"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400118 <constraint firstAttribute="bottom" secondItem="rC1-mU-Scu" secondAttribute="bottom" constant="20" id="dbf-vQ-Wby"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400119 <constraint firstItem="PZB-UI-B3R" firstAttribute="top" secondItem="rAn-Kv-PgL" secondAttribute="bottom" constant="8" id="iBw-TJ-w8X"/>
120 <constraint firstItem="PZB-UI-B3R" firstAttribute="leading" secondItem="Wgr-xH-z0G" secondAttribute="leading" constant="48" id="jBv-tH-n9x"/>
121 <constraint firstAttribute="trailing" secondItem="PZB-UI-B3R" secondAttribute="trailing" constant="20" id="jiS-fs-7gq"/>
122 <constraint firstAttribute="centerX" secondItem="Phj-na-SP1" secondAttribute="centerX" id="pZ6-h5-hBt"/>
123 <constraint firstItem="Phj-na-SP1" firstAttribute="top" secondItem="PZB-UI-B3R" secondAttribute="bottom" constant="8" id="ypd-9b-fEH"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400124 </constraints>
125 </view>
126 <connections>
127 <outlet property="delegate" destination="-2" id="cKX-Z2-yDq"/>
128 </connections>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400129 <point key="canvasLocation" x="661" y="-59.5"/>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400130 </window>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400131 <customView identifier="ChooseCerts" id="ftV-Pr-W0i">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400132 <rect key="frame" x="0.0" y="0.0" width="531" height="172"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400133 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
134 <subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400135 <pathControl verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1Hn-6F-5Pq">
136 <rect key="frame" x="242" y="75" width="200" height="26"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400137 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="kCA-gk-cMZ">
138 <font key="font" metaFont="system"/>
139 </pathCell>
140 <connections>
141 <action selector="certificatePathControlSingleClick:" target="-2" id="gLr-11-7u9"/>
142 </connections>
143 </pathControl>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400144 <pathControl verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fnL-AL-k3N">
145 <rect key="frame" x="242" y="103" width="200" height="26"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400146 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="GQX-gh-pkz">
147 <font key="font" metaFont="system"/>
148 </pathCell>
149 <connections>
150 <action selector="caListPathControlSingleClick:" target="-2" id="YSc-pJ-KRW"/>
151 </connections>
152 </pathControl>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400153 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oIN-Fl-8Li">
154 <rect key="frame" x="18" y="81" width="221" height="17"/>
155 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="User Certificate" id="V1U-ew-Ge2">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400156 <font key="font" metaFont="system"/>
157 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
158 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
159 </textFieldCell>
160 </textField>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400161 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="t9K-II-jmt">
162 <rect key="frame" x="18" y="107" width="221" height="17"/>
163 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Certificate Authority list" id="SpA-zX-ytE">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400164 <font key="font" metaFont="system"/>
165 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
166 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
167 </textFieldCell>
168 </textField>
169 <customView hidden="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="he3-z9-OHD">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400170 <rect key="frame" x="20" y="0.0" width="511" height="71"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400171 <subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400172 <pathControl verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Wk1-nk-8ES">
173 <rect key="frame" x="223" y="41" width="200" height="26"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400174 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="dkC-t2-qyc">
175 <font key="font" metaFont="system"/>
176 </pathCell>
177 <connections>
178 <action selector="pvkFilePathControlSingleClick:" target="-2" id="aTR-VH-hJK"/>
179 </connections>
180 </pathControl>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400181 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4EG-qH-WOF">
182 <rect key="frame" x="18" y="45" width="202" height="17"/>
183 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Private key" id="poP-JD-MDa">
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400184 <font key="font" metaFont="system"/>
185 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
186 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
187 </textFieldCell>
188 </textField>
189 <secureTextField hidden="YES" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1nU-BV-LdG">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400190 <rect key="frame" x="226" y="9" width="145" height="22"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400191 <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="Password..." drawsBackground="YES" usesSingleLineMode="YES" id="Hsc-U9-2RV">
192 <font key="font" metaFont="system"/>
193 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
194 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
195 <allowedInputSourceLocales>
196 <string>NSAllRomanInputSourcesLocaleIdentifier</string>
197 </allowedInputSourceLocales>
198 </secureTextFieldCell>
199 <connections>
200 <outlet property="delegate" destination="-2" id="XjT-FM-vvp"/>
201 </connections>
202 </secureTextField>
203 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400204 <constraints>
205 <constraint firstItem="Wk1-nk-8ES" firstAttribute="leading" secondItem="4EG-qH-WOF" secondAttribute="trailing" constant="8" id="Mfo-AY-j64"/>
206 </constraints>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400207 </customView>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400208 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="K7H-z9-exz">
Alexandre Lision7f01b072015-09-15 14:57:05 -0400209 <rect key="frame" x="18" y="155" width="199" height="17"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400210 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Advanced security (optionnal)" id="Gnn-K9-PTH">
211 <font key="font" metaFont="systemBold"/>
212 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
213 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
214 </textFieldCell>
215 </textField>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400216 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="21c-hJ-jTB">
217 <rect key="frame" x="30" y="130" width="483" height="17"/>
218 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Choose your own certificates" id="4ls-Yq-mDp">
219 <font key="font" metaFont="system"/>
220 <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
221 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
222 </textFieldCell>
223 </textField>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400224 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400225 <constraints>
226 <constraint firstItem="fnL-AL-k3N" firstAttribute="leading" secondItem="t9K-II-jmt" secondAttribute="trailing" constant="8" id="HuI-1u-ggc"/>
227 <constraint firstItem="1Hn-6F-5Pq" firstAttribute="leading" secondItem="oIN-Fl-8Li" secondAttribute="trailing" constant="8" id="Xqa-pG-Igc"/>
228 </constraints>
229 <point key="canvasLocation" x="62.5" y="15"/>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400230 </customView>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400231 </objects>
Alexandre Lisionb3f7ed62015-08-17 11:53:13 -0400232 <resources>
233 <image name="NSAddTemplate" width="11" height="11"/>
234 </resources>
Alexandre Lision745e4d62015-03-22 20:03:10 -0400235</document>