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