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