Add a toolbar icon for the HUD window, which required making DebuggerController the...
[macgdbp.git] / MacGDBp.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 1E027F0A0D36F23F00885DEE /* Run.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E027F080D36F23F00885DEE /* Run.png */; };
11 1E027F0B0D36F23F00885DEE /* StepOver.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E027F090D36F23F00885DEE /* StepOver.png */; };
12 1E027F390D36F60800885DEE /* Reconnect.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E027F380D36F60800885DEE /* Reconnect.png */; };
13 1E02C3D50C60EC2C006F1752 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */; };
14 1E02C5710C610158006F1752 /* GDBpConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C5700C610158006F1752 /* GDBpConnection.m */; };
15 1E02C5F60C610724006F1752 /* DebuggerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C5F50C610724006F1752 /* DebuggerController.m */; };
16 1E0AFBB90FC2518700C67031 /* HUDIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 1E0AFBB80FC2518700C67031 /* HUDIcon.png */; };
17 1E1E53030DF9B89800D334F9 /* Breakpoints.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E1E53010DF9B89800D334F9 /* Breakpoints.xib */; };
18 1E35FC760C6579CA0030F527 /* NSXMLElementAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E35FC750C6579CA0030F527 /* NSXMLElementAdditions.m */; };
19 1E35FEA10C6599040030F527 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E35FEA00C6599040030F527 /* base64.c */; };
20 1E416FF90D36F821009A53A2 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E416FF60D36F821009A53A2 /* MainMenu.xib */; };
21 1E42F1D70F53317B008412DB /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 1E42F1D60F53317B008412DB /* dsa_pub.pem */; };
22 1E4C7AF90DA401C7000A9DC7 /* BreakpointManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E4C7AF80DA401C7000A9DC7 /* BreakpointManager.m */; };
23 1E67E6FD0F3C052000E68F1B /* PreferencesPathsArrayController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E67E6FC0F3C052000E68F1B /* PreferencesPathsArrayController.m */; };
24 1E7188680D839F6300969277 /* BSLineNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188630D839F6300969277 /* BSLineNumberView.m */; };
25 1E7188690D839F6300969277 /* BSSourceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188650D839F6300969277 /* BSSourceView.m */; };
26 1E71886A0D839F6300969277 /* BSSourceViewTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188670D839F6300969277 /* BSSourceViewTextView.m */; };
27 1E822CDD0DA28AC30027A23F /* Breakpoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E822CDC0DA28AC30027A23F /* Breakpoint.m */; };
28 1E9582620E252474001A3D89 /* Preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E9582600E252474001A3D89 /* Preferences.xib */; };
29 1E9582670E2524AD001A3D89 /* PreferencesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E9582660E2524AD001A3D89 /* PreferencesController.m */; };
30 1E9583200E2531BD001A3D89 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E95831F0E2531BD001A3D89 /* Sparkle.framework */; };
31 1E95834C0E2531D5001A3D89 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1E95831F0E2531BD001A3D89 /* Sparkle.framework */; };
32 1EB7BED50ECF3CA90033283A /* StackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EB7BED40ECF3CA90033283A /* StackFrame.m */; };
33 1EBF4D5D0EE35F0700B62769 /* StackController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EBF4D5C0EE35F0700B62769 /* StackController.m */; };
34 1EEBFBE50D34C793008F835B /* Debugger.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFBE30D34C793008F835B /* Debugger.xib */; };
35 1EEBFC2B0D358EBD008F835B /* StepIn.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFC2A0D358EBD008F835B /* StepIn.png */; };
36 1EEBFC370D358F1B008F835B /* StepOut.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFC360D358F1B008F835B /* StepOut.png */; };
37 1EEBFD090D3599E8008F835B /* BSSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EEBFD070D3599E8008F835B /* BSSplitView.m */; };
38 1EEBFD120D359A9F008F835B /* dimple.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFD110D359A9F008F835B /* dimple.png */; };
39 1EEE875D0D9DE4B4009CBA7C /* MacGDBp.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1EEE875C0D9DE4B4009CBA7C /* MacGDBp.icns */; };
40 1EEEE9400C618B70000C0732 /* SocketWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */; };
41 1EFF70C30DFDC018006B9D33 /* BreakpointController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EFF70C20DFDC018006B9D33 /* BreakpointController.m */; };
42 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
43 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
44 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
45 /* End PBXBuildFile section */
46
47 /* Begin PBXCopyFilesBuildPhase section */
48 1E9583550E2531E7001A3D89 /* CopyFiles */ = {
49 isa = PBXCopyFilesBuildPhase;
50 buildActionMask = 2147483647;
51 dstPath = "";
52 dstSubfolderSpec = 10;
53 files = (
54 1E95834C0E2531D5001A3D89 /* Sparkle.framework in CopyFiles */,
55 );
56 runOnlyForDeploymentPostprocessing = 0;
57 };
58 /* End PBXCopyFilesBuildPhase section */
59
60 /* Begin PBXFileReference section */
61 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
62 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
63 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
64 1E027F080D36F23F00885DEE /* Run.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Run.png; path = Icons/Run.png; sourceTree = "<group>"; };
65 1E027F090D36F23F00885DEE /* StepOver.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepOver.png; path = Icons/StepOver.png; sourceTree = "<group>"; };
66 1E027F380D36F60800885DEE /* Reconnect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Reconnect.png; path = Icons/Reconnect.png; sourceTree = "<group>"; };
67 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/AppDelegate.h; sourceTree = "<group>"; };
68 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/AppDelegate.m; sourceTree = "<group>"; };
69 1E02C56F0C610158006F1752 /* GDBpConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GDBpConnection.h; path = Source/GDBpConnection.h; sourceTree = "<group>"; };
70 1E02C5700C610158006F1752 /* GDBpConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GDBpConnection.m; path = Source/GDBpConnection.m; sourceTree = "<group>"; };
71 1E02C5F40C610724006F1752 /* DebuggerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebuggerController.h; path = Source/DebuggerController.h; sourceTree = "<group>"; };
72 1E02C5F50C610724006F1752 /* DebuggerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DebuggerController.m; path = Source/DebuggerController.m; sourceTree = "<group>"; };
73 1E0AFBB80FC2518700C67031 /* HUDIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = HUDIcon.png; path = Icons/HUDIcon.png; sourceTree = "<group>"; };
74 1E1E53020DF9B89800D334F9 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Breakpoints.xib; sourceTree = "<group>"; };
75 1E35FC750C6579CA0030F527 /* NSXMLElementAdditions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = NSXMLElementAdditions.m; path = Source/NSXMLElementAdditions.m; sourceTree = "<group>"; };
76 1E35FE9F0C6599040030F527 /* base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = base64.h; path = Source/base64.h; sourceTree = "<group>"; };
77 1E35FEA00C6599040030F527 /* base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = base64.c; path = Source/base64.c; sourceTree = "<group>"; };
78 1E35FFB00C65A74C0030F527 /* NSXMLElementAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSXMLElementAdditions.h; path = Source/NSXMLElementAdditions.h; sourceTree = "<group>"; };
79 1E416FF70D36F821009A53A2 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
80 1E42F1D60F53317B008412DB /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = "<group>"; };
81 1E4C7AF70DA401C7000A9DC7 /* BreakpointManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BreakpointManager.h; path = Source/BreakpointManager.h; sourceTree = "<group>"; };
82 1E4C7AF80DA401C7000A9DC7 /* BreakpointManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BreakpointManager.m; path = Source/BreakpointManager.m; sourceTree = "<group>"; };
83 1E67E6FB0F3C052000E68F1B /* PreferencesPathsArrayController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PreferencesPathsArrayController.h; path = Source/PreferencesPathsArrayController.h; sourceTree = "<group>"; };
84 1E67E6FC0F3C052000E68F1B /* PreferencesPathsArrayController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PreferencesPathsArrayController.m; path = Source/PreferencesPathsArrayController.m; sourceTree = "<group>"; };
85 1E7188620D839F6300969277 /* BSLineNumberView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSLineNumberView.h; path = Source/BSLineNumberView.h; sourceTree = "<group>"; };
86 1E7188630D839F6300969277 /* BSLineNumberView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSLineNumberView.m; path = Source/BSLineNumberView.m; sourceTree = "<group>"; };
87 1E7188640D839F6300969277 /* BSSourceView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSourceView.h; path = Source/BSSourceView.h; sourceTree = "<group>"; };
88 1E7188650D839F6300969277 /* BSSourceView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSourceView.m; path = Source/BSSourceView.m; sourceTree = "<group>"; };
89 1E7188660D839F6300969277 /* BSSourceViewTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSourceViewTextView.h; path = Source/BSSourceViewTextView.h; sourceTree = "<group>"; };
90 1E7188670D839F6300969277 /* BSSourceViewTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSourceViewTextView.m; path = Source/BSSourceViewTextView.m; sourceTree = "<group>"; };
91 1E822CDB0DA28AC30027A23F /* Breakpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Breakpoint.h; path = Source/Breakpoint.h; sourceTree = "<group>"; };
92 1E822CDC0DA28AC30027A23F /* Breakpoint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Breakpoint.m; path = Source/Breakpoint.m; sourceTree = "<group>"; };
93 1E9582610E252474001A3D89 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Preferences.xib; sourceTree = "<group>"; };
94 1E9582650E2524AD001A3D89 /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PreferencesController.h; path = Source/PreferencesController.h; sourceTree = "<group>"; };
95 1E9582660E2524AD001A3D89 /* PreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PreferencesController.m; path = Source/PreferencesController.m; sourceTree = "<group>"; };
96 1E95831F0E2531BD001A3D89 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
97 1EB7BED30ECF3CA90033283A /* StackFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StackFrame.h; path = Source/StackFrame.h; sourceTree = "<group>"; };
98 1EB7BED40ECF3CA90033283A /* StackFrame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StackFrame.m; path = Source/StackFrame.m; sourceTree = "<group>"; };
99 1EBF4D5B0EE35F0700B62769 /* StackController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StackController.h; path = Source/StackController.h; sourceTree = "<group>"; };
100 1EBF4D5C0EE35F0700B62769 /* StackController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StackController.m; path = Source/StackController.m; sourceTree = "<group>"; };
101 1EEBFBE40D34C793008F835B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Debugger.xib; sourceTree = "<group>"; };
102 1EEBFC2A0D358EBD008F835B /* StepIn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepIn.png; path = Icons/StepIn.png; sourceTree = "<group>"; };
103 1EEBFC360D358F1B008F835B /* StepOut.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepOut.png; path = Icons/StepOut.png; sourceTree = "<group>"; };
104 1EEBFD070D3599E8008F835B /* BSSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSplitView.m; path = Source/BSSplitView.m; sourceTree = "<group>"; };
105 1EEBFD080D3599E8008F835B /* BSSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSplitView.h; path = Source/BSSplitView.h; sourceTree = "<group>"; };
106 1EEBFD110D359A9F008F835B /* dimple.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dimple.png; sourceTree = "<group>"; };
107 1EEE875C0D9DE4B4009CBA7C /* MacGDBp.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = MacGDBp.icns; path = Icons/MacGDBp.icns; sourceTree = "<group>"; };
108 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SocketWrapper.h; path = Source/SocketWrapper.h; sourceTree = "<group>"; };
109 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SocketWrapper.m; path = Source/SocketWrapper.m; sourceTree = "<group>"; };
110 1EFF70C10DFDC018006B9D33 /* BreakpointController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BreakpointController.h; path = Source/BreakpointController.h; sourceTree = "<group>"; };
111 1EFF70C20DFDC018006B9D33 /* BreakpointController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BreakpointController.m; path = Source/BreakpointController.m; sourceTree = "<group>"; };
112 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
113 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
114 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
115 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacGDBp_Prefix.pch; sourceTree = "<group>"; };
116 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
117 8D1107320486CEB800E47090 /* MacGDBp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacGDBp.app; sourceTree = BUILT_PRODUCTS_DIR; };
118 /* End PBXFileReference section */
119
120 /* Begin PBXFrameworksBuildPhase section */
121 8D11072E0486CEB800E47090 /* Frameworks */ = {
122 isa = PBXFrameworksBuildPhase;
123 buildActionMask = 2147483647;
124 files = (
125 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
126 1E9583200E2531BD001A3D89 /* Sparkle.framework in Frameworks */,
127 );
128 runOnlyForDeploymentPostprocessing = 0;
129 };
130 /* End PBXFrameworksBuildPhase section */
131
132 /* Begin PBXGroup section */
133 080E96DDFE201D6D7F000001 /* Classes */ = {
134 isa = PBXGroup;
135 children = (
136 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */,
137 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */,
138 1E9582640E252480001A3D89 /* Preferences */,
139 1E1E52C10DF9B1FB00D334F9 /* Connection */,
140 1EB7BEB90ECF3BC60033283A /* Debugger */,
141 1E1E52C00DF9B1E700D334F9 /* Breakpoints */,
142 1E71886C0D839F6C00969277 /* Source View */,
143 );
144 name = Classes;
145 sourceTree = "<group>";
146 };
147 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
148 isa = PBXGroup;
149 children = (
150 1E95831F0E2531BD001A3D89 /* Sparkle.framework */,
151 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
152 );
153 name = "Linked Frameworks";
154 sourceTree = "<group>";
155 };
156 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
157 isa = PBXGroup;
158 children = (
159 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
160 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
161 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
162 );
163 name = "Other Frameworks";
164 sourceTree = "<group>";
165 };
166 19C28FACFE9D520D11CA2CBB /* Products */ = {
167 isa = PBXGroup;
168 children = (
169 8D1107320486CEB800E47090 /* MacGDBp.app */,
170 );
171 name = Products;
172 sourceTree = "<group>";
173 };
174 1E027F0D0D36F24200885DEE /* Toolbar Icons */ = {
175 isa = PBXGroup;
176 children = (
177 1E0AFBB80FC2518700C67031 /* HUDIcon.png */,
178 1E027F380D36F60800885DEE /* Reconnect.png */,
179 1E027F080D36F23F00885DEE /* Run.png */,
180 1E027F090D36F23F00885DEE /* StepOver.png */,
181 1EEBFC360D358F1B008F835B /* StepOut.png */,
182 1EEBFC2A0D358EBD008F835B /* StepIn.png */,
183 );
184 name = "Toolbar Icons";
185 sourceTree = "<group>";
186 };
187 1E1E52C00DF9B1E700D334F9 /* Breakpoints */ = {
188 isa = PBXGroup;
189 children = (
190 1E822CDB0DA28AC30027A23F /* Breakpoint.h */,
191 1E822CDC0DA28AC30027A23F /* Breakpoint.m */,
192 1E4C7AF70DA401C7000A9DC7 /* BreakpointManager.h */,
193 1E4C7AF80DA401C7000A9DC7 /* BreakpointManager.m */,
194 1EFF70C10DFDC018006B9D33 /* BreakpointController.h */,
195 1EFF70C20DFDC018006B9D33 /* BreakpointController.m */,
196 );
197 name = Breakpoints;
198 sourceTree = "<group>";
199 };
200 1E1E52C10DF9B1FB00D334F9 /* Connection */ = {
201 isa = PBXGroup;
202 children = (
203 1E02C56F0C610158006F1752 /* GDBpConnection.h */,
204 1E02C5700C610158006F1752 /* GDBpConnection.m */,
205 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */,
206 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */,
207 1E35FFB00C65A74C0030F527 /* NSXMLElementAdditions.h */,
208 1E35FC750C6579CA0030F527 /* NSXMLElementAdditions.m */,
209 );
210 name = Connection;
211 sourceTree = "<group>";
212 };
213 1E416FFB0D36F827009A53A2 /* Interfaces */ = {
214 isa = PBXGroup;
215 children = (
216 1EEBFBE30D34C793008F835B /* Debugger.xib */,
217 1E416FF60D36F821009A53A2 /* MainMenu.xib */,
218 1E1E53010DF9B89800D334F9 /* Breakpoints.xib */,
219 1E9582600E252474001A3D89 /* Preferences.xib */,
220 );
221 name = Interfaces;
222 sourceTree = "<group>";
223 };
224 1E71886C0D839F6C00969277 /* Source View */ = {
225 isa = PBXGroup;
226 children = (
227 1EEBFD080D3599E8008F835B /* BSSplitView.h */,
228 1EEBFD070D3599E8008F835B /* BSSplitView.m */,
229 1E7188620D839F6300969277 /* BSLineNumberView.h */,
230 1E7188630D839F6300969277 /* BSLineNumberView.m */,
231 1E7188640D839F6300969277 /* BSSourceView.h */,
232 1E7188650D839F6300969277 /* BSSourceView.m */,
233 1E7188660D839F6300969277 /* BSSourceViewTextView.h */,
234 1E7188670D839F6300969277 /* BSSourceViewTextView.m */,
235 );
236 name = "Source View";
237 sourceTree = "<group>";
238 };
239 1E9582640E252480001A3D89 /* Preferences */ = {
240 isa = PBXGroup;
241 children = (
242 1E9582650E2524AD001A3D89 /* PreferencesController.h */,
243 1E9582660E2524AD001A3D89 /* PreferencesController.m */,
244 1E67E6FB0F3C052000E68F1B /* PreferencesPathsArrayController.h */,
245 1E67E6FC0F3C052000E68F1B /* PreferencesPathsArrayController.m */,
246 );
247 name = Preferences;
248 sourceTree = "<group>";
249 };
250 1EB7BEB90ECF3BC60033283A /* Debugger */ = {
251 isa = PBXGroup;
252 children = (
253 1E02C5F40C610724006F1752 /* DebuggerController.h */,
254 1E02C5F50C610724006F1752 /* DebuggerController.m */,
255 1EB7BED30ECF3CA90033283A /* StackFrame.h */,
256 1EB7BED40ECF3CA90033283A /* StackFrame.m */,
257 1EBF4D5B0EE35F0700B62769 /* StackController.h */,
258 1EBF4D5C0EE35F0700B62769 /* StackController.m */,
259 );
260 name = Debugger;
261 sourceTree = "<group>";
262 };
263 29B97314FDCFA39411CA2CEA /* MacGDBp */ = {
264 isa = PBXGroup;
265 children = (
266 080E96DDFE201D6D7F000001 /* Classes */,
267 29B97315FDCFA39411CA2CEA /* Other Sources */,
268 29B97317FDCFA39411CA2CEA /* Resources */,
269 29B97323FDCFA39411CA2CEA /* Frameworks */,
270 19C28FACFE9D520D11CA2CBB /* Products */,
271 );
272 name = MacGDBp;
273 sourceTree = "<group>";
274 };
275 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
276 isa = PBXGroup;
277 children = (
278 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */,
279 29B97316FDCFA39411CA2CEA /* main.m */,
280 1E35FE9F0C6599040030F527 /* base64.h */,
281 1E35FEA00C6599040030F527 /* base64.c */,
282 );
283 name = "Other Sources";
284 sourceTree = "<group>";
285 };
286 29B97317FDCFA39411CA2CEA /* Resources */ = {
287 isa = PBXGroup;
288 children = (
289 1EEE875C0D9DE4B4009CBA7C /* MacGDBp.icns */,
290 1E42F1D60F53317B008412DB /* dsa_pub.pem */,
291 1E416FFB0D36F827009A53A2 /* Interfaces */,
292 1E027F0D0D36F24200885DEE /* Toolbar Icons */,
293 1EEBFD110D359A9F008F835B /* dimple.png */,
294 8D1107310486CEB800E47090 /* Info.plist */,
295 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
296 );
297 name = Resources;
298 sourceTree = "<group>";
299 };
300 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
301 isa = PBXGroup;
302 children = (
303 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
304 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
305 );
306 name = Frameworks;
307 sourceTree = "<group>";
308 };
309 /* End PBXGroup section */
310
311 /* Begin PBXNativeTarget section */
312 8D1107260486CEB800E47090 /* MacGDBp */ = {
313 isa = PBXNativeTarget;
314 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */;
315 buildPhases = (
316 8D1107290486CEB800E47090 /* Resources */,
317 8D11072C0486CEB800E47090 /* Sources */,
318 1E9583550E2531E7001A3D89 /* CopyFiles */,
319 8D11072E0486CEB800E47090 /* Frameworks */,
320 1E42F1110F4E78C8008412DB /* ShellScript */,
321 );
322 buildRules = (
323 );
324 dependencies = (
325 );
326 name = MacGDBp;
327 productInstallPath = "$(HOME)/Applications";
328 productName = MacGDBp;
329 productReference = 8D1107320486CEB800E47090 /* MacGDBp.app */;
330 productType = "com.apple.product-type.application";
331 };
332 /* End PBXNativeTarget section */
333
334 /* Begin PBXProject section */
335 29B97313FDCFA39411CA2CEA /* Project object */ = {
336 isa = PBXProject;
337 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */;
338 compatibilityVersion = "Xcode 2.4";
339 hasScannedForEncodings = 1;
340 mainGroup = 29B97314FDCFA39411CA2CEA /* MacGDBp */;
341 projectDirPath = "";
342 projectRoot = "";
343 targets = (
344 8D1107260486CEB800E47090 /* MacGDBp */,
345 );
346 };
347 /* End PBXProject section */
348
349 /* Begin PBXResourcesBuildPhase section */
350 8D1107290486CEB800E47090 /* Resources */ = {
351 isa = PBXResourcesBuildPhase;
352 buildActionMask = 2147483647;
353 files = (
354 1E42F1D70F53317B008412DB /* dsa_pub.pem in Resources */,
355 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
356 1EEBFBE50D34C793008F835B /* Debugger.xib in Resources */,
357 1EEBFC2B0D358EBD008F835B /* StepIn.png in Resources */,
358 1EEBFC370D358F1B008F835B /* StepOut.png in Resources */,
359 1EEBFD120D359A9F008F835B /* dimple.png in Resources */,
360 1E027F0A0D36F23F00885DEE /* Run.png in Resources */,
361 1E027F0B0D36F23F00885DEE /* StepOver.png in Resources */,
362 1E027F390D36F60800885DEE /* Reconnect.png in Resources */,
363 1E416FF90D36F821009A53A2 /* MainMenu.xib in Resources */,
364 1EEE875D0D9DE4B4009CBA7C /* MacGDBp.icns in Resources */,
365 1E1E53030DF9B89800D334F9 /* Breakpoints.xib in Resources */,
366 1E9582620E252474001A3D89 /* Preferences.xib in Resources */,
367 1E0AFBB90FC2518700C67031 /* HUDIcon.png in Resources */,
368 );
369 runOnlyForDeploymentPostprocessing = 0;
370 };
371 /* End PBXResourcesBuildPhase section */
372
373 /* Begin PBXShellScriptBuildPhase section */
374 1E42F1110F4E78C8008412DB /* ShellScript */ = {
375 isa = PBXShellScriptBuildPhase;
376 buildActionMask = 2147483647;
377 files = (
378 );
379 inputPaths = (
380 );
381 outputPaths = (
382 );
383 runOnlyForDeploymentPostprocessing = 0;
384 shellPath = /usr/local/bin/python3.0;
385 shellScript = "\"\"\"\nGitcrement\nCopyright (c) 2009, Blue Static <http://www.bluestatic.org>\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without\neven the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not,\nsee <http://www.gnu.org/licenses/>.\n\"\"\"\n\ngitcrement = \"/Users/rsesek/Library/Shell/bin/gitcrement\"\n\nimport io, sys, subprocess\nfrom os import environ\n\nif environ[\"CONFIGURATION\"] == \"Release\":\n\tsubprocess.getoutput(gitcrement + \" next\")\n\nsubprocess.call([\"/Users/rsesek/Library/Shell/bin/gitcrement\", \"current\"])\n\nbuild = subprocess.getoutput(gitcrement + \" current\")\ntry:\n\tbuild = int(build)\nexcept ValueError:\n\tbuild = 0\n\ninfopath = environ[\"CONFIGURATION_BUILD_DIR\"] + \"/\" + environ[\"INFOPLIST_PATH\"]\n\nlastline = \"\"\nplist = \"\"\nf = io.open(infopath, \"r\")\nline = f.readline()\nwhile line != \"\":\n\tif lastline.find(\"CFBundleVersion\") != -1:\n\t\tplist += (\"\\t<string>%i</string>\\n\" % build)\n\telse:\n\t\tplist += line\n\tlastline = line\n\tline = f.readline()\nf.close()\n\nf = io.open(infopath, \"w\")\nf.write(plist)\nf.close()";
386 };
387 /* End PBXShellScriptBuildPhase section */
388
389 /* Begin PBXSourcesBuildPhase section */
390 8D11072C0486CEB800E47090 /* Sources */ = {
391 isa = PBXSourcesBuildPhase;
392 buildActionMask = 2147483647;
393 files = (
394 8D11072D0486CEB800E47090 /* main.m in Sources */,
395 1E02C3D50C60EC2C006F1752 /* AppDelegate.m in Sources */,
396 1E02C5710C610158006F1752 /* GDBpConnection.m in Sources */,
397 1E02C5F60C610724006F1752 /* DebuggerController.m in Sources */,
398 1EEEE9400C618B70000C0732 /* SocketWrapper.m in Sources */,
399 1E35FC760C6579CA0030F527 /* NSXMLElementAdditions.m in Sources */,
400 1E35FEA10C6599040030F527 /* base64.c in Sources */,
401 1EEBFD090D3599E8008F835B /* BSSplitView.m in Sources */,
402 1E7188680D839F6300969277 /* BSLineNumberView.m in Sources */,
403 1E7188690D839F6300969277 /* BSSourceView.m in Sources */,
404 1E71886A0D839F6300969277 /* BSSourceViewTextView.m in Sources */,
405 1E822CDD0DA28AC30027A23F /* Breakpoint.m in Sources */,
406 1E4C7AF90DA401C7000A9DC7 /* BreakpointManager.m in Sources */,
407 1EFF70C30DFDC018006B9D33 /* BreakpointController.m in Sources */,
408 1E9582670E2524AD001A3D89 /* PreferencesController.m in Sources */,
409 1EB7BED50ECF3CA90033283A /* StackFrame.m in Sources */,
410 1EBF4D5D0EE35F0700B62769 /* StackController.m in Sources */,
411 1E67E6FD0F3C052000E68F1B /* PreferencesPathsArrayController.m in Sources */,
412 );
413 runOnlyForDeploymentPostprocessing = 0;
414 };
415 /* End PBXSourcesBuildPhase section */
416
417 /* Begin PBXVariantGroup section */
418 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
419 isa = PBXVariantGroup;
420 children = (
421 089C165DFE840E0CC02AAC07 /* English */,
422 );
423 name = InfoPlist.strings;
424 sourceTree = "<group>";
425 };
426 1E1E53010DF9B89800D334F9 /* Breakpoints.xib */ = {
427 isa = PBXVariantGroup;
428 children = (
429 1E1E53020DF9B89800D334F9 /* English */,
430 );
431 name = Breakpoints.xib;
432 sourceTree = "<group>";
433 };
434 1E416FF60D36F821009A53A2 /* MainMenu.xib */ = {
435 isa = PBXVariantGroup;
436 children = (
437 1E416FF70D36F821009A53A2 /* English */,
438 );
439 name = MainMenu.xib;
440 sourceTree = "<group>";
441 };
442 1E9582600E252474001A3D89 /* Preferences.xib */ = {
443 isa = PBXVariantGroup;
444 children = (
445 1E9582610E252474001A3D89 /* English */,
446 );
447 name = Preferences.xib;
448 sourceTree = "<group>";
449 };
450 1EEBFBE30D34C793008F835B /* Debugger.xib */ = {
451 isa = PBXVariantGroup;
452 children = (
453 1EEBFBE40D34C793008F835B /* English */,
454 );
455 name = Debugger.xib;
456 sourceTree = "<group>";
457 };
458 /* End PBXVariantGroup section */
459
460 /* Begin XCBuildConfiguration section */
461 C01FCF4B08A954540054247B /* Debug */ = {
462 isa = XCBuildConfiguration;
463 buildSettings = {
464 COPY_PHASE_STRIP = NO;
465 FRAMEWORK_SEARCH_PATHS = (
466 "$(inherited)",
467 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
468 );
469 FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)\"";
470 GCC_DYNAMIC_NO_PIC = NO;
471 GCC_ENABLE_FIX_AND_CONTINUE = YES;
472 GCC_MODEL_TUNING = G5;
473 GCC_OPTIMIZATION_LEVEL = 0;
474 INFOPLIST_FILE = Info.plist;
475 INSTALL_PATH = "$(HOME)/Applications";
476 PRODUCT_NAME = MacGDBp;
477 WRAPPER_EXTENSION = app;
478 ZERO_LINK = YES;
479 };
480 name = Debug;
481 };
482 C01FCF4C08A954540054247B /* Release */ = {
483 isa = XCBuildConfiguration;
484 buildSettings = {
485 ARCHS = (
486 ppc,
487 i386,
488 );
489 FRAMEWORK_SEARCH_PATHS = (
490 "$(inherited)",
491 "$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
492 );
493 FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)\"";
494 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
495 GCC_MODEL_TUNING = G5;
496 INFOPLIST_FILE = Info.plist;
497 INSTALL_PATH = "$(HOME)/Applications";
498 PRODUCT_NAME = MacGDBp;
499 WRAPPER_EXTENSION = app;
500 };
501 name = Release;
502 };
503 C01FCF4F08A954540054247B /* Debug */ = {
504 isa = XCBuildConfiguration;
505 buildSettings = {
506 GCC_C_LANGUAGE_STANDARD = c99;
507 GCC_WARN_ABOUT_RETURN_TYPE = YES;
508 GCC_WARN_UNUSED_VARIABLE = YES;
509 OTHER_CFLAGS = "-DBLU_DEBUG";
510 PREBINDING = NO;
511 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
512 };
513 name = Debug;
514 };
515 C01FCF5008A954540054247B /* Release */ = {
516 isa = XCBuildConfiguration;
517 buildSettings = {
518 GCC_C_LANGUAGE_STANDARD = c99;
519 GCC_WARN_ABOUT_RETURN_TYPE = YES;
520 GCC_WARN_UNUSED_VARIABLE = YES;
521 PREBINDING = NO;
522 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
523 };
524 name = Release;
525 };
526 /* End XCBuildConfiguration section */
527
528 /* Begin XCConfigurationList section */
529 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */ = {
530 isa = XCConfigurationList;
531 buildConfigurations = (
532 C01FCF4B08A954540054247B /* Debug */,
533 C01FCF4C08A954540054247B /* Release */,
534 );
535 defaultConfigurationIsVisible = 0;
536 defaultConfigurationName = Release;
537 };
538 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */ = {
539 isa = XCConfigurationList;
540 buildConfigurations = (
541 C01FCF4F08A954540054247B /* Debug */,
542 C01FCF5008A954540054247B /* Release */,
543 );
544 defaultConfigurationIsVisible = 0;
545 defaultConfigurationName = Release;
546 };
547 /* End XCConfigurationList section */
548 };
549 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
550 }