blob: 074154ef891a4dc4a39654a8e36af42eb203d551 [file] [log] [blame]
Loïc Siretfcb4ca62016-09-21 17:12:09 -04001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/>
5 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="RingWizardChooseVC">
8 <connections>
9 <outlet property="view" destination="kwg-fS-3aI" id="C8q-qb-geg"/>
10 </connections>
11 </customObject>
12 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
13 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
14 <customView id="kwg-fS-3aI">
15 <rect key="frame" x="0.0" y="0.0" width="535" height="134"/>
16 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
17 <subviews>
18 <view translatesAutoresizingMaskIntoConstraints="NO" id="uHQ-s7-X3y">
19 <rect key="frame" x="5" y="5" width="525" height="109"/>
20 <subviews>
21 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="cpk-ql-oGP">
22 <rect key="frame" x="163" y="30" width="198" height="29"/>
23 <buttonCell key="cell" type="bevel" title="Link to existing Ring account" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Z9K-mD-ucr">
24 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
25 <font key="font" metaFont="system"/>
26 </buttonCell>
27 <connections>
28 <action selector="linkExistingRingAccount:" target="-2" id="q5v-67-9eC"/>
29 </connections>
30 </button>
31 <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="pcF-lX-ex4">
32 <rect key="frame" x="163" y="62" width="198" height="29"/>
33 <buttonCell key="cell" type="bevel" title="New Ring account" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="k1T-a7-yZD">
34 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
35 <font key="font" metaFont="system"/>
36 </buttonCell>
37 <connections>
38 <action selector="createRingAccount:" target="-2" id="Mij-SG-JWQ"/>
39 </connections>
40 </button>
41 <button translatesAutoresizingMaskIntoConstraints="NO" id="UXp-us-Mbl">
42 <rect key="frame" x="435" y="17" width="72" height="29"/>
43 <constraints>
44 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="68" id="BJn-n9-or6"/>
45 </constraints>
46 <buttonCell key="cell" type="bevel" title="Cancel" bezelStyle="regularSquare" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="YJ3-7G-cU1">
47 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
48 <font key="font" metaFont="system"/>
49 </buttonCell>
50 <connections>
51 <action selector="onCancel:" target="-2" id="VXk-Vg-8RL"/>
52 <binding destination="-2" name="hidden" keyPath="self.isCancelable" id="BJD-kc-nuB">
53 <dictionary key="options">
54 <string key="NSValueTransformerName">NSNegateBoolean</string>
55 </dictionary>
56 </binding>
57 </connections>
58 </button>
59 </subviews>
60 <constraints>
61 <constraint firstItem="cpk-ql-oGP" firstAttribute="top" secondItem="pcF-lX-ex4" secondAttribute="bottom" constant="8" id="5zS-8W-pRW"/>
62 <constraint firstAttribute="trailing" secondItem="UXp-us-Mbl" secondAttribute="trailing" constant="20" id="A9P-tO-DO2"/>
63 <constraint firstItem="pcF-lX-ex4" firstAttribute="trailing" secondItem="cpk-ql-oGP" secondAttribute="trailing" id="HN8-pn-yp6"/>
64 <constraint firstItem="cpk-ql-oGP" firstAttribute="centerX" secondItem="uHQ-s7-X3y" secondAttribute="centerX" id="KMQ-q8-0Vy"/>
65 <constraint firstAttribute="bottom" secondItem="UXp-us-Mbl" secondAttribute="bottom" constant="20" id="fJH-5w-ca6"/>
66 <constraint firstItem="pcF-lX-ex4" firstAttribute="centerX" secondItem="uHQ-s7-X3y" secondAttribute="centerX" id="iq8-Px-R61"/>
67 <constraint firstItem="pcF-lX-ex4" firstAttribute="leading" secondItem="cpk-ql-oGP" secondAttribute="leading" id="n6m-l1-sty"/>
68 <constraint firstItem="pcF-lX-ex4" firstAttribute="top" secondItem="uHQ-s7-X3y" secondAttribute="top" constant="20" id="vhe-SJ-yfX"/>
69 </constraints>
70 </view>
71 </subviews>
72 <constraints>
73 <constraint firstAttribute="trailing" secondItem="uHQ-s7-X3y" secondAttribute="trailing" constant="5" id="2fY-ll-RLQ"/>
74 <constraint firstAttribute="bottom" secondItem="uHQ-s7-X3y" secondAttribute="bottom" constant="5" id="Sm2-ur-GGt"/>
75 <constraint firstItem="uHQ-s7-X3y" firstAttribute="leading" secondItem="kwg-fS-3aI" secondAttribute="leading" constant="5" id="Uek-aG-LYS"/>
76 <constraint firstItem="uHQ-s7-X3y" firstAttribute="top" secondItem="kwg-fS-3aI" secondAttribute="top" constant="20" id="UvI-iR-x3B"/>
77 </constraints>
78 <point key="canvasLocation" x="485.5" y="-279"/>
79 </customView>
80 <userDefaultsController representsSharedInstance="YES" id="ck0-Ru-0YG"/>
81 </objects>
82</document>