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 D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334571BE29F5200D8C1EF /* cms_regressions.h */; };
18 D4C334631BE2A31200D8C1EF /* cms-hashagility-test.c in Sources */ = {isa = PBXBuildFile; fileRef = D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */; };
19 D4C334641BE2A31200D8C1EF /* cms-hashagility-test.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */; };
20 /* End PBXBuildFile section */
22 /* Begin PBXFileReference section */
23 052C07E609894ADA00E7641D /* CMSDecoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSDecoder.h; sourceTree = "<group>"; };
24 052C07E709894ADA00E7641D /* CMSEncoder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSEncoder.h; sourceTree = "<group>"; };
25 052C07E809894ADA00E7641D /* CMSPrivate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSPrivate.h; sourceTree = "<group>"; };
26 052C07E909894ADA00E7641D /* CMSUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CMSUtils.h; sourceTree = "<group>"; };
27 052C07F409894AF300E7641D /* CMSDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSDecoder.cpp; sourceTree = "<group>"; };
28 052C07F509894AF300E7641D /* CMSEncoder.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSEncoder.cpp; sourceTree = "<group>"; };
29 052C07F609894AF300E7641D /* CMSUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CMSUtils.cpp; sourceTree = "<group>"; };
30 18446177146E984400B12992 /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
31 18446178146E984400B12992 /* debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
32 18446179146E984400B12992 /* lib.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = lib.xcconfig; sourceTree = "<group>"; };
33 1844617A146E984400B12992 /* release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
34 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libsecurity_cms.a; sourceTree = BUILT_PRODUCTS_DIR; };
35 4CCB008B05800B0B00981D43 /* security_cms.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; path = security_cms.exp; sourceTree = "<group>"; };
36 D4C334571BE29F5200D8C1EF /* cms_regressions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = cms_regressions.h; path = regressions/cms_regressions.h; sourceTree = "<group>"; };
37 D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsecurity_cms_regressions.a; sourceTree = BUILT_PRODUCTS_DIR; };
38 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>"; };
39 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>"; };
40 /* End PBXFileReference section */
42 /* Begin PBXFrameworksBuildPhase section */
43 4CA1FEBB052A3C8100F22E42 /* Frameworks */ = {
44 isa = PBXFrameworksBuildPhase;
45 buildActionMask = 2147483647;
48 runOnlyForDeploymentPostprocessing = 0;
50 D4C334591BE2A2B100D8C1EF /* Frameworks */ = {
51 isa = PBXFrameworksBuildPhase;
52 buildActionMask = 2147483647;
55 runOnlyForDeploymentPostprocessing = 0;
57 /* End PBXFrameworksBuildPhase section */
59 /* Begin PBXGroup section */
60 18446176146E984400B12992 /* config */ = {
63 18446177146E984400B12992 /* base.xcconfig */,
64 18446178146E984400B12992 /* debug.xcconfig */,
65 18446179146E984400B12992 /* lib.xcconfig */,
66 1844617A146E984400B12992 /* release.xcconfig */,
70 sourceTree = "<group>";
72 4C308388053237100028A8C6 /* lib */ = {
75 052C07F409894AF300E7641D /* CMSDecoder.cpp */,
76 052C07F509894AF300E7641D /* CMSEncoder.cpp */,
77 052C07F609894AF300E7641D /* CMSUtils.cpp */,
78 052C07E609894ADA00E7641D /* CMSDecoder.h */,
79 052C07E709894ADA00E7641D /* CMSEncoder.h */,
80 052C07E809894ADA00E7641D /* CMSPrivate.h */,
81 052C07E909894ADA00E7641D /* CMSUtils.h */,
82 4CCB008B05800B0B00981D43 /* security_cms.exp */,
85 sourceTree = "<group>";
87 4CA1FEA7052A3C3800F22E42 = {
90 D4C334561BE29F1700D8C1EF /* regressions */,
91 4C308388053237100028A8C6 /* lib */,
92 18446176146E984400B12992 /* config */,
93 4CA1FEBF052A3C8100F22E42 /* Products */,
95 sourceTree = "<group>";
97 4CA1FEBF052A3C8100F22E42 /* Products */ = {
100 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */,
101 D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */,
104 sourceTree = "<group>";
106 D4C334561BE29F1700D8C1EF /* regressions */ = {
109 D4C334571BE29F5200D8C1EF /* cms_regressions.h */,
110 D4C334611BE2A31200D8C1EF /* cms-hashagility-test.c */,
111 D4C334621BE2A31200D8C1EF /* cms-hashagility-test.h */,
114 sourceTree = "<group>";
116 /* End PBXGroup section */
118 /* Begin PBXHeadersBuildPhase section */
119 4CA1FEB9052A3C8100F22E42 /* Headers */ = {
120 isa = PBXHeadersBuildPhase;
121 buildActionMask = 2147483647;
123 052C07ED09894ADA00E7641D /* CMSUtils.h in Headers */,
124 052C07EC09894ADA00E7641D /* CMSPrivate.h in Headers */,
125 052C07EA09894ADA00E7641D /* CMSDecoder.h in Headers */,
126 052C07EB09894ADA00E7641D /* CMSEncoder.h in Headers */,
128 runOnlyForDeploymentPostprocessing = 0;
130 D4C3345A1BE2A2B100D8C1EF /* Headers */ = {
131 isa = PBXHeadersBuildPhase;
132 buildActionMask = 2147483647;
134 D4C334641BE2A31200D8C1EF /* cms-hashagility-test.h in Headers */,
135 D4C334601BE2A2B900D8C1EF /* cms_regressions.h in Headers */,
137 runOnlyForDeploymentPostprocessing = 0;
139 /* End PBXHeadersBuildPhase section */
141 /* Begin PBXNativeTarget section */
142 4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */ = {
143 isa = PBXNativeTarget;
144 buildConfigurationList = C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */;
146 4CA1FEB9052A3C8100F22E42 /* Headers */,
147 4CA1FEBA052A3C8100F22E42 /* Sources */,
148 4CA1FEBB052A3C8100F22E42 /* Frameworks */,
154 name = libsecurity_cms;
155 productName = libsecurity_cms;
156 productReference = 4CA1FEBE052A3C8100F22E42 /* libsecurity_cms.a */;
157 productType = "com.apple.product-type.library.static";
159 D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */ = {
160 isa = PBXNativeTarget;
161 buildConfigurationList = D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */;
163 D4C334581BE2A2B100D8C1EF /* Sources */,
164 D4C334591BE2A2B100D8C1EF /* Frameworks */,
165 D4C3345A1BE2A2B100D8C1EF /* Headers */,
171 name = libsecurity_cms_regressions;
172 productName = libsecurity_cms_regressions;
173 productReference = D4C3345C1BE2A2B100D8C1EF /* libsecurity_cms_regressions.a */;
174 productType = "com.apple.product-type.library.static";
176 /* End PBXNativeTarget section */
178 /* Begin PBXProject section */
179 4CA1FEAB052A3C3800F22E42 /* Project object */ = {
182 LastUpgradeCheck = 0700;
184 D4C3345B1BE2A2B100D8C1EF = {
185 CreatedOnToolsVersion = 7.1;
189 buildConfigurationList = C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */;
190 compatibilityVersion = "Xcode 3.2";
191 developmentRegion = English;
192 hasScannedForEncodings = 1;
196 mainGroup = 4CA1FEA7052A3C3800F22E42;
197 productRefGroup = 4CA1FEBF052A3C8100F22E42 /* Products */;
201 4CA1FEBD052A3C8100F22E42 /* libsecurity_cms */,
202 D4C3345B1BE2A2B100D8C1EF /* libsecurity_cms_regressions */,
205 /* End PBXProject section */
207 /* Begin PBXSourcesBuildPhase section */
208 4CA1FEBA052A3C8100F22E42 /* Sources */ = {
209 isa = PBXSourcesBuildPhase;
210 buildActionMask = 2147483647;
212 052C07F709894AF300E7641D /* CMSDecoder.cpp in Sources */,
213 052C07F809894AF300E7641D /* CMSEncoder.cpp in Sources */,
214 052C07F909894AF300E7641D /* CMSUtils.cpp in Sources */,
216 runOnlyForDeploymentPostprocessing = 0;
218 D4C334581BE2A2B100D8C1EF /* Sources */ = {
219 isa = PBXSourcesBuildPhase;
220 buildActionMask = 2147483647;
222 D4C334631BE2A31200D8C1EF /* cms-hashagility-test.c in Sources */,
224 runOnlyForDeploymentPostprocessing = 0;
226 /* End PBXSourcesBuildPhase section */
228 /* Begin XCBuildConfiguration section */
229 C263E67609A2971B000043F1 /* Debug */ = {
230 isa = XCBuildConfiguration;
231 baseConfigurationReference = 18446178146E984400B12992 /* debug.xcconfig */;
233 COMBINE_HIDPI_IMAGES = YES;
237 C263E67809A2971B000043F1 /* Release */ = {
238 isa = XCBuildConfiguration;
239 baseConfigurationReference = 1844617A146E984400B12992 /* release.xcconfig */;
241 COMBINE_HIDPI_IMAGES = YES;
245 C263E67A09A2971B000043F1 /* Debug */ = {
246 isa = XCBuildConfiguration;
247 baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */;
249 CLANG_WARN_CONSTANT_CONVERSION = YES;
250 CLANG_WARN_EMPTY_BODY = YES;
251 CLANG_WARN_ENUM_CONVERSION = YES;
252 CLANG_WARN_INT_CONVERSION = YES;
253 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
254 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
255 GCC_WARN_UNINITIALIZED_AUTOS = YES;
259 C263E67C09A2971B000043F1 /* Release */ = {
260 isa = XCBuildConfiguration;
261 baseConfigurationReference = 18446179146E984400B12992 /* lib.xcconfig */;
263 CLANG_WARN_CONSTANT_CONVERSION = YES;
264 CLANG_WARN_EMPTY_BODY = YES;
265 CLANG_WARN_ENUM_CONVERSION = YES;
266 CLANG_WARN_INT_CONVERSION = YES;
267 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
268 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
269 GCC_WARN_UNINITIALIZED_AUTOS = YES;
273 D4C3345E1BE2A2B100D8C1EF /* Debug */ = {
274 isa = XCBuildConfiguration;
276 ALWAYS_SEARCH_USER_PATHS = NO;
277 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
278 CLANG_CXX_LIBRARY = "libc++";
279 CLANG_ENABLE_MODULES = YES;
280 CLANG_ENABLE_OBJC_ARC = YES;
281 CLANG_WARN_BOOL_CONVERSION = YES;
282 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
283 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
284 CLANG_WARN_UNREACHABLE_CODE = YES;
285 CODE_SIGN_IDENTITY = "-";
286 DEBUG_INFORMATION_FORMAT = dwarf;
287 ENABLE_STRICT_OBJC_MSGSEND = YES;
288 ENABLE_TESTABILITY = YES;
289 GCC_C_LANGUAGE_STANDARD = gnu99;
290 GCC_DYNAMIC_NO_PIC = NO;
291 GCC_OPTIMIZATION_LEVEL = 0;
292 GCC_PREPROCESSOR_DEFINITIONS = (
296 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
297 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
298 GCC_WARN_UNDECLARED_SELECTOR = YES;
299 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
300 GCC_WARN_UNUSED_FUNCTION = YES;
301 GCC_WARN_UNUSED_VARIABLE = YES;
302 MTL_ENABLE_DEBUG_INFO = YES;
303 ONLY_ACTIVE_ARCH = YES;
304 PRODUCT_NAME = "$(TARGET_NAME)";
309 D4C3345F1BE2A2B100D8C1EF /* Release */ = {
310 isa = XCBuildConfiguration;
312 ALWAYS_SEARCH_USER_PATHS = NO;
313 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
314 CLANG_CXX_LIBRARY = "libc++";
315 CLANG_ENABLE_MODULES = YES;
316 CLANG_ENABLE_OBJC_ARC = YES;
317 CLANG_WARN_BOOL_CONVERSION = YES;
318 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
319 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
320 CLANG_WARN_UNREACHABLE_CODE = YES;
321 CODE_SIGN_IDENTITY = "-";
322 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
323 ENABLE_NS_ASSERTIONS = NO;
324 ENABLE_STRICT_OBJC_MSGSEND = YES;
325 GCC_C_LANGUAGE_STANDARD = gnu99;
326 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
327 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
328 GCC_WARN_UNDECLARED_SELECTOR = YES;
329 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
330 GCC_WARN_UNUSED_FUNCTION = YES;
331 GCC_WARN_UNUSED_VARIABLE = YES;
332 MTL_ENABLE_DEBUG_INFO = NO;
333 PRODUCT_NAME = "$(TARGET_NAME)";
338 /* End XCBuildConfiguration section */
340 /* Begin XCConfigurationList section */
341 C263E67509A2971B000043F1 /* Build configuration list for PBXNativeTarget "libsecurity_cms" */ = {
342 isa = XCConfigurationList;
343 buildConfigurations = (
344 C263E67609A2971B000043F1 /* Debug */,
345 C263E67809A2971B000043F1 /* Release */,
347 defaultConfigurationIsVisible = 0;
348 defaultConfigurationName = Release;
350 C263E67909A2971B000043F1 /* Build configuration list for PBXProject "libsecurity_cms" */ = {
351 isa = XCConfigurationList;
352 buildConfigurations = (
353 C263E67A09A2971B000043F1 /* Debug */,
354 C263E67C09A2971B000043F1 /* Release */,
356 defaultConfigurationIsVisible = 0;
357 defaultConfigurationName = Release;
359 D4C3345D1BE2A2B100D8C1EF /* Build configuration list for PBXNativeTarget "libsecurity_cms_regressions" */ = {
360 isa = XCConfigurationList;
361 buildConfigurations = (
362 D4C3345E1BE2A2B100D8C1EF /* Debug */,
363 D4C3345F1BE2A2B100D8C1EF /* Release */,
365 defaultConfigurationIsVisible = 0;
366 defaultConfigurationName = Release;
368 /* End XCConfigurationList section */
370 rootObject = 4CA1FEAB052A3C3800F22E42 /* Project object */;