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