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