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