]>
Commit | Line | Data |
---|---|---|
4a191e80 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
c7eb2859 | 2 | <document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS"> |
4a191e80 | 3 | <dependencies> |
c7eb2859 RBR |
4 | <deployment identifier="macosx"/> |
5 | <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22154"/> | |
6 | <plugIn identifier="com.apple.WebKit2IBPlugin" version="22154"/> | |
4a191e80 RBR |
7 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
8 | </dependencies> | |
9 | <scenes> | |
10 | <!--Application--> | |
11 | <scene sceneID="JPo-4y-FX3"> | |
12 | <objects> | |
13 | <application id="hnw-xV-0zn" sceneMemberID="viewController"> | |
14 | <menu key="mainMenu" title="Main Menu" systemMenu="main" id="AYu-sK-qS6"> | |
15 | <items> | |
16 | <menuItem title="Junction" id="1Xt-HY-uBw"> | |
17 | <modifierMask key="keyEquivalentModifierMask"/> | |
18 | <menu key="submenu" title="Junction" systemMenu="apple" id="uQy-DD-JDr"> | |
19 | <items> | |
20 | <menuItem title="About Junction" id="5kV-Vb-QxS"> | |
21 | <modifierMask key="keyEquivalentModifierMask"/> | |
22 | <connections> | |
23 | <action selector="orderFrontStandardAboutPanel:" target="Ady-hI-5gd" id="Exp-CZ-Vem"/> | |
24 | </connections> | |
25 | </menuItem> | |
26 | <menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/> | |
27 | <menuItem title="Hide Junction" keyEquivalent="h" id="Olw-nP-bQN"> | |
28 | <connections> | |
29 | <action selector="hide:" target="Ady-hI-5gd" id="PnN-Uc-m68"/> | |
30 | </connections> | |
31 | </menuItem> | |
32 | <menuItem title="Hide Others" keyEquivalent="h" id="Vdr-fp-XzO"> | |
33 | <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> | |
34 | <connections> | |
35 | <action selector="hideOtherApplications:" target="Ady-hI-5gd" id="VT4-aY-XCT"/> | |
36 | </connections> | |
37 | </menuItem> | |
38 | <menuItem title="Show All" id="Kd2-mp-pUS"> | |
39 | <modifierMask key="keyEquivalentModifierMask"/> | |
40 | <connections> | |
41 | <action selector="unhideAllApplications:" target="Ady-hI-5gd" id="Dhg-Le-xox"/> | |
42 | </connections> | |
43 | </menuItem> | |
44 | <menuItem isSeparatorItem="YES" id="kCx-OE-vgT"/> | |
45 | <menuItem title="Quit Junction" keyEquivalent="q" id="4sb-4s-VLi"> | |
46 | <connections> | |
47 | <action selector="terminate:" target="Ady-hI-5gd" id="Te7-pn-YzF"/> | |
48 | </connections> | |
49 | </menuItem> | |
50 | </items> | |
51 | </menu> | |
52 | </menuItem> | |
53 | <menuItem title="Help" id="wpr-3q-Mcd"> | |
54 | <modifierMask key="keyEquivalentModifierMask"/> | |
55 | <menu key="submenu" title="Help" systemMenu="help" id="F2S-fz-NVQ"> | |
56 | <items> | |
57 | <menuItem title="Junction Help" keyEquivalent="?" id="FKE-Sm-Kum"> | |
58 | <connections> | |
59 | <action selector="showHelp:" target="Ady-hI-5gd" id="y7X-2Q-9no"/> | |
60 | </connections> | |
61 | </menuItem> | |
62 | </items> | |
63 | </menu> | |
64 | </menuItem> | |
65 | </items> | |
66 | </menu> | |
67 | <connections> | |
68 | <outlet property="delegate" destination="Voe-Tx-rLC" id="PrD-fu-P6m"/> | |
69 | </connections> | |
70 | </application> | |
c7eb2859 | 71 | <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Junction" customModuleProvider="target"/> |
4a191e80 RBR |
72 | <customObject id="YLy-65-1bz" customClass="NSFontManager"/> |
73 | <customObject id="Ady-hI-5gd" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> | |
74 | </objects> | |
75 | <point key="canvasLocation" x="76" y="-134"/> | |
76 | </scene> | |
77 | <!--Window Controller--> | |
78 | <scene sceneID="R2V-B0-nI4"> | |
79 | <objects> | |
80 | <windowController showSeguePresentationStyle="single" id="B8D-0N-5wS" sceneMemberID="viewController"> | |
81 | <window key="window" title="Junction" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" animationBehavior="default" id="IQv-IB-iLA"> | |
82 | <windowStyleMask key="styleMask" titled="YES" closable="YES"/> | |
83 | <windowCollectionBehavior key="collectionBehavior" fullScreenNone="YES"/> | |
84 | <rect key="contentRect" x="196" y="240" width="425" height="325"/> | |
85 | <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/> | |
86 | <connections> | |
87 | <outlet property="delegate" destination="B8D-0N-5wS" id="98r-iN-zZc"/> | |
88 | </connections> | |
89 | </window> | |
90 | <connections> | |
91 | <segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/> | |
92 | </connections> | |
93 | </windowController> | |
94 | <customObject id="Oky-zY-oP4" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> | |
95 | </objects> | |
96 | <point key="canvasLocation" x="75" y="250"/> | |
97 | </scene> | |
98 | <!--View Controller--> | |
99 | <scene sceneID="hIz-AP-VOD"> | |
100 | <objects> | |
c7eb2859 | 101 | <viewController id="XfG-lQ-9wD" customClass="ViewController" customModule="Junction" customModuleProvider="target" sceneMemberID="viewController"> |
4a191e80 RBR |
102 | <view key="view" id="m2S-Jp-Qdl"> |
103 | <rect key="frame" x="0.0" y="0.0" width="425" height="325"/> | |
104 | <autoresizingMask key="autoresizingMask"/> | |
105 | <subviews> | |
106 | <wkWebView wantsLayer="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="eOr-cG-IQY"> | |
107 | <rect key="frame" x="0.0" y="0.0" width="425" height="325"/> | |
108 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
109 | <wkWebViewConfiguration key="configuration"> | |
110 | <audiovisualMediaTypes key="mediaTypesRequiringUserActionForPlayback" none="YES"/> | |
111 | <wkPreferences key="preferences"/> | |
112 | </wkWebViewConfiguration> | |
113 | </wkWebView> | |
114 | </subviews> | |
115 | </view> | |
116 | <connections> | |
117 | <outlet property="webView" destination="eOr-cG-IQY" id="GFe-mU-dBY"/> | |
118 | </connections> | |
119 | </viewController> | |
120 | <customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/> | |
121 | </objects> | |
122 | <point key="canvasLocation" x="75" y="655"/> | |
123 | </scene> | |
124 | </scenes> | |
125 | </document> |