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