9 /* Begin PBXBuildFile section */
10 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
11 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
12 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
13 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
14 A8C006CF0898634600BA5114 /* SVGTest.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006B00898634600BA5114 /* SVGTest.m */; };
15 A8C006D00898634600BA5114 /* ScalingImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006B20898634600BA5114 /* ScalingImageView.m */; };
16 A8C006D20898634600BA5114 /* DrawTestView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006B50898634600BA5114 /* DrawTestView.m */; };
17 A8C006D30898634600BA5114 /* DrawTestToolbarController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006B70898634600BA5114 /* DrawTestToolbarController.m */; };
18 A8C006D40898634600BA5114 /* DrawTestInspectorController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006BB0898634600BA5114 /* DrawTestInspectorController.m */; };
19 A8C006D50898634600BA5114 /* DrawTestDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006BD0898634600BA5114 /* DrawTestDocument.m */; };
20 A8C006E10898634600BA5114 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006CA0898634600BA5114 /* AppDelegate.m */; };
21 A8C006E20898634600BA5114 /* TestViewerSplitView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006CC0898634600BA5114 /* TestViewerSplitView.m */; };
22 A8C006E30898634600BA5114 /* TestController.m in Sources */ = {isa = PBXBuildFile; fileRef = A8C006CE0898634600BA5114 /* TestController.m */; };
23 A8C006F3089865E900BA5114 /* DrawTestDocument.nib in Resources */ = {isa = PBXBuildFile; fileRef = A8C006ED089865E900BA5114 /* DrawTestDocument.nib */; };
24 A8C006F4089865E900BA5114 /* Inspector.nib in Resources */ = {isa = PBXBuildFile; fileRef = A8C006EF089865E900BA5114 /* Inspector.nib */; };
25 A8C006F5089865E900BA5114 /* TestViewer.nib in Resources */ = {isa = PBXBuildFile; fileRef = A8C006F1089865E900BA5114 /* TestViewer.nib */; };
26 A8C006FA0898665200BA5114 /* WebCore+SVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8C006F90898665200BA5114 /* WebCore+SVG.framework */; };
27 /* End PBXBuildFile section */
29 /* Begin PBXBuildStyle section */
30 4A9504CCFFE6A4B311CA0CBA /* Debug */ = {
33 COPY_PHASE_STRIP = NO;
34 GCC_DYNAMIC_NO_PIC = NO;
35 GCC_ENABLE_FIX_AND_CONTINUE = YES;
36 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
37 GCC_OPTIMIZATION_LEVEL = 0;
43 4A9504CDFFE6A4B311CA0CBA /* Release */ = {
46 COPY_PHASE_STRIP = YES;
47 GCC_ENABLE_FIX_AND_CONTINUE = NO;
48 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
54 /* End PBXBuildStyle section */
56 /* Begin PBXFileReference section */
57 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
58 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
59 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
60 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
61 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
62 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
63 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
64 32CA4F630368D1EE00C91783 /* DrawTest_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawTest_Prefix.pch; sourceTree = "<group>"; };
65 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
66 8D1107320486CEB800E47090 /* DrawTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DrawTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
67 A8C006AF0898634600BA5114 /* TestController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestController.h; sourceTree = "<group>"; };
68 A8C006B00898634600BA5114 /* SVGTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGTest.m; sourceTree = "<group>"; };
69 A8C006B10898634600BA5114 /* SVGTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGTest.h; sourceTree = "<group>"; };
70 A8C006B20898634600BA5114 /* ScalingImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScalingImageView.m; sourceTree = "<group>"; };
71 A8C006B30898634600BA5114 /* ScalingImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScalingImageView.h; sourceTree = "<group>"; };
72 A8C006B50898634600BA5114 /* DrawTestView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DrawTestView.m; sourceTree = "<group>"; };
73 A8C006B60898634600BA5114 /* DrawTestView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawTestView.h; sourceTree = "<group>"; };
74 A8C006B70898634600BA5114 /* DrawTestToolbarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DrawTestToolbarController.m; sourceTree = "<group>"; };
75 A8C006B80898634600BA5114 /* DrawTestDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawTestDocument.h; sourceTree = "<group>"; };
76 A8C006BA0898634600BA5114 /* DrawTestToolbarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawTestToolbarController.h; sourceTree = "<group>"; };
77 A8C006BB0898634600BA5114 /* DrawTestInspectorController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DrawTestInspectorController.m; sourceTree = "<group>"; };
78 A8C006BC0898634600BA5114 /* DrawTestInspectorController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DrawTestInspectorController.h; sourceTree = "<group>"; };
79 A8C006BD0898634600BA5114 /* DrawTestDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DrawTestDocument.m; sourceTree = "<group>"; };
80 A8C006CA0898634600BA5114 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
81 A8C006CB0898634600BA5114 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
82 A8C006CC0898634600BA5114 /* TestViewerSplitView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestViewerSplitView.m; sourceTree = "<group>"; };
83 A8C006CD0898634600BA5114 /* TestViewerSplitView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestViewerSplitView.h; sourceTree = "<group>"; };
84 A8C006CE0898634600BA5114 /* TestController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestController.m; sourceTree = "<group>"; };
85 A8C006EE089865E900BA5114 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/DrawTestDocument.nib; sourceTree = "<group>"; };
86 A8C006F0089865E900BA5114 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Inspector.nib; sourceTree = "<group>"; };
87 A8C006F2089865E900BA5114 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/TestViewer.nib; sourceTree = "<group>"; };
88 A8C006F90898665200BA5114 /* WebCore+SVG.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = "WebCore+SVG.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
89 /* End PBXFileReference section */
91 /* Begin PBXFrameworksBuildPhase section */
92 8D11072E0486CEB800E47090 /* Frameworks */ = {
93 isa = PBXFrameworksBuildPhase;
94 buildActionMask = 2147483647;
96 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
97 A8C006FA0898665200BA5114 /* WebCore+SVG.framework in Frameworks */,
99 runOnlyForDeploymentPostprocessing = 0;
101 /* End PBXFrameworksBuildPhase section */
103 /* Begin PBXGroup section */
104 080E96DDFE201D6D7F000001 /* Classes */ = {
107 A8C006E5089863A100BA5114 /* Viewer */,
108 A8C006E6089863B100BA5114 /* Test Browser */,
109 A8C006CA0898634600BA5114 /* AppDelegate.m */,
110 A8C006CB0898634600BA5114 /* AppDelegate.h */,
111 A8C006B20898634600BA5114 /* ScalingImageView.m */,
112 A8C006B30898634600BA5114 /* ScalingImageView.h */,
115 sourceTree = "<group>";
117 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
120 A8C006F90898665200BA5114 /* WebCore+SVG.framework */,
121 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
123 name = "Linked Frameworks";
124 sourceTree = "<group>";
126 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
129 29B97324FDCFA39411CA2CEA /* AppKit.framework */,
130 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
131 29B97325FDCFA39411CA2CEA /* Foundation.framework */,
133 name = "Other Frameworks";
134 sourceTree = "<group>";
136 19C28FACFE9D520D11CA2CBB /* Products */ = {
139 8D1107320486CEB800E47090 /* DrawTest.app */,
142 sourceTree = "<group>";
144 29B97314FDCFA39411CA2CEA /* DrawTest */ = {
147 080E96DDFE201D6D7F000001 /* Classes */,
148 29B97315FDCFA39411CA2CEA /* Other Sources */,
149 29B97317FDCFA39411CA2CEA /* Resources */,
150 29B97323FDCFA39411CA2CEA /* Frameworks */,
151 19C28FACFE9D520D11CA2CBB /* Products */,
154 sourceTree = "<group>";
156 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
159 32CA4F630368D1EE00C91783 /* DrawTest_Prefix.pch */,
160 29B97316FDCFA39411CA2CEA /* main.m */,
162 name = "Other Sources";
163 sourceTree = "<group>";
165 29B97317FDCFA39411CA2CEA /* Resources */ = {
168 8D1107310486CEB800E47090 /* Info.plist */,
169 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
170 29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
171 A8C006ED089865E900BA5114 /* DrawTestDocument.nib */,
172 A8C006EF089865E900BA5114 /* Inspector.nib */,
173 A8C006F1089865E900BA5114 /* TestViewer.nib */,
176 sourceTree = "<group>";
178 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
181 1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
182 1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
185 sourceTree = "<group>";
187 A8C006E5089863A100BA5114 /* Viewer */ = {
190 A8C006BA0898634600BA5114 /* DrawTestToolbarController.h */,
191 A8C006B70898634600BA5114 /* DrawTestToolbarController.m */,
192 A8C006B60898634600BA5114 /* DrawTestView.h */,
193 A8C006B50898634600BA5114 /* DrawTestView.m */,
194 A8C006B80898634600BA5114 /* DrawTestDocument.h */,
195 A8C006BD0898634600BA5114 /* DrawTestDocument.m */,
198 sourceTree = "<group>";
200 A8C006E6089863B100BA5114 /* Test Browser */ = {
203 A8C006B00898634600BA5114 /* SVGTest.m */,
204 A8C006B10898634600BA5114 /* SVGTest.h */,
205 A8C006BB0898634600BA5114 /* DrawTestInspectorController.m */,
206 A8C006BC0898634600BA5114 /* DrawTestInspectorController.h */,
207 A8C006AF0898634600BA5114 /* TestController.h */,
208 A8C006CE0898634600BA5114 /* TestController.m */,
209 A8C006CC0898634600BA5114 /* TestViewerSplitView.m */,
210 A8C006CD0898634600BA5114 /* TestViewerSplitView.h */,
212 name = "Test Browser";
213 sourceTree = "<group>";
215 /* End PBXGroup section */
217 /* Begin PBXNativeTarget section */
218 8D1107260486CEB800E47090 /* DrawTest */ = {
219 isa = PBXNativeTarget;
220 buildConfigurationList = A8C006740898624E00BA5114 /* Build configuration list for PBXNativeTarget "DrawTest" */;
222 8D1107290486CEB800E47090 /* Resources */,
223 8D11072C0486CEB800E47090 /* Sources */,
224 8D11072E0486CEB800E47090 /* Frameworks */,
229 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
230 GCC_PRECOMPILE_PREFIX_HEADER = YES;
231 GCC_PREFIX_HEADER = DrawTest_Prefix.pch;
232 GCC_WARN_ABOUT_RETURN_TYPE = YES;
233 GCC_WARN_UNUSED_VARIABLE = YES;
234 INFOPLIST_FILE = Info.plist;
235 INSTALL_PATH = "$(HOME)/Applications";
236 PRODUCT_NAME = DrawTest;
237 WRAPPER_EXTENSION = app;
242 productInstallPath = "$(HOME)/Applications";
243 productName = DrawTest;
244 productReference = 8D1107320486CEB800E47090 /* DrawTest.app */;
245 productType = "com.apple.product-type.application";
247 /* End PBXNativeTarget section */
249 /* Begin PBXProject section */
250 29B97313FDCFA39411CA2CEA /* Project object */ = {
252 buildConfigurationList = A8C006780898624E00BA5114 /* Build configuration list for PBXProject "DrawTest" */;
256 4A9504CCFFE6A4B311CA0CBA /* Debug */,
257 4A9504CDFFE6A4B311CA0CBA /* Release */,
259 hasScannedForEncodings = 1;
260 mainGroup = 29B97314FDCFA39411CA2CEA /* DrawTest */;
263 8D1107260486CEB800E47090 /* DrawTest */,
266 /* End PBXProject section */
268 /* Begin PBXResourcesBuildPhase section */
269 8D1107290486CEB800E47090 /* Resources */ = {
270 isa = PBXResourcesBuildPhase;
271 buildActionMask = 2147483647;
273 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
274 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
275 A8C006F3089865E900BA5114 /* DrawTestDocument.nib in Resources */,
276 A8C006F4089865E900BA5114 /* Inspector.nib in Resources */,
277 A8C006F5089865E900BA5114 /* TestViewer.nib in Resources */,
279 runOnlyForDeploymentPostprocessing = 0;
281 /* End PBXResourcesBuildPhase section */
283 /* Begin PBXSourcesBuildPhase section */
284 8D11072C0486CEB800E47090 /* Sources */ = {
285 isa = PBXSourcesBuildPhase;
286 buildActionMask = 2147483647;
288 8D11072D0486CEB800E47090 /* main.m in Sources */,
289 A8C006CF0898634600BA5114 /* SVGTest.m in Sources */,
290 A8C006D00898634600BA5114 /* ScalingImageView.m in Sources */,
291 A8C006D20898634600BA5114 /* DrawTestView.m in Sources */,
292 A8C006D30898634600BA5114 /* DrawTestToolbarController.m in Sources */,
293 A8C006D40898634600BA5114 /* DrawTestInspectorController.m in Sources */,
294 A8C006D50898634600BA5114 /* DrawTestDocument.m in Sources */,
295 A8C006E10898634600BA5114 /* AppDelegate.m in Sources */,
296 A8C006E20898634600BA5114 /* TestViewerSplitView.m in Sources */,
297 A8C006E30898634600BA5114 /* TestController.m in Sources */,
299 runOnlyForDeploymentPostprocessing = 0;
301 /* End PBXSourcesBuildPhase section */
303 /* Begin PBXVariantGroup section */
304 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
305 isa = PBXVariantGroup;
307 089C165DFE840E0CC02AAC07 /* English */,
309 name = InfoPlist.strings;
310 sourceTree = "<group>";
312 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
313 isa = PBXVariantGroup;
315 29B97319FDCFA39411CA2CEA /* English */,
318 sourceTree = "<group>";
320 A8C006ED089865E900BA5114 /* DrawTestDocument.nib */ = {
321 isa = PBXVariantGroup;
323 A8C006EE089865E900BA5114 /* English */,
325 name = DrawTestDocument.nib;
326 sourceTree = "<group>";
328 A8C006EF089865E900BA5114 /* Inspector.nib */ = {
329 isa = PBXVariantGroup;
331 A8C006F0089865E900BA5114 /* English */,
333 name = Inspector.nib;
334 sourceTree = "<group>";
336 A8C006F1089865E900BA5114 /* TestViewer.nib */ = {
337 isa = PBXVariantGroup;
339 A8C006F2089865E900BA5114 /* English */,
341 name = TestViewer.nib;
342 sourceTree = "<group>";
344 /* End PBXVariantGroup section */
346 /* Begin XCBuildConfiguration section */
347 A8C006750898624E00BA5114 /* Development */ = {
348 isa = XCBuildConfiguration;
350 COPY_PHASE_STRIP = NO;
351 FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/../../../build/Development\"";
352 GCC_DYNAMIC_NO_PIC = NO;
353 GCC_ENABLE_FIX_AND_CONTINUE = YES;
354 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
355 GCC_OPTIMIZATION_LEVEL = 0;
356 GCC_PRECOMPILE_PREFIX_HEADER = YES;
357 GCC_PREFIX_HEADER = DrawTest_Prefix.pch;
358 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
359 GCC_WARN_ABOUT_RETURN_TYPE = YES;
360 GCC_WARN_UNUSED_VARIABLE = YES;
361 INFOPLIST_FILE = Info.plist;
362 INSTALL_PATH = "$(HOME)/Applications";
364 PRODUCT_NAME = DrawTest;
365 WRAPPER_EXTENSION = app;
370 A8C006760898624E00BA5114 /* Deployment */ = {
371 isa = XCBuildConfiguration;
373 COPY_PHASE_STRIP = YES;
374 FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/../../../build/Development\"";
375 GCC_ENABLE_FIX_AND_CONTINUE = NO;
376 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
377 GCC_PRECOMPILE_PREFIX_HEADER = YES;
378 GCC_PREFIX_HEADER = DrawTest_Prefix.pch;
379 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
380 GCC_WARN_ABOUT_RETURN_TYPE = YES;
381 GCC_WARN_UNUSED_VARIABLE = YES;
382 INFOPLIST_FILE = Info.plist;
383 INSTALL_PATH = "$(HOME)/Applications";
385 PRODUCT_NAME = DrawTest;
386 WRAPPER_EXTENSION = app;
391 A8C006770898624E00BA5114 /* Default */ = {
392 isa = XCBuildConfiguration;
394 FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/../../../build/Development\"";
395 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
396 GCC_PRECOMPILE_PREFIX_HEADER = YES;
397 GCC_PREFIX_HEADER = DrawTest_Prefix.pch;
398 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
399 GCC_WARN_ABOUT_RETURN_TYPE = YES;
400 GCC_WARN_UNUSED_VARIABLE = YES;
401 INFOPLIST_FILE = Info.plist;
402 INSTALL_PATH = "$(HOME)/Applications";
403 PRODUCT_NAME = DrawTest;
404 WRAPPER_EXTENSION = app;
408 A8C006790898624E00BA5114 /* Development */ = {
409 isa = XCBuildConfiguration;
411 GCC_C_LANGUAGE_STANDARD = gnu99;
415 A8C0067A0898624E00BA5114 /* Deployment */ = {
416 isa = XCBuildConfiguration;
418 GCC_C_LANGUAGE_STANDARD = gnu99;
422 A8C0067B0898624E00BA5114 /* Default */ = {
423 isa = XCBuildConfiguration;
425 GCC_C_LANGUAGE_STANDARD = gnu99;
429 /* End XCBuildConfiguration section */
431 /* Begin XCConfigurationList section */
432 A8C006740898624E00BA5114 /* Build configuration list for PBXNativeTarget "DrawTest" */ = {
433 isa = XCConfigurationList;
434 buildConfigurations = (
435 A8C006750898624E00BA5114 /* Development */,
436 A8C006760898624E00BA5114 /* Deployment */,
437 A8C006770898624E00BA5114 /* Default */,
439 defaultConfigurationIsVisible = 0;
440 defaultConfigurationName = Default;
442 A8C006780898624E00BA5114 /* Build configuration list for PBXProject "DrawTest" */ = {
443 isa = XCConfigurationList;
444 buildConfigurations = (
445 A8C006790898624E00BA5114 /* Development */,
446 A8C0067A0898624E00BA5114 /* Deployment */,
447 A8C0067B0898624E00BA5114 /* Default */,
449 defaultConfigurationIsVisible = 0;
450 defaultConfigurationName = Default;
452 /* End XCConfigurationList section */
454 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;