blob: dce592f2007dd8045b3e1352df1995c07ce289ba [file] [log] [blame]
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -04001<?xml version="1.0" encoding="UTF-8"?>
2<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14113" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lisionbfa68f62015-09-10 08:38:42 -04003 <dependencies>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14113"/>
5 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -04006 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="PreferencesWC">
9 <connections>
10 <outlet property="prefsContainer" destination="pWP-Wb-B2n" id="5sN-SJ-O0K"/>
11 <outlet property="window" destination="C1T-wE-wxb" id="pvE-GV-60f"/>
12 </connections>
13 </customObject>
14 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
15 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
16 <window title="Ring Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" showsToolbarButton="NO" animationBehavior="default" id="C1T-wE-wxb">
17 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
18 <rect key="contentRect" x="469" y="334" width="653" height="383"/>
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040019 <rect key="screenRect" x="0.0" y="0.0" width="1440" height="877"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040020 <view key="contentView" id="33Y-I6-Ofh">
Kateryna Kostiuk1f8c1252018-07-30 18:18:57 -040021 <rect key="frame" x="0.0" y="0.0" width="653" height="383"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040022 <autoresizingMask key="autoresizingMask"/>
23 <subviews>
24 <customView translatesAutoresizingMaskIntoConstraints="NO" id="pWP-Wb-B2n">
25 <rect key="frame" x="0.0" y="0.0" width="653" height="383"/>
26 </customView>
27 </subviews>
28 <constraints>
29 <constraint firstAttribute="trailing" secondItem="pWP-Wb-B2n" secondAttribute="trailing" id="OGc-mq-B7Z"/>
30 <constraint firstAttribute="bottom" secondItem="pWP-Wb-B2n" secondAttribute="bottom" id="YJf-Ij-sPp"/>
31 <constraint firstItem="pWP-Wb-B2n" firstAttribute="leading" secondItem="33Y-I6-Ofh" secondAttribute="leading" id="nuF-yA-hnd"/>
32 <constraint firstItem="pWP-Wb-B2n" firstAttribute="top" secondItem="33Y-I6-Ofh" secondAttribute="top" id="r5d-3h-YGX"/>
33 </constraints>
34 </view>
35 <toolbar key="toolbar" implicitIdentifier="AC6F0BE7-01C8-4E05-898B-33D8FB2B542F" autosavesConfiguration="NO" displayMode="iconAndLabel" sizeMode="regular" id="cBX-Cp-0Xw">
36 <allowedToolbarItems>
37 <toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="0Vz-ff-LOS"/>
38 <toolbarItem implicitItemIdentifier="NSToolbarShowFontsItem" id="a4I-8h-7Ld"/>
39 <toolbarItem implicitItemIdentifier="NSToolbarPrintItem" id="KmD-NW-2Sc"/>
40 <toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="6aq-4y-T31"/>
41 <toolbarItem implicitItemIdentifier="A53BED01-97D4-496F-9806-EB216CF9D2D9" explicitItemIdentifier="VideoPrefsIdentifer" label="Video" paletteLabel="Video" tag="-1" image="video" selectable="YES" id="jLi-an-TR2">
42 <connections>
43 <action selector="displayVideo:" target="-2" id="UAi-6C-AQw"/>
44 </connections>
45 </toolbarItem>
46 <toolbarItem implicitItemIdentifier="E53EE3E8-C5D3-49F8-A231-B8FC691E37CE" explicitItemIdentifier="AudioPrefsIdentifer" label="Audio" paletteLabel="Audio" tag="-1" image="audio" selectable="YES" id="iuJ-eu-b7f">
47 <connections>
48 <action selector="displayAudio:" target="-2" id="bbf-3M-NFB"/>
49 </connections>
50 </toolbarItem>
51 <toolbarItem implicitItemIdentifier="EE8B14A6-94EE-47DC-8E40-437D3207D41B" explicitItemIdentifier="GeneralPrefsIdentifier" label="General" paletteLabel="General" tag="-1" image="general" selectable="YES" id="GQi-nL-0Ey">
52 <connections>
53 <action selector="displayGeneral:" target="-2" id="mCA-4c-06H"/>
54 </connections>
55 </toolbarItem>
56 <toolbarItem implicitItemIdentifier="627205FE-1164-4992-8C29-54EB6409DF24" label="Advanced" paletteLabel="Advanced" tag="-1" image="NSAdvanced" id="Qza-fj-d45"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040057 <toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="aIF-RX-dpX"/>
58 </allowedToolbarItems>
59 <defaultToolbarItems>
60 <toolbarItem reference="GQi-nL-0Ey"/>
61 <toolbarItem reference="iuJ-eu-b7f"/>
62 <toolbarItem reference="jLi-an-TR2"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040063 <toolbarItem reference="aIF-RX-dpX"/>
64 </defaultToolbarItems>
65 </toolbar>
66 <connections>
67 <outlet property="delegate" destination="-2" id="jqv-wK-sQz"/>
68 </connections>
69 <point key="canvasLocation" x="449.5" y="181.5"/>
70 </window>
71 </objects>
72 <resources>
73 <image name="NSAdvanced" width="32" height="32"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040074 <image name="audio" width="36" height="36"/>
75 <image name="general" width="36" height="36"/>
76 <image name="video" width="36" height="36"/>
77 </resources>
78</document>