Removing a puts statement from the shell script that creates the build version
[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 hasScannedForEncodings = 1;
184 mainGroup = 29B97314FDCFA39411CA2CEA /* MacGDBp */;
185 projectDirPath = "";
186 targets = (
187 8D1107260486CEB800E47090 /* MacGDBp */,
188 );
189 };
190 /* End PBXProject section */
191
192 /* Begin PBXResourcesBuildPhase section */
193 8D1107290486CEB800E47090 /* Resources */ = {
194 isa = PBXResourcesBuildPhase;
195 buildActionMask = 2147483647;
196 files = (
197 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
198 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
199 1E02C3D00C60E857006F1752 /* Connect.nib in Resources */,
200 1E02C3F00C60ED56006F1752 /* Debugger.nib in Resources */,
201 );
202 runOnlyForDeploymentPostprocessing = 0;
203 };
204 /* End PBXResourcesBuildPhase section */
205
206 /* Begin PBXShellScriptBuildPhase section */
207 1E78FD670C6155EB00D6D005 /* ShellScript */ = {
208 isa = PBXShellScriptBuildPhase;
209 buildActionMask = 2147483647;
210 files = (
211 );
212 inputPaths = (
213 );
214 outputPaths = (
215 );
216 runOnlyForDeploymentPostprocessing = 0;
217 shellPath = /usr/bin/ruby;
218 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";
219 };
220 /* End PBXShellScriptBuildPhase section */
221
222 /* Begin PBXSourcesBuildPhase section */
223 8D11072C0486CEB800E47090 /* Sources */ = {
224 isa = PBXSourcesBuildPhase;
225 buildActionMask = 2147483647;
226 files = (
227 8D11072D0486CEB800E47090 /* main.m in Sources */,
228 1E02C3D50C60EC2C006F1752 /* AppDelegate.m in Sources */,
229 1E02C4080C60EF3F006F1752 /* ConnectWindowController.m in Sources */,
230 1E02C5710C610158006F1752 /* DebuggerConnection.m in Sources */,
231 1E02C5F60C610724006F1752 /* DebuggerWindowController.m in Sources */,
232 1EEEE9400C618B70000C0732 /* SocketWrapper.m in Sources */,
233 1E35FC760C6579CA0030F527 /* NSXMLElementAdditions.m in Sources */,
234 1E35FEA10C6599040030F527 /* base64.c in Sources */,
235 );
236 runOnlyForDeploymentPostprocessing = 0;
237 };
238 /* End PBXSourcesBuildPhase section */
239
240 /* Begin PBXVariantGroup section */
241 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
242 isa = PBXVariantGroup;
243 children = (
244 089C165DFE840E0CC02AAC07 /* English */,
245 );
246 name = InfoPlist.strings;
247 sourceTree = "<group>";
248 };
249 1E02C3CE0C60E857006F1752 /* Connect.nib */ = {
250 isa = PBXVariantGroup;
251 children = (
252 1E02C3CF0C60E857006F1752 /* English */,
253 );
254 name = Connect.nib;
255 sourceTree = "<group>";
256 };
257 1E02C3EE0C60ED56006F1752 /* Debugger.nib */ = {
258 isa = PBXVariantGroup;
259 children = (
260 1E02C3EF0C60ED56006F1752 /* English */,
261 );
262 name = Debugger.nib;
263 sourceTree = "<group>";
264 };
265 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
266 isa = PBXVariantGroup;
267 children = (
268 29B97319FDCFA39411CA2CEA /* English */,
269 );
270 name = MainMenu.nib;
271 sourceTree = "<group>";
272 };
273 /* End PBXVariantGroup section */
274
275 /* Begin XCBuildConfiguration section */
276 C01FCF4B08A954540054247B /* Debug */ = {
277 isa = XCBuildConfiguration;
278 buildSettings = {
279 COPY_PHASE_STRIP = NO;
280 GCC_DYNAMIC_NO_PIC = NO;
281 GCC_ENABLE_FIX_AND_CONTINUE = YES;
282 GCC_MODEL_TUNING = G5;
283 GCC_OPTIMIZATION_LEVEL = 0;
284 INFOPLIST_FILE = Info.plist;
285 INSTALL_PATH = "$(HOME)/Applications";
286 PRODUCT_NAME = MacGDBp;
287 WRAPPER_EXTENSION = app;
288 ZERO_LINK = YES;
289 };
290 name = Debug;
291 };
292 C01FCF4C08A954540054247B /* Release */ = {
293 isa = XCBuildConfiguration;
294 buildSettings = {
295 ARCHS = (
296 ppc,
297 i386,
298 );
299 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
300 GCC_MODEL_TUNING = G5;
301 INFOPLIST_FILE = Info.plist;
302 INSTALL_PATH = "$(HOME)/Applications";
303 PRODUCT_NAME = MacGDBp;
304 WRAPPER_EXTENSION = app;
305 };
306 name = Release;
307 };
308 C01FCF4F08A954540054247B /* Debug */ = {
309 isa = XCBuildConfiguration;
310 buildSettings = {
311 GCC_C_LANGUAGE_STANDARD = c99;
312 GCC_WARN_ABOUT_RETURN_TYPE = YES;
313 GCC_WARN_UNUSED_VARIABLE = YES;
314 PREBINDING = NO;
315 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
316 };
317 name = Debug;
318 };
319 C01FCF5008A954540054247B /* Release */ = {
320 isa = XCBuildConfiguration;
321 buildSettings = {
322 GCC_C_LANGUAGE_STANDARD = c99;
323 GCC_WARN_ABOUT_RETURN_TYPE = YES;
324 GCC_WARN_UNUSED_VARIABLE = YES;
325 PREBINDING = NO;
326 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
327 };
328 name = Release;
329 };
330 /* End XCBuildConfiguration section */
331
332 /* Begin XCConfigurationList section */
333 C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MacGDBp" */ = {
334 isa = XCConfigurationList;
335 buildConfigurations = (
336 C01FCF4B08A954540054247B /* Debug */,
337 C01FCF4C08A954540054247B /* Release */,
338 );
339 defaultConfigurationIsVisible = 0;
340 defaultConfigurationName = Release;
341 };
342 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacGDBp" */ = {
343 isa = XCConfigurationList;
344 buildConfigurations = (
345 C01FCF4F08A954540054247B /* Debug */,
346 C01FCF5008A954540054247B /* Release */,
347 );
348 defaultConfigurationIsVisible = 0;
349 defaultConfigurationName = Release;
350 };
351 /* End XCConfigurationList section */
352 };
353 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
354 }