Adding a new class called BreakpointManager so we don't clutter up AppDelegate
[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 1E02C4080C60EF3F006F1752 /* ConnectWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */; };
15 1E02C5710C610158006F1752 /* DebuggerConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C5700C610158006F1752 /* DebuggerConnection.m */; };
16 1E02C5F60C610724006F1752 /* DebuggerWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E02C5F50C610724006F1752 /* DebuggerWindowController.m */; };
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 1E416FF80D36F821009A53A2 /* Connect.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E416FF40D36F821009A53A2 /* Connect.xib */; };
20 1E416FF90D36F821009A53A2 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E416FF60D36F821009A53A2 /* MainMenu.xib */; };
21 1E4C7AF90DA401C7000A9DC7 /* BreakpointManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E4C7AF80DA401C7000A9DC7 /* BreakpointManager.m */; };
22 1E7188680D839F6300969277 /* BSLineNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188630D839F6300969277 /* BSLineNumberView.m */; };
23 1E7188690D839F6300969277 /* BSSourceView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188650D839F6300969277 /* BSSourceView.m */; };
24 1E71886A0D839F6300969277 /* BSSourceViewTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E7188670D839F6300969277 /* BSSourceViewTextView.m */; };
25 1E822CDD0DA28AC30027A23F /* Breakpoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E822CDC0DA28AC30027A23F /* Breakpoint.m */; };
26 1EEBFBE50D34C793008F835B /* Debugger.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFBE30D34C793008F835B /* Debugger.xib */; };
27 1EEBFC2B0D358EBD008F835B /* StepIn.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFC2A0D358EBD008F835B /* StepIn.png */; };
28 1EEBFC370D358F1B008F835B /* StepOut.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFC360D358F1B008F835B /* StepOut.png */; };
29 1EEBFD090D3599E8008F835B /* BSSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EEBFD070D3599E8008F835B /* BSSplitView.m */; };
30 1EEBFD120D359A9F008F835B /* dimple.png in Resources */ = {isa = PBXBuildFile; fileRef = 1EEBFD110D359A9F008F835B /* dimple.png */; };
31 1EEEE9400C618B70000C0732 /* SocketWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */; };
32 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
33 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
34 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
35 /* End PBXBuildFile section */
36
37 /* Begin PBXFileReference section */
38 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
39 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
40 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
41 1E027F080D36F23F00885DEE /* Run.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Run.png; path = Icons/Run.png; sourceTree = "<group>"; };
42 1E027F090D36F23F00885DEE /* StepOver.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepOver.png; path = Icons/StepOver.png; sourceTree = "<group>"; };
43 1E027F380D36F60800885DEE /* Reconnect.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Reconnect.png; path = Icons/Reconnect.png; sourceTree = "<group>"; };
44 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Source/AppDelegate.h; sourceTree = "<group>"; };
45 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Source/AppDelegate.m; sourceTree = "<group>"; };
46 1E02C4060C60EF3F006F1752 /* ConnectWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ConnectWindowController.h; path = Source/ConnectWindowController.h; sourceTree = "<group>"; };
47 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ConnectWindowController.m; path = Source/ConnectWindowController.m; sourceTree = "<group>"; };
48 1E02C56F0C610158006F1752 /* DebuggerConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebuggerConnection.h; path = Source/DebuggerConnection.h; sourceTree = "<group>"; };
49 1E02C5700C610158006F1752 /* DebuggerConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DebuggerConnection.m; path = Source/DebuggerConnection.m; sourceTree = "<group>"; };
50 1E02C5F40C610724006F1752 /* DebuggerWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebuggerWindowController.h; path = Source/DebuggerWindowController.h; sourceTree = "<group>"; };
51 1E02C5F50C610724006F1752 /* DebuggerWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DebuggerWindowController.m; path = Source/DebuggerWindowController.m; sourceTree = "<group>"; };
52 1E35FC750C6579CA0030F527 /* NSXMLElementAdditions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = NSXMLElementAdditions.m; path = Source/NSXMLElementAdditions.m; sourceTree = "<group>"; };
53 1E35FE9F0C6599040030F527 /* base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = base64.h; path = Source/base64.h; sourceTree = "<group>"; };
54 1E35FEA00C6599040030F527 /* base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = base64.c; path = Source/base64.c; sourceTree = "<group>"; };
55 1E35FFB00C65A74C0030F527 /* NSXMLElementAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSXMLElementAdditions.h; path = Source/NSXMLElementAdditions.h; sourceTree = "<group>"; };
56 1E416FF50D36F821009A53A2 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Connect.xib; sourceTree = "<group>"; };
57 1E416FF70D36F821009A53A2 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
58 1E4C7AF70DA401C7000A9DC7 /* BreakpointManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BreakpointManager.h; path = Source/BreakpointManager.h; sourceTree = "<group>"; };
59 1E4C7AF80DA401C7000A9DC7 /* BreakpointManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BreakpointManager.m; path = Source/BreakpointManager.m; sourceTree = "<group>"; };
60 1E7188620D839F6300969277 /* BSLineNumberView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSLineNumberView.h; path = Source/BSLineNumberView.h; sourceTree = "<group>"; };
61 1E7188630D839F6300969277 /* BSLineNumberView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSLineNumberView.m; path = Source/BSLineNumberView.m; sourceTree = "<group>"; };
62 1E7188640D839F6300969277 /* BSSourceView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSourceView.h; path = Source/BSSourceView.h; sourceTree = "<group>"; };
63 1E7188650D839F6300969277 /* BSSourceView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSourceView.m; path = Source/BSSourceView.m; sourceTree = "<group>"; };
64 1E7188660D839F6300969277 /* BSSourceViewTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSourceViewTextView.h; path = Source/BSSourceViewTextView.h; sourceTree = "<group>"; };
65 1E7188670D839F6300969277 /* BSSourceViewTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSourceViewTextView.m; path = Source/BSSourceViewTextView.m; sourceTree = "<group>"; };
66 1E822CDB0DA28AC30027A23F /* Breakpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Breakpoint.h; path = Source/Breakpoint.h; sourceTree = "<group>"; };
67 1E822CDC0DA28AC30027A23F /* Breakpoint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Breakpoint.m; path = Source/Breakpoint.m; sourceTree = "<group>"; };
68 1EEBFBE40D34C793008F835B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/Debugger.xib; sourceTree = "<group>"; };
69 1EEBFC2A0D358EBD008F835B /* StepIn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepIn.png; path = Icons/StepIn.png; sourceTree = "<group>"; };
70 1EEBFC360D358F1B008F835B /* StepOut.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StepOut.png; path = Icons/StepOut.png; sourceTree = "<group>"; };
71 1EEBFD070D3599E8008F835B /* BSSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BSSplitView.m; path = Source/BSSplitView.m; sourceTree = "<group>"; };
72 1EEBFD080D3599E8008F835B /* BSSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BSSplitView.h; path = Source/BSSplitView.h; sourceTree = "<group>"; };
73 1EEBFD110D359A9F008F835B /* dimple.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dimple.png; sourceTree = "<group>"; };
74 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SocketWrapper.h; path = Source/SocketWrapper.h; sourceTree = "<group>"; };
75 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SocketWrapper.m; path = Source/SocketWrapper.m; sourceTree = "<group>"; };
76 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
77 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
78 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
79 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacGDBp_Prefix.pch; sourceTree = "<group>"; };
80 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
81 8D1107320486CEB800E47090 /* MacGDBp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacGDBp.app; sourceTree = BUILT_PRODUCTS_DIR; };
82 /* End PBXFileReference section */
83
84 /* Begin PBXFrameworksBuildPhase section */
85 8D11072E0486CEB800E47090 /* Frameworks */ = {
86 isa = PBXFrameworksBuildPhase;
87 buildActionMask = 2147483647;
88 files = (
89 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
90 );
91 runOnlyForDeploymentPostprocessing = 0;
92 };
93 /* End PBXFrameworksBuildPhase section */
94
95 /* Begin PBXGroup section */
96 080E96DDFE201D6D7F000001 /* Classes */ = {
97 isa = PBXGroup;
98 children = (
99 1E02C3D30C60EC2C006F1752 /* AppDelegate.h */,
100 1E02C3D40C60EC2C006F1752 /* AppDelegate.m */,
101 1E02C4060C60EF3F006F1752 /* ConnectWindowController.h */,
102 1E02C4070C60EF3F006F1752 /* ConnectWindowController.m */,
103 1E02C56F0C610158006F1752 /* DebuggerConnection.h */,
104 1E02C5700C610158006F1752 /* DebuggerConnection.m */,
105 1E02C5F40C610724006F1752 /* DebuggerWindowController.h */,
106 1E02C5F50C610724006F1752 /* DebuggerWindowController.m */,
107 1EEEE93E0C618B70000C0732 /* SocketWrapper.h */,
108 1EEEE93F0C618B70000C0732 /* SocketWrapper.m */,
109 1E35FFB00C65A74C0030F527 /* NSXMLElementAdditions.h */,
110 1E35FC750C6579CA0030F527 /* NSXMLElementAdditions.m */,
111 1EEBFD080D3599E8008F835B /* BSSplitView.h */,
112 1EEBFD070D3599E8008F835B /* BSSplitView.m */,
113 1E822CDB0DA28AC30027A23F /* Breakpoint.h */,
114 1E822CDC0DA28AC30027A23F /* Breakpoint.m */,
115 1E4C7AF70DA401C7000A9DC7 /* BreakpointManager.h */,
116 1E4C7AF80DA401C7000A9DC7 /* BreakpointManager.m */,
117 1E71886C0D839F6C00969277 /* Source View */,
118 );
119 name = Classes;
120 sourceTree = "<group>";
121 };
122 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
123 isa = PBXGroup;
124 children = (
125 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
126 );
127 name = "Linked Frameworks";
128 sourceTree = "<group>";
129 };
130 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
131 isa = PBXGroup;
132 children = (
133 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
134 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
135 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
136 );
137 name = "Other Frameworks";
138 sourceTree = "<group>";
139 };
140 19C28FACFE9D520D11CA2CBB /* Products */ = {
141 isa = PBXGroup;
142 children = (
143 8D1107320486CEB800E47090 /* MacGDBp.app */,
144 );
145 name = Products;
146 sourceTree = "<group>";
147 };
148 1E027F0D0D36F24200885DEE /* Toolbar Icons */ = {
149 isa = PBXGroup;
150 children = (
151 1E027F380D36F60800885DEE /* Reconnect.png */,
152 1E027F080D36F23F00885DEE /* Run.png */,
153 1E027F090D36F23F00885DEE /* StepOver.png */,
154 1EEBFC360D358F1B008F835B /* StepOut.png */,
155 1EEBFC2A0D358EBD008F835B /* StepIn.png */,
156 );
157 name = "Toolbar Icons";
158 sourceTree = "<group>";
159 };
160 1E416FFB0D36F827009A53A2 /* Interfaces */ = {
161 isa = PBXGroup;
162 children = (
163 1EEBFBE30D34C793008F835B /* Debugger.xib */,
164 1E416FF40D36F821009A53A2 /* Connect.xib */,
165 1E416FF60D36F821009A53A2 /* MainMenu.xib */,
166 );
167 name = Interfaces;
168 sourceTree = "<group>";
169 };
170 1E71886C0D839F6C00969277 /* Source View */ = {
171 isa = PBXGroup;
172 children = (
173 1E7188620D839F6300969277 /* BSLineNumberView.h */,
174 1E7188630D839F6300969277 /* BSLineNumberView.m */,
175 1E7188640D839F6300969277 /* BSSourceView.h */,
176 1E7188650D839F6300969277 /* BSSourceView.m */,
177 1E7188660D839F6300969277 /* BSSourceViewTextView.h */,
178 1E7188670D839F6300969277 /* BSSourceViewTextView.m */,
179 );
180 name = "Source View";
181 sourceTree = "<group>";
182 };
183 29B97314FDCFA39411CA2CEA /* MacGDBp */ = {
184 isa = PBXGroup;
185 children = (
186 080E96DDFE201D6D7F000001 /* Classes */,
187 29B97315FDCFA39411CA2CEA /* Other Sources */,
188 29B97317FDCFA39411CA2CEA /* Resources */,
189 29B97323FDCFA39411CA2CEA /* Frameworks */,
190 19C28FACFE9D520D11CA2CBB /* Products */,
191 );
192 name = MacGDBp;
193 sourceTree = "<group>";
194 };
195 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
196 isa = PBXGroup;
197 children = (
198 32CA4F630368D1EE00C91783 /* MacGDBp_Prefix.pch */,
199 29B97316FDCFA39411CA2CEA /* main.m */,
200 1E35FE9F0C6599040030F527 /* base64.h */,
201 1E35FEA00C6599040030F527 /* base64.c */,
202 );
203 name = "Other Sources";
204 sourceTree = "<group>";
205 };
206 29B97317FDCFA39411CA2CEA /* Resources */ = {
207 isa = PBXGroup;
208 children = (
209 1E416FFB0D36F827009A53A2 /* Interfaces */,
210 1E027F0D0D36F24200885DEE /* Toolbar Icons */,
211 1EEBFD110D359A9F008F835B /* dimple.png */,
212 8D1107310486CEB800E47090 /* Info.plist */,
213 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
214 );
215 name = Resources;
216 sourceTree = "<group>";
217 };
218 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
219 isa = PBXGroup;
220 children = (
221 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
222 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
223 );
224 name = Frameworks;
225 sourceTree = "<group>";
226 };
227 /* End PBXGroup section */
228
229 /* Begin PBXNativeTarget section */
230 8D1107260486CEB800E47090 /* MacGDBp */ = {
231 isa = PBXNativeTarget;
232 buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */;
233 buildPhases = (
234 8D1107290486CEB800E47090 /* Resources */,
235 8D11072C0486CEB800E47090 /* Sources */,
236 8D11072E0486CEB800E47090 /* Frameworks */,
237 1E78FD670C6155EB00D6D005 /* ShellScript */,
238 );
239 buildRules = (
240 );
241 dependencies = (
242 );
243 name = MacGDBp;
244 productInstallPath = "$(HOME)/Applications";
245 productName = MacGDBp;
246 productReference = 8D1107320486CEB800E47090 /* MacGDBp.app */;
247 productType = "com.apple.product-type.application";
248 };
249 /* End PBXNativeTarget section */
250
251 /* Begin PBXProject section */
252 29B97313FDCFA39411CA2CEA /* Project object */ = {
253 isa = PBXProject;
254 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */;
255 compatibilityVersion = "Xcode 2.4";
256 hasScannedForEncodings = 1;
257 mainGroup = 29B97314FDCFA39411CA2CEA /* MacGDBp */;
258 projectDirPath = "";
259 projectRoot = "";
260 targets = (
261 8D1107260486CEB800E47090 /* MacGDBp */,
262 );
263 };
264 /* End PBXProject section */
265
266 /* Begin PBXResourcesBuildPhase section */
267 8D1107290486CEB800E47090 /* Resources */ = {
268 isa = PBXResourcesBuildPhase;
269 buildActionMask = 2147483647;
270 files = (
271 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
272 1EEBFBE50D34C793008F835B /* Debugger.xib in Resources */,
273 1EEBFC2B0D358EBD008F835B /* StepIn.png in Resources */,
274 1EEBFC370D358F1B008F835B /* StepOut.png in Resources */,
275 1EEBFD120D359A9F008F835B /* dimple.png in Resources */,
276 1E027F0A0D36F23F00885DEE /* Run.png in Resources */,
277 1E027F0B0D36F23F00885DEE /* StepOver.png in Resources */,
278 1E027F390D36F60800885DEE /* Reconnect.png in Resources */,
279 1E416FF80D36F821009A53A2 /* Connect.xib in Resources */,
280 1E416FF90D36F821009A53A2 /* MainMenu.xib in Resources */,
281 );
282 runOnlyForDeploymentPostprocessing = 0;
283 };
284 /* End PBXResourcesBuildPhase section */
285
286 /* Begin PBXShellScriptBuildPhase section */
287 1E78FD670C6155EB00D6D005 /* ShellScript */ = {
288 isa = PBXShellScriptBuildPhase;
289 buildActionMask = 2147483647;
290 files = (
291 );
292 inputPaths = (
293 );
294 outputPaths = (
295 );
296 runOnlyForDeploymentPostprocessing = 0;
297 shellPath = /usr/bin/ruby;
298 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";
299 };
300 /* End PBXShellScriptBuildPhase section */
301
302 /* Begin PBXSourcesBuildPhase section */
303 8D11072C0486CEB800E47090 /* Sources */ = {
304 isa = PBXSourcesBuildPhase;
305 buildActionMask = 2147483647;
306 files = (
307 8D11072D0486CEB800E47090 /* main.m in Sources */,
308 1E02C3D50C60EC2C006F1752 /* AppDelegate.m in Sources */,
309 1E02C4080C60EF3F006F1752 /* ConnectWindowController.m in Sources */,
310 1E02C5710C610158006F1752 /* DebuggerConnection.m in Sources */,
311 1E02C5F60C610724006F1752 /* DebuggerWindowController.m in Sources */,
312 1EEEE9400C618B70000C0732 /* SocketWrapper.m in Sources */,
313 1E35FC760C6579CA0030F527 /* NSXMLElementAdditions.m in Sources */,
314 1E35FEA10C6599040030F527 /* base64.c in Sources */,
315 1EEBFD090D3599E8008F835B /* BSSplitView.m in Sources */,
316 1E7188680D839F6300969277 /* BSLineNumberView.m in Sources */,
317 1E7188690D839F6300969277 /* BSSourceView.m in Sources */,
318 1E71886A0D839F6300969277 /* BSSourceViewTextView.m in Sources */,
319 1E822CDD0DA28AC30027A23F /* Breakpoint.m in Sources */,
320 1E4C7AF90DA401C7000A9DC7 /* BreakpointManager.m in Sources */,
321 );
322 runOnlyForDeploymentPostprocessing = 0;
323 };
324 /* End PBXSourcesBuildPhase section */
325
326 /* Begin PBXVariantGroup section */
327 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
328 isa = PBXVariantGroup;
329 children = (
330 089C165DFE840E0CC02AAC07 /* English */,
331 );
332 name = InfoPlist.strings;
333 sourceTree = "<group>";
334 };
335 1E416FF40D36F821009A53A2 /* Connect.xib */ = {
336 isa = PBXVariantGroup;
337 children = (
338 1E416FF50D36F821009A53A2 /* English */,
339 );
340 name = Connect.xib;
341 sourceTree = "<group>";
342 };
343 1E416FF60D36F821009A53A2 /* MainMenu.xib */ = {
344 isa = PBXVariantGroup;
345 children = (
346 1E416FF70D36F821009A53A2 /* English */,
347 );
348 name = MainMenu.xib;
349 sourceTree = "<group>";
350 };
351 1EEBFBE30D34C793008F835B /* Debugger.xib */ = {
352 isa = PBXVariantGroup;
353 children = (
354 1EEBFBE40D34C793008F835B /* English */,
355 );
356 name = Debugger.xib;
357 sourceTree = "<group>";
358 };
359 /* End PBXVariantGroup section */
360
361 /* Begin XCBuildConfiguration section */
362 C01FCF4B08A954540054247B /* Debug */ = {
363 isa = XCBuildConfiguration;
364 buildSettings = {
365 COPY_PHASE_STRIP = NO;
366 GCC_DYNAMIC_NO_PIC = NO;
367 GCC_ENABLE_FIX_AND_CONTINUE = YES;
368 GCC_MODEL_TUNING = G5;
369 GCC_OPTIMIZATION_LEVEL = 0;
370 INFOPLIST_FILE = Info.plist;
371 INSTALL_PATH = "$(HOME)/Applications";
372 PRODUCT_NAME = MacGDBp;
373 WRAPPER_EXTENSION = app;
374 ZERO_LINK = YES;
375 };
376 name = Debug;
377 };
378 C01FCF4C08A954540054247B /* Release */ = {
379 isa = XCBuildConfiguration;
380 buildSettings = {
381 ARCHS = (
382 ppc,
383 i386,
384 );
385 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
386 GCC_MODEL_TUNING = G5;
387 INFOPLIST_FILE = Info.plist;
388 INSTALL_PATH = "$(HOME)/Applications";
389 PRODUCT_NAME = MacGDBp;
390 WRAPPER_EXTENSION = app;
391 };
392 name = Release;
393 };
394 C01FCF4F08A954540054247B /* Debug */ = {
395 isa = XCBuildConfiguration;
396 buildSettings = {
397 GCC_C_LANGUAGE_STANDARD = c99;
398 GCC_ENABLE_OBJC_GC = required;
399 GCC_WARN_ABOUT_RETURN_TYPE = YES;
400 GCC_WARN_UNUSED_VARIABLE = YES;
401 PREBINDING = NO;
402 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
403 };
404 name = Debug;
405 };
406 C01FCF5008A954540054247B /* Release */ = {
407 isa = XCBuildConfiguration;
408 buildSettings = {
409 GCC_C_LANGUAGE_STANDARD = c99;
410 GCC_WARN_ABOUT_RETURN_TYPE = YES;
411 GCC_WARN_UNUSED_VARIABLE = YES;
412 PREBINDING = NO;
413 SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
414 };
415 name = Release;
416 };
417 /* End XCBuildConfiguration section */
418
419 /* Begin XCConfigurationList section */
420 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */ = {
421 isa = XCConfigurationList;
422 buildConfigurations = (
423 C01FCF4B08A954540054247B /* Debug */,
424 C01FCF4C08A954540054247B /* Release */,
425 );
426 defaultConfigurationIsVisible = 0;
427 defaultConfigurationName = Release;
428 };
429 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */ = {
430 isa = XCConfigurationList;
431 buildConfigurations = (
432 C01FCF4F08A954540054247B /* Debug */,
433 C01FCF5008A954540054247B /* Release */,
434 );
435 defaultConfigurationIsVisible = 0;
436 defaultConfigurationName = Release;
437 };
438 /* End XCConfigurationList section */
439 };
440 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
441 }