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