]> git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_cms/libsecurity_cms.xcodeproj/project.pbxproj
Security-57740.1.18.tar.gz
[apple/security.git] / OSX / libsecurity_cms / libsecurity_cms.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 052C07EA09894ADA00E7641D /* CMSDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E609894ADA00E7641D /* CMSDecoder.h */; settings = {ATTRIBUTES = (); }; };
11 052C07EB09894ADA00E7641D /* CMSEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E709894ADA00E7641D /* CMSEncoder.h */; settings = {ATTRIBUTES = (); }; };
12 052C07EC09894ADA00E7641D /* CMSPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E809894ADA00E7641D /* CMSPrivate.h */; settings = {ATTRIBUTES = (); }; };
13 052C07ED09894ADA00E7641D /* CMSUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 052C07E909894ADA00E7641D /* CMSUtils.h */; };
14 052C07F709894AF300E7641D /* CMSDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F409894AF300E7641D /* CMSDecoder.cpp */; };
15 052C07F809894AF300E7641D /* CMSEncoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F509894AF300E7641D /* CMSEncoder.cpp */; };
16 052C07F909894AF300E7641D /* CMSUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052C07F609894AF300E7641D /* CMSUtils.cpp */; };
17 D43B9E7E1D064F0B00B9DDDA /* cms-trust-settings-test.c in Sources */ = {isa = PBXBuildFile; fileRef = D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */; };
18 D43B9E7F1D064F0B00B9DDDA /* cms-trust-settings-test.h in Headers */ = {isa = PBXBuildFile; fileRef = D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */; };
19 D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334571BE29F5200D8C1EF /* cms_regressions.h */; };
20 D4C334631BE2A31200D8C1EF /* cms-hashagility-test.c in Sources */ = {isa = PBXBuildFile; fileRef = D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */; };
21 D4C334641BE2A31200D8C1EF /* cms-hashagility-test.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */; };
22 /* End PBXBuildFile section */
23
24 /* Begin PBXFileReference section */
25 052C07E609894ADA00E7641D /* CMSDecoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSDecoder.h; sourceTree = "<group>"; };
26 052C07E709894ADA00E7641D /* CMSEncoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSEncoder.h; sourceTree = "<group>"; };
27 052C07E809894ADA00E7641D /* CMSPrivate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSPrivate.h; sourceTree = "<group>"; };
28 052C07E909894ADA00E7641D /* CMSUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSUtils.h; sourceTree = "<group>"; };
29 052C07F409894AF300E7641D /* CMSDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSDecoder.cpp; sourceTree = "<group>"; };
30 052C07F509894AF300E7641D /* CMSEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSEncoder.cpp; sourceTree = "<group>"; };
31 052C07F609894AF300E7641D /* CMSUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSUtils.cpp; sourceTree = "<group>"; };
32 18446177146E984400B12992 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
33 18446178146E984400B12992 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
34 18446179146E984400B12992 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; };
35 1844617A146E984400B12992 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
36 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_cms.a; sourceTree = BUILT_PRODUCTS_DIR; };
37 4CCB008B05800B0B00981D43 /* security_cms.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = security_cms.exp; sourceTree = "<group>"; };
38 D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cms-trust-settings-test.c"; path = "regressions/cms-trust-settings-test.c"; sourceTree = "<group>"; };
39 D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "cms-trust-settings-test.h"; path = "regressions/cms-trust-settings-test.h"; sourceTree = "<group>"; };
40 D4C334571BE29F5200D8C1EF /* cms_regressions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cms_regressions.h; path = regressions/cms_regressions.h; sourceTree = "<group>"; };
41 D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsecurity_cms_regressions.a; sourceTree = BUILT_PRODUCTS_DIR; };
42 D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "cms-hashagility-test.c"; path = "regressions/cms-hashagility-test.c"; sourceTree = "<group>"; };
43 D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "cms-hashagility-test.h"; path = "regressions/cms-hashagility-test.h"; sourceTree = "<group>"; };
44 /* End PBXFileReference section */
45
46 /* Begin PBXFrameworksBuildPhase section */
47 4CA1FEBB052A3C8100F22E42 /* Frameworks */ = {
48 isa = PBXFrameworksBuildPhase;
49 buildActionMask = 2147483647;
50 files = (
51 );
52 runOnlyForDeploymentPostprocessing = 0;
53 };
54 D4C334591BE2A2B100D8C1EF /* Frameworks */ = {
55 isa = PBXFrameworksBuildPhase;
56 buildActionMask = 2147483647;
57 files = (
58 );
59 runOnlyForDeploymentPostprocessing = 0;
60 };
61 /* End PBXFrameworksBuildPhase section */
62
63 /* Begin PBXGroup section */
64 18446176146E984400B12992 /* config */ = {
65 isa = PBXGroup;
66 children = (
67 18446177146E984400B12992 /* base.xcconfig */,
68 18446178146E984400B12992 /* debug.xcconfig */,
69 18446179146E984400B12992 /* lib.xcconfig */,
70 1844617A146E984400B12992 /* release.xcconfig */,
71 );
72 name = config;
73 path = ../config;
74 sourceTree = "<group>";
75 };
76 4C308388053237100028A8C6 /* lib */ = {
77 isa = PBXGroup;
78 children = (
79 052C07F409894AF300E7641D /* CMSDecoder.cpp */,
80 052C07F509894AF300E7641D /* CMSEncoder.cpp */,
81 052C07F609894AF300E7641D /* CMSUtils.cpp */,
82 052C07E609894ADA00E7641D /* CMSDecoder.h */,
83 052C07E709894ADA00E7641D /* CMSEncoder.h */,
84 052C07E809894ADA00E7641D /* CMSPrivate.h */,
85 052C07E909894ADA00E7641D /* CMSUtils.h */,
86 4CCB008B05800B0B00981D43 /* security_cms.exp */,
87 );
88 path = lib;
89 sourceTree = "<group>";
90 };
91 4CA1FEA7052A3C3800F22E42 = {
92 isa = PBXGroup;
93 children = (
94 D4C334561BE29F1700D8C1EF /* regressions */,
95 4C308388053237100028A8C6 /* lib */,
96 18446176146E984400B12992 /* config */,
97 4CA1FEBF052A3C8100F22E42 /* Products */,
98 );
99 sourceTree = "<group>";
100 };
101 4CA1FEBF052A3C8100F22E42 /* Products */ = {
102 isa = PBXGroup;
103 children = (
104 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */,
105 D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */,
106 );
107 name = Products;
108 sourceTree = "<group>";
109 };
110 D4C334561BE29F1700D8C1EF /* regressions */ = {
111 isa = PBXGroup;
112 children = (
113 D4C334571BE29F5200D8C1EF /* cms_regressions.h */,
114 D43B9E7C1D064F0B00B9DDDA /* cms-trust-settings-test.c */,
115 D43B9E7D1D064F0B00B9DDDA /* cms-trust-settings-test.h */,
116 D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */,
117 D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */,
118 );
119 name = regressions;
120 sourceTree = "<group>";
121 };
122 /* End PBXGroup section */
123
124 /* Begin PBXHeadersBuildPhase section */
125 4CA1FEB9052A3C8100F22E42 /* Headers */ = {
126 isa = PBXHeadersBuildPhase;
127 buildActionMask = 2147483647;
128 files = (
129 052C07ED09894ADA00E7641D /* CMSUtils.h in Headers */,
130 052C07EC09894ADA00E7641D /* CMSPrivate.h in Headers */,
131 052C07EA09894ADA00E7641D /* CMSDecoder.h in Headers */,
132 052C07EB09894ADA00E7641D /* CMSEncoder.h in Headers */,
133 );
134 runOnlyForDeploymentPostprocessing = 0;
135 };
136 D4C3345A1BE2A2B100D8C1EF /* Headers */ = {
137 isa = PBXHeadersBuildPhase;
138 buildActionMask = 2147483647;
139 files = (
140 D43B9E7F1D064F0B00B9DDDA /* cms-trust-settings-test.h in Headers */,
141 D4C334641BE2A31200D8C1EF /* cms-hashagility-test.h in Headers */,
142 D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */,
143 );
144 runOnlyForDeploymentPostprocessing = 0;
145 };
146 /* End PBXHeadersBuildPhase section */
147
148 /* Begin PBXNativeTarget section */
149 4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */ = {
150 isa = PBXNativeTarget;
151 buildConfigurationList = C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */;
152 buildPhases = (
153 4CA1FEB9052A3C8100F22E42 /* Headers */,
154 4CA1FEBA052A3C8100F22E42 /* Sources */,
155 4CA1FEBB052A3C8100F22E42 /* Frameworks */,
156 );
157 buildRules = (
158 );
159 dependencies = (
160 );
161 name = libsecurity_cms;
162 productName = libsecurity_cms;
163 productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */;
164 productType = "com.apple.product-type.library.static";
165 };
166 D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */ = {
167 isa = PBXNativeTarget;
168 buildConfigurationList = D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */;
169 buildPhases = (
170 D4C334581BE2A2B100D8C1EF /* Sources */,
171 D4C334591BE2A2B100D8C1EF /* Frameworks */,
172 D4C3345A1BE2A2B100D8C1EF /* Headers */,
173 );
174 buildRules = (
175 );
176 dependencies = (
177 );
178 name = libsecurity_cms_regressions;
179 productName = libsecurity_cms_regressions;
180 productReference = D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */;
181 productType = "com.apple.product-type.library.static";
182 };
183 /* End PBXNativeTarget section */
184
185 /* Begin PBXProject section */
186 4CA1FEAB052A3C3800F22E42 /* Project object */ = {
187 isa = PBXProject;
188 attributes = {
189 LastUpgradeCheck = 0800;
190 TargetAttributes = {
191 D4C3345B1BE2A2B100D8C1EF = {
192 CreatedOnToolsVersion = 7.1;
193 };
194 };
195 };
196 buildConfigurationList = C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */;
197 compatibilityVersion = "Xcode 3.2";
198 developmentRegion = English;
199 hasScannedForEncodings = 1;
200 knownRegions = (
201 en,
202 );
203 mainGroup = 4CA1FEA7052A3C3800F22E42;
204 productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */;
205 projectDirPath = "";
206 projectRoot = "";
207 targets = (
208 4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */,
209 D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */,
210 );
211 };
212 /* End PBXProject section */
213
214 /* Begin PBXSourcesBuildPhase section */
215 4CA1FEBA052A3C8100F22E42 /* Sources */ = {
216 isa = PBXSourcesBuildPhase;
217 buildActionMask = 2147483647;
218 files = (
219 052C07F709894AF300E7641D /* CMSDecoder.cpp in Sources */,
220 052C07F809894AF300E7641D /* CMSEncoder.cpp in Sources */,
221 052C07F909894AF300E7641D /* CMSUtils.cpp in Sources */,
222 );
223 runOnlyForDeploymentPostprocessing = 0;
224 };
225 D4C334581BE2A2B100D8C1EF /* Sources */ = {
226 isa = PBXSourcesBuildPhase;
227 buildActionMask = 2147483647;
228 files = (
229 D4C334631BE2A31200D8C1EF /* cms-hashagility-test.c in Sources */,
230 D43B9E7E1D064F0B00B9DDDA /* cms-trust-settings-test.c in Sources */,
231 );
232 runOnlyForDeploymentPostprocessing = 0;
233 };
234 /* End PBXSourcesBuildPhase section */
235
236 /* Begin XCBuildConfiguration section */
237 C263E67609A2971B000043F1 /* Debug */ = {
238 isa = XCBuildConfiguration;
239 baseConfigurationReference = 18446178146E984400B12992 /* debug.xcconfig */;
240 buildSettings = {
241 COMBINE_HIDPI_IMAGES = YES;
242 };
243 name = Debug;
244 };
245 C263E67809A2971B000043F1 /* Release */ = {
246 isa = XCBuildConfiguration;
247 baseConfigurationReference = 1844617A146E984400B12992 /* release.xcconfig */;
248 buildSettings = {
249 COMBINE_HIDPI_IMAGES = YES;
250 };
251 name = Release;
252 };
253 C263E67A09A2971B000043F1 /* Debug */ = {
254 isa = XCBuildConfiguration;
255 baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */;
256 buildSettings = {
257 ASSETCATALOG_COMPRESSION = lossless;
258 CLANG_WARN_BOOL_CONVERSION = YES;
259 CLANG_WARN_CONSTANT_CONVERSION = YES;
260 CLANG_WARN_EMPTY_BODY = YES;
261 CLANG_WARN_ENUM_CONVERSION = YES;
262 CLANG_WARN_INT_CONVERSION = YES;
263 CLANG_WARN_UNREACHABLE_CODE = YES;
264 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
265 ENABLE_STRICT_OBJC_MSGSEND = YES;
266 ENABLE_TESTABILITY = YES;
267 GCC_NO_COMMON_BLOCKS = YES;
268 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
269 GCC_WARN_UNDECLARED_SELECTOR = YES;
270 GCC_WARN_UNINITIALIZED_AUTOS = YES;
271 GCC_WARN_UNUSED_FUNCTION = YES;
272 ONLY_ACTIVE_ARCH = YES;
273 };
274 name = Debug;
275 };
276 C263E67C09A2971B000043F1 /* Release */ = {
277 isa = XCBuildConfiguration;
278 baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */;
279 buildSettings = {
280 ASSETCATALOG_COMPRESSION = "respect-asset-catalog";
281 CLANG_WARN_BOOL_CONVERSION = YES;
282 CLANG_WARN_CONSTANT_CONVERSION = YES;
283 CLANG_WARN_EMPTY_BODY = YES;
284 CLANG_WARN_ENUM_CONVERSION = YES;
285 CLANG_WARN_INT_CONVERSION = YES;
286 CLANG_WARN_UNREACHABLE_CODE = YES;
287 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
288 ENABLE_STRICT_OBJC_MSGSEND = YES;
289 GCC_NO_COMMON_BLOCKS = YES;
290 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
291 GCC_WARN_UNDECLARED_SELECTOR = YES;
292 GCC_WARN_UNINITIALIZED_AUTOS = YES;
293 GCC_WARN_UNUSED_FUNCTION = YES;
294 };
295 name = Release;
296 };
297 D4C3345E1BE2A2B100D8C1EF /* Debug */ = {
298 isa = XCBuildConfiguration;
299 buildSettings = {
300 ALWAYS_SEARCH_USER_PATHS = NO;
301 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
302 CLANG_CXX_LIBRARY = "libc++";
303 CLANG_ENABLE_OBJC_ARC = YES;
304 CLANG_WARN_BOOL_CONVERSION = YES;
305 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
306 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
307 CLANG_WARN_UNREACHABLE_CODE = YES;
308 CODE_SIGN_IDENTITY = "-";
309 COMBINE_HIDPI_IMAGES = YES;
310 DEBUG_INFORMATION_FORMAT = dwarf;
311 ENABLE_STRICT_OBJC_MSGSEND = YES;
312 ENABLE_TESTABILITY = YES;
313 GCC_C_LANGUAGE_STANDARD = gnu99;
314 GCC_DYNAMIC_NO_PIC = NO;
315 GCC_OPTIMIZATION_LEVEL = 0;
316 GCC_PREPROCESSOR_DEFINITIONS = (
317 "DEBUG=1",
318 "$(inherited)",
319 );
320 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
321 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
322 GCC_WARN_UNDECLARED_SELECTOR = YES;
323 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
324 GCC_WARN_UNUSED_FUNCTION = YES;
325 GCC_WARN_UNUSED_VARIABLE = YES;
326 MTL_ENABLE_DEBUG_INFO = YES;
327 ONLY_ACTIVE_ARCH = YES;
328 PRODUCT_NAME = "$(TARGET_NAME)";
329 SDKROOT = macosx;
330 };
331 name = Debug;
332 };
333 D4C3345F1BE2A2B100D8C1EF /* Release */ = {
334 isa = XCBuildConfiguration;
335 buildSettings = {
336 ALWAYS_SEARCH_USER_PATHS = NO;
337 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
338 CLANG_CXX_LIBRARY = "libc++";
339 CLANG_ENABLE_OBJC_ARC = YES;
340 CLANG_WARN_BOOL_CONVERSION = YES;
341 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
342 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
343 CLANG_WARN_UNREACHABLE_CODE = YES;
344 CODE_SIGN_IDENTITY = "-";
345 COMBINE_HIDPI_IMAGES = YES;
346 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
347 ENABLE_NS_ASSERTIONS = NO;
348 ENABLE_STRICT_OBJC_MSGSEND = YES;
349 GCC_C_LANGUAGE_STANDARD = gnu99;
350 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
351 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
352 GCC_WARN_UNDECLARED_SELECTOR = YES;
353 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
354 GCC_WARN_UNUSED_FUNCTION = YES;
355 GCC_WARN_UNUSED_VARIABLE = YES;
356 MTL_ENABLE_DEBUG_INFO = NO;
357 PRODUCT_NAME = "$(TARGET_NAME)";
358 SDKROOT = macosx;
359 };
360 name = Release;
361 };
362 /* End XCBuildConfiguration section */
363
364 /* Begin XCConfigurationList section */
365 C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */ = {
366 isa = XCConfigurationList;
367 buildConfigurations = (
368 C263E67609A2971B000043F1 /* Debug */,
369 C263E67809A2971B000043F1 /* Release */,
370 );
371 defaultConfigurationIsVisible = 0;
372 defaultConfigurationName = Release;
373 };
374 C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */ = {
375 isa = XCConfigurationList;
376 buildConfigurations = (
377 C263E67A09A2971B000043F1 /* Debug */,
378 C263E67C09A2971B000043F1 /* Release */,
379 );
380 defaultConfigurationIsVisible = 0;
381 defaultConfigurationName = Release;
382 };
383 D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */ = {
384 isa = XCConfigurationList;
385 buildConfigurations = (
386 D4C3345E1BE2A2B100D8C1EF /* Debug */,
387 D4C3345F1BE2A2B100D8C1EF /* Release */,
388 );
389 defaultConfigurationIsVisible = 0;
390 defaultConfigurationName = Release;
391 };
392 /* End XCConfigurationList section */
393 };
394 rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */;
395 }