|
5 | 5 | <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9060"/> |
6 | 6 | </dependencies> |
7 | 7 | <objects> |
8 | | - <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> |
| 8 | + <customObject id="-2" userLabel="File's Owner" customClass="ApplicationController"/> |
| 9 | + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
| 10 | + <customObject id="-3" userLabel="Application"> |
9 | 11 | <connections> |
10 | | - <outlet property="delegate" destination="205" id="206"/> |
| 12 | + <outlet property="delegate" destination="205" id="2IS-vA-KKo"/> |
11 | 13 | </connections> |
12 | 14 | </customObject> |
13 | | - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> |
14 | | - <customObject id="-3" userLabel="Application" customClass="NSObject"/> |
15 | 15 | <menu title="MainMenu" systemMenu="main" id="29" userLabel="MainMenu"> |
16 | 16 | <items> |
17 | 17 | <menuItem title="GitX" id="56"> |
|
20 | 20 | <menuItem title="About GitX" id="58"> |
21 | 21 | <modifierMask key="keyEquivalentModifierMask"/> |
22 | 22 | <connections> |
23 | | - <action selector="showAboutPanel:" target="205" id="142"/> |
| 23 | + <action selector="showAboutPanel:" target="-1" id="ivG-FU-hGW"/> |
24 | 24 | </connections> |
25 | 25 | </menuItem> |
26 | 26 | <menuItem isSeparatorItem="YES" id="196"> |
27 | 27 | <modifierMask key="keyEquivalentModifierMask" command="YES"/> |
28 | 28 | </menuItem> |
29 | 29 | <menuItem title="Enable Terminal Usage…" id="909"> |
30 | 30 | <connections> |
31 | | - <action selector="installCliTool:" target="205" id="910"/> |
| 31 | + <action selector="installCliTool:" target="-1" id="A89-7Z-hf3"/> |
32 | 32 | </connections> |
33 | 33 | </menuItem> |
34 | 34 | <menuItem title="Preferences…" keyEquivalent="," id="129"> |
35 | 35 | <connections> |
36 | | - <action selector="openPreferencesWindow:" target="205" id="933"/> |
| 36 | + <action selector="openPreferencesWindow:" target="-1" id="wRi-Ra-7Ua"/> |
37 | 37 | </connections> |
38 | 38 | </menuItem> |
39 | 39 | <menuItem title="Check for Updates…" id="919"> |
|
53 | 53 | </menuItem> |
54 | 54 | <menuItem title="Hide GitX" keyEquivalent="h" id="134"> |
55 | 55 | <connections> |
56 | | - <action selector="hide:" target="-2" id="152"/> |
| 56 | + <action selector="hide:" target="-1" id="f2f-Ce-Bqz"/> |
57 | 57 | </connections> |
58 | 58 | </menuItem> |
59 | 59 | <menuItem title="Hide Others" keyEquivalent="h" id="145"> |
60 | 60 | <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> |
61 | 61 | <connections> |
62 | | - <action selector="hideOtherApplications:" target="-2" id="146"/> |
| 62 | + <action selector="hideOtherApplications:" target="-1" id="xwC-ZO-vrM"/> |
63 | 63 | </connections> |
64 | 64 | </menuItem> |
65 | 65 | <menuItem title="Show All" id="150"> |
66 | 66 | <connections> |
67 | | - <action selector="unhideAllApplications:" target="-2" id="153"/> |
| 67 | + <action selector="unhideAllApplications:" target="-1" id="N7a-he-BiT"/> |
68 | 68 | </connections> |
69 | 69 | </menuItem> |
70 | 70 | <menuItem isSeparatorItem="YES" id="149"> |
71 | 71 | <modifierMask key="keyEquivalentModifierMask" command="YES"/> |
72 | 72 | </menuItem> |
73 | 73 | <menuItem title="Quit GitX" keyEquivalent="q" id="136"> |
74 | 74 | <connections> |
75 | | - <action selector="terminate:" target="-2" id="139"/> |
| 75 | + <action selector="terminate:" target="-1" id="cQq-Bb-5Zs"/> |
76 | 76 | </connections> |
77 | 77 | </menuItem> |
78 | 78 | </items> |
|
440 | 440 | </menuItem> |
441 | 441 | </items> |
442 | 442 | </menu> |
443 | | - <customObject id="205" userLabel="ApplicationController" customClass="ApplicationController"> |
| 443 | + <customObject id="205" userLabel="Application Delegate" customClass="ApplicationController"> |
444 | 444 | <connections> |
445 | 445 | <outlet property="firstResponder" destination="-2" id="868"/> |
446 | 446 | </connections> |
|
0 commit comments