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