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