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